diff --git a/pkgs/development/libraries/haskell/unbound-generics/default.nix b/pkgs/development/libraries/haskell/unbound-generics/default.nix index 602b28d0aa66..351df38fc0d1 100644 --- a/pkgs/development/libraries/haskell/unbound-generics/default.nix +++ b/pkgs/development/libraries/haskell/unbound-generics/default.nix @@ -1,13 +1,15 @@ # This file was auto-generated by cabal2nix. Please do NOT edit manually! -{ cabal, contravariant, mtl, tasty, tastyHunit, transformers }: +{ cabal, contravariant, mtl, QuickCheck, tasty, tastyHunit +, tastyQuickcheck, transformers +}: cabal.mkDerivation (self: { pname = "unbound-generics"; - version = "0.0.1"; - sha256 = "0iwg1292dpwl8icr8p4nyhns4n0r44q8wv4l22j6i9m61li68al1"; + version = "0.0.2"; + sha256 = "0zgajq411bp16xwv31i2igsz62lad923rylhfprklsism13rk5ai"; buildDepends = [ contravariant mtl transformers ]; - testDepends = [ mtl tasty tastyHunit ]; + testDepends = [ mtl QuickCheck tasty tastyHunit tastyQuickcheck ]; meta = { homepage = "http://github.com/lambdageek/unbound-generics"; description = "Reimplementation of Unbound using GHC Generics";