summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/haskell-names/default.nix
blob: 5185c1037a87f93cb653d58ed34b0cec191f0201 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# This file was auto-generated by cabal2nix. Please do NOT edit manually!

{ cabal, aeson, Cabal, dataLensLight, filemanip, filepath
, haskellPackages, haskellSrcExts, hseCpp, mtl, prettyShow, tagged
, tasty, tastyGolden, transformers, traverseWithClass, typeEq
, uniplate, utf8String
}:

cabal.mkDerivation (self: {
  pname = "haskell-names";
  version = "0.5.0";
  sha256 = "07fwdnhiqz6w323iw4xspar8m6sc6mv85i5f2vzbb5y8mrv352zr";
  buildDepends = [
    aeson Cabal dataLensLight filepath haskellPackages haskellSrcExts
    hseCpp mtl tagged transformers traverseWithClass typeEq uniplate
  ];
  testDepends = [
    aeson Cabal filemanip filepath haskellPackages haskellSrcExts
    hseCpp mtl prettyShow tagged tasty tastyGolden traverseWithClass
    uniplate utf8String
  ];
  doCheck = false;
  meta = {
    homepage = "http://documentup.com/haskell-suite/haskell-names";
    description = "Name resolution library for Haskell";
    license = self.stdenv.lib.licenses.bsd3;
    platforms = self.ghc.meta.platforms;
    maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
  };
})