mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
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!
|
||||
|
||||
{ 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";
|
||||
|
Loading…
Reference in New Issue
Block a user