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