mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
18250b97ae
had added him earlier.
24 lines
781 B
Nix
24 lines
781 B
Nix
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
{ cabal, cpphs, filemanip, filepath, happy, mtl, smallcheck, syb
|
|
, tasty, tastyGolden, tastySmallcheck
|
|
}:
|
|
|
|
cabal.mkDerivation (self: {
|
|
pname = "haskell-src-exts";
|
|
version = "1.15.0.1";
|
|
sha256 = "0xp5i06c478vn5m504ax5dfa7p5zc0kflbdkm2ijdzc779lpbx45";
|
|
buildDepends = [ cpphs ];
|
|
testDepends = [
|
|
filemanip 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;
|
|
};
|
|
})
|