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-11-23 12:06:41 -08:00
|
|
|
version = "0.6.4";
|
|
|
|
sha256 = "07v7sm98a0vzfk1xx8mf6l2ybf3rwx4ml2wxp1rlw5w1aapffsfw";
|
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-09-12 01:31:38 -07:00
|
|
|
jailbreak = true;
|
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-24 04:05:10 -07:00
|
|
|
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
2014-01-11 14:13:47 -08:00
|
|
|
};
|
|
|
|
})
|