nixpkgs/pkgs/development/libraries/haskell/hsimport/default.nix
2014-08-31 18:17:00 +02:00

24 lines
786 B
Nix

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, attoparsec, cmdargs, dyre, filepath, haskellSrcExts, lens
, mtl, split, tasty, tastyGolden, text
}:
cabal.mkDerivation (self: {
pname = "hsimport";
version = "0.5.2";
sha256 = "00kzc7hiwsidwvjnbvc01yh6c8n135ypwsiyvcnf2g179pwmnzkc";
isLibrary = true;
isExecutable = true;
buildDepends = [
attoparsec cmdargs dyre haskellSrcExts lens mtl split text
];
testDepends = [ filepath haskellSrcExts tasty tastyGolden ];
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;
maintainers = with self.stdenv.lib.maintainers; [ ocharles ];
};
})