nixpkgs/pkgs/development/libraries/haskell/haskell-src-exts/1.16.0.nix
2014-10-14 17:39:24 +02:00

24 lines
754 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, cpphs, filepath, happy, mtl, smallcheck, syb, tasty
, tastyGolden, tastySmallcheck
}:
cabal.mkDerivation (self: {
pname = "haskell-src-exts";
version = "1.16.0";
sha256 = "15nhmwd2vfv14d4mc35alcjxg165a8jh0pgzinmx8aa8zbzvz5ha";
buildDepends = [ cpphs ];
testDepends = [
filepath mtl smallcheck syb tasty tastyGolden tastySmallcheck
];
buildTools = [ happy ];
doCheck = false;
meta = {
homepage = "https://github.com/haskell-suite/haskell-src-exts";
description = "Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})