haskell-unbound-generics: update to version 0.0.2

This commit is contained in:
Peter Simons 2014-12-12 09:51:27 +01:00
parent e5494c7072
commit 960f394705

View file

@ -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";