3
0
Fork 0
forked from mirrors/nixpkgs

haskell-persistent: update to version 2.0.2

This commit is contained in:
Peter Simons 2014-09-11 18:09:53 +02:00
parent 6a1e66042c
commit 082aca60ad

View file

@ -1,21 +1,21 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, aeson, attoparsec, base64Bytestring, blazeHtml
, blazeMarkup, conduit, exceptions, hspec, liftedBase, monadControl
, monadLogger, pathPieces, resourcePool, resourcet, scientific
, silently, sqlite, text, time, transformers, transformersBase
, unorderedContainers, vector
, blazeMarkup, conduit, exceptions, fastLogger, hspec, liftedBase
, monadControl, monadLogger, mtl, pathPieces, resourcePool
, resourcet, scientific, silently, sqlite, tagged, text, time
, transformers, transformersBase, unorderedContainers, vector
}:
cabal.mkDerivation (self: {
pname = "persistent";
version = "1.3.3";
sha256 = "1pz3xdbk46qprcyb0sll5zzr2vp6x08w7pd5glz2jf2242k7cdrd";
version = "2.0.2";
sha256 = "047k5bycpyvjyri7k6skc775m2akspzlr08ya2lv53q81yv912xi";
buildDepends = [
aeson attoparsec base64Bytestring blazeHtml blazeMarkup conduit
exceptions liftedBase monadControl monadLogger pathPieces
resourcePool resourcet scientific silently text time transformers
transformersBase unorderedContainers vector
exceptions fastLogger liftedBase monadControl monadLogger mtl
pathPieces resourcePool resourcet scientific silently tagged text
time transformers transformersBase unorderedContainers vector
];
testDepends = [
aeson attoparsec base64Bytestring blazeHtml conduit hspec