2014-07-14 04:21:41 -07:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-08-04 02:10:59 -07:00
|
|
|
{ cabal, attoparsec, cmdargs, dyre, filepath, haskellSrcExts, lens
|
|
|
|
, mtl, split, tasty, tastyGolden, text
|
2014-01-11 14:13:47 -08:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "hsimport";
|
2014-08-04 02:10:59 -07:00
|
|
|
version = "0.5";
|
|
|
|
sha256 = "18rhldw6vbkjcpx373m784sppadccm2b3xx3zzr0l45dwmsh6rb4";
|
2014-01-11 14:13:47 -08:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
|
|
|
buildDepends = [
|
2014-08-04 02:10:59 -07:00
|
|
|
attoparsec cmdargs dyre haskellSrcExts lens mtl split text
|
2014-01-11 14:13:47 -08:00
|
|
|
];
|
2014-08-04 02:10:59 -07:00
|
|
|
testDepends = [ filepath haskellSrcExts tasty tastyGolden ];
|
2014-01-13 06:40:06 -08:00
|
|
|
doCheck = false;
|
2014-01-11 14:13:47 -08:00
|
|
|
meta = {
|
|
|
|
description = "A command line program for extending the import list of a Haskell source file";
|
|
|
|
license = self.stdenv.lib.licenses.bsd3;
|
|
|
|
platforms = self.ghc.meta.platforms;
|
2014-08-09 04:48:22 -07:00
|
|
|
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
2014-01-11 14:13:47 -08:00
|
|
|
};
|
|
|
|
})
|