haskell-digestive-functors: update to version 0.6.1.0
This commit is contained in:
parent
f51d2220ca
commit
8c3232f925
@ -1,11 +1,16 @@
|
|||||||
{ cabal, HUnit, mtl, testFramework, testFrameworkHunit, text }:
|
{ cabal, HUnit, mtl, QuickCheck, testFramework, testFrameworkHunit
|
||||||
|
, testFrameworkQuickcheck2, text
|
||||||
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "digestive-functors";
|
pname = "digestive-functors";
|
||||||
version = "0.6.0.1";
|
version = "0.6.1.0";
|
||||||
sha256 = "1ni1hfmpz14yvgjphwz64hqhg7xbhvvqbdnapspipplvnl0rcmhi";
|
sha256 = "0p38q8xz01vjn1mf718xi5ny3i7z9zd00lnnybmd6zy03laq4a2d";
|
||||||
buildDepends = [ mtl text ];
|
buildDepends = [ mtl text ];
|
||||||
testDepends = [ HUnit mtl testFramework testFrameworkHunit text ];
|
testDepends = [
|
||||||
|
HUnit mtl QuickCheck testFramework testFrameworkHunit
|
||||||
|
testFrameworkQuickcheck2 text
|
||||||
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://github.com/jaspervdj/digestive-functors";
|
homepage = "http://github.com/jaspervdj/digestive-functors";
|
||||||
description = "A practical formlet library";
|
description = "A practical formlet library";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user