haskell-unbound-generics: update to version 0.0.2
This commit is contained in:
parent
e5494c7072
commit
960f394705
@ -1,13 +1,15 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# 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: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "unbound-generics";
|
pname = "unbound-generics";
|
||||||
version = "0.0.1";
|
version = "0.0.2";
|
||||||
sha256 = "0iwg1292dpwl8icr8p4nyhns4n0r44q8wv4l22j6i9m61li68al1";
|
sha256 = "0zgajq411bp16xwv31i2igsz62lad923rylhfprklsism13rk5ai";
|
||||||
buildDepends = [ contravariant mtl transformers ];
|
buildDepends = [ contravariant mtl transformers ];
|
||||||
testDepends = [ mtl tasty tastyHunit ];
|
testDepends = [ mtl QuickCheck tasty tastyHunit tastyQuickcheck ];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/lambdageek/unbound-generics";
|
homepage = "http://github.com/lambdageek/unbound-generics";
|
||||||
description = "Reimplementation of Unbound using GHC Generics";
|
description = "Reimplementation of Unbound using GHC Generics";
|
||||||
|
Loading…
Reference in New Issue
Block a user