2014-07-14 13:21:41 +02:00
|
|
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
|
|
|
|
2014-05-04 22:59:42 +02:00
|
|
|
{ cabal, Cabal, cabalLenses, cmdargs, either, filepath, lens
|
|
|
|
, strict, tasty, tastyGolden, transformers, unorderedContainers
|
2014-03-18 13:40:16 +01:00
|
|
|
}:
|
|
|
|
|
|
|
|
cabal.mkDerivation (self: {
|
|
|
|
pname = "cabal-bounds";
|
2014-08-11 03:21:11 +02:00
|
|
|
version = "0.8";
|
|
|
|
sha256 = "0db5vy4qfjc2d27d4vk37gz9sdjgjlargndligmljf52s2g568r0";
|
2014-03-18 13:40:16 +01:00
|
|
|
isLibrary = true;
|
|
|
|
isExecutable = true;
|
|
|
|
buildDepends = [
|
2014-05-04 22:59:42 +02:00
|
|
|
Cabal cabalLenses cmdargs either lens strict transformers
|
|
|
|
unorderedContainers
|
2014-03-18 13:40:16 +01:00
|
|
|
];
|
|
|
|
testDepends = [ filepath tasty tastyGolden ];
|
2014-05-01 23:38:20 +02:00
|
|
|
doCheck = false;
|
2014-03-18 13:40:16 +01: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;
|
|
|
|
};
|
|
|
|
})
|