mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
haskell-persistent: update to version 1.3.0.4
This commit is contained in:
parent
cc8c69890b
commit
170a359904
1 changed files with 4 additions and 4 deletions
|
@ -1,17 +1,17 @@
|
|||
{ cabal, aeson, attoparsec, base64Bytestring, blazeHtml
|
||||
, blazeMarkup, conduit, hspec, liftedBase, monadControl
|
||||
, monadLogger, pathPieces, poolConduit, resourcet, scientific
|
||||
, monadLogger, pathPieces, resourcePool, resourcet, scientific
|
||||
, silently, sqlite, text, time, transformers, transformersBase
|
||||
, unorderedContainers, vector
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "persistent";
|
||||
version = "1.3.0.3";
|
||||
sha256 = "0p9h43wvm1l9va6s6p71y6r5ifgvbqz8ypc86pmzbphq6712jnsl";
|
||||
version = "1.3.0.4";
|
||||
sha256 = "09p7nf6dnjz83qp7invkmzcr55zglm0y54p8pb1y6acjpnw3glkl";
|
||||
buildDepends = [
|
||||
aeson attoparsec base64Bytestring blazeHtml blazeMarkup conduit
|
||||
liftedBase monadControl monadLogger pathPieces poolConduit
|
||||
liftedBase monadControl monadLogger pathPieces resourcePool
|
||||
resourcet scientific silently text time transformers
|
||||
transformersBase unorderedContainers vector
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue