2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-08-04 11:10:59 +02:00
|
|
|
{ cabal, attoparsec, cmdargs, dyre, filepath, haskellSrcExts, lens
|
|
|
|
, mtl, split, tasty, tastyGolden, text
|
2014-01-11 23:13:47 +01:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "hsimport";
|
2014-11-23 21:06:41 +01:00
|
|
|
version = "0.6.4";
|
|
|
|
sha256 = "07v7sm98a0vzfk1xx8mf6l2ybf3rwx4ml2wxp1rlw5w1aapffsfw";
|
2014-01-11 23:13:47 +01:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
|
|
|
buildDepends = [
|
2014-08-04 11:10:59 +02:00
|
|
|
attoparsec cmdargs dyre haskellSrcExts lens mtl split text
|
2014-01-11 23:13:47 +01:00
|
|
|
];
|
2014-08-04 11:10:59 +02:00
|
|
|
testDepends = [ filepath haskellSrcExts tasty tastyGolden ];
|
2014-09-12 10:31:38 +02:00
|
|
|
jailbreak = true;
|
2014-01-11 23:13:47 +01: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 13:05:10 +02:00
|
|
|
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
|
2014-01-11 23:13:47 +01:00
|
|
|
};
|
|
|
|
})
|