haskell-digestive-functors: update to version 0.6.1.0

This commit is contained in:
Peter Simons 2013-05-30 11:01:47 +02:00
parent f51d2220ca
commit 8c3232f925
1 changed files with 9 additions and 4 deletions

View File

@ -1,11 +1,16 @@
{ cabal, HUnit, mtl, testFramework, testFrameworkHunit, text }:
{ cabal, HUnit, mtl, QuickCheck, testFramework, testFrameworkHunit
, testFrameworkQuickcheck2, text
}:
cabal.mkDerivation (self: {
pname = "digestive-functors";
version = "0.6.0.1";
sha256 = "1ni1hfmpz14yvgjphwz64hqhg7xbhvvqbdnapspipplvnl0rcmhi";
version = "0.6.1.0";
sha256 = "0p38q8xz01vjn1mf718xi5ny3i7z9zd00lnnybmd6zy03laq4a2d";
buildDepends = [ mtl text ];
testDepends = [ HUnit mtl testFramework testFrameworkHunit text ];
testDepends = [
HUnit mtl QuickCheck testFramework testFrameworkHunit
testFrameworkQuickcheck2 text
];
meta = {
homepage = "http://github.com/jaspervdj/digestive-functors";
description = "A practical formlet library";