1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-02 18:42:15 +00:00
nixpkgs/pkgs/development/tools/haskell/cabal-bounds/default.nix

28 lines
863 B
Nix
Raw Normal View History

# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, Cabal, cabalInstall, cabalLenses, cmdargs, either
, filepath, Glob, lens, strict, tasty, tastyGolden, transformers
, unorderedContainers
2014-03-18 12:40:16 +00:00
}:
cabal.mkDerivation (self: {
pname = "cabal-bounds";
version = "0.8.8";
sha256 = "0jd901r6312yw4rzxvy5x7q18kjwjhgr5s5npczhwc4q7zvxdj7q";
2014-03-18 12:40:16 +00:00
isLibrary = true;
isExecutable = true;
buildDepends = [
Cabal cabalLenses cmdargs either lens strict transformers
unorderedContainers
2014-03-18 12:40:16 +00:00
];
2014-08-14 19:52:41 +01:00
testDepends = [ filepath Glob tasty tastyGolden ];
buildTools = [ cabalInstall ];
2014-08-14 19:52:41 +01:00
jailbreak = true;
doCheck = false;
2014-03-18 12:40:16 +00:00
meta = {
description = "A command line program for managing the bounds/versions of the dependencies in a cabal file";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
};
})