haskell-classy-prelude: update to version 0.5.9
This commit is contained in:
parent
16581965df
commit
8740b48d86
@ -1,15 +1,15 @@
|
||||
{ cabal, basicPrelude, hashable, hspec, liftedBase, monadControl
|
||||
, QuickCheck, systemFilepath, text, transformers
|
||||
{ cabal, async, basicPrelude, deepseq, hashable, hspec, liftedBase
|
||||
, monadControl, QuickCheck, systemFilepath, text, transformers
|
||||
, unorderedContainers, vector
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "classy-prelude";
|
||||
version = "0.5.8";
|
||||
sha256 = "1yq2x3mfkasprmsx1gracjhih9l9x0dsq6pdf90khlcl11qh57ir";
|
||||
version = "0.5.9";
|
||||
sha256 = "1qqmip3ynqdxlwynm60wsn82dcyymcfql79k039iablanj4mic61";
|
||||
buildDepends = [
|
||||
basicPrelude hashable liftedBase monadControl systemFilepath text
|
||||
transformers unorderedContainers vector
|
||||
async basicPrelude deepseq hashable liftedBase monadControl
|
||||
systemFilepath text transformers unorderedContainers vector
|
||||
];
|
||||
testDepends = [ hspec QuickCheck transformers ];
|
||||
meta = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user