about summary refs log tree commit diff
path: root/pkgs/development/tools/haskell/cabal-ghci/default.nix
blob: 2fc2637840dab4b38bc272b26892ef64302ef4c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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;
    maintainers = [ self.stdenv.lib.maintainers.andres ];
  };
})