1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 06:31:02 +00:00

haskell-cabal-bounds: update to 0.8.1

This commit is contained in:
Mateusz Kowalczyk 2014-08-14 19:52:41 +01:00
parent 785ed2b528
commit bd957f8038

View file

@ -1,20 +1,21 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, Cabal, cabalLenses, cmdargs, either, filepath, lens
{ cabal, Cabal, cabalLenses, cmdargs, either, filepath, Glob, lens
, strict, tasty, tastyGolden, transformers, unorderedContainers
}:
cabal.mkDerivation (self: {
pname = "cabal-bounds";
version = "0.8";
sha256 = "0db5vy4qfjc2d27d4vk37gz9sdjgjlargndligmljf52s2g568r0";
version = "0.8.1";
sha256 = "19z596niwvjbjs8cp06zqkd29kn7chqkf60cdbr0ikyw8v4dcjw7";
isLibrary = true;
isExecutable = true;
buildDepends = [
Cabal cabalLenses cmdargs either lens strict transformers
unorderedContainers
];
testDepends = [ filepath tasty tastyGolden ];
testDepends = [ filepath Glob tasty tastyGolden ];
jailbreak = true;
doCheck = false;
meta = {
description = "A command line program for managing the bounds/versions of the dependencies in a cabal file";