haskell-unbound: update to version 0.4.3
This commit is contained in:
parent
e9dcfd8527
commit
5f0fa99020
@ -1,10 +1,10 @@
|
||||
{ cabal, mtl, RepLib, transformers }:
|
||||
{ cabal, binary, mtl, RepLib, transformers }:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "unbound";
|
||||
version = "0.4.2";
|
||||
sha256 = "1bnnnv4rmzb0pw7i56nzr7k7pahr9rcmlfi4xkpsjhrxmizcfml9";
|
||||
buildDepends = [ mtl RepLib transformers ];
|
||||
version = "0.4.3";
|
||||
sha256 = "1lv60zpsvjfp9qnckwbphkfv0x9pz2qvaab3p4kj38fnlq2y20i4";
|
||||
buildDepends = [ binary mtl RepLib transformers ];
|
||||
meta = {
|
||||
homepage = "http://code.google.com/p/replib/";
|
||||
description = "Generic support for programming with names and binders";
|
||||
|
Loading…
x
Reference in New Issue
Block a user