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-24 10:53:35 +00:00
|
|
|
version = "0.5.1";
|
|
|
|
sha256 = "17yzfikfl8qvm6vp3d472l6p0kzzw694ng19xn3fmrb43qvki4jj";
|
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-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
|
|
|
};
|
|
|
|
})
|