summary refs log tree commit diff
path: root/pkgs/development/tools/haskell/cabal-ghci/default.nix
blob: 389318978dac08bedc4d00cbc11eac4fc2ed9e42 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, Cabal, filepath }:

cabal.mkDerivation (self: {
  pname = "cabal-ghci";
  version = "0.3";
  sha256 = "1x7fpvvmr2mq7l960wgsijhyrdaiq3lnnl3z6drklc5p73pms8w6";
  isLibrary = true;
  isExecutable = true;
  buildDepends = [ Cabal filepath ];
  meta = {
    homepage = "http://github.com/atnnn/cabal-ghci";
    description = "Set up ghci with options taken from a .cabal file";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
  };
})