haskell-persistent: update to version 2.0.2
This commit is contained in:
parent
6a1e66042c
commit
082aca60ad
@ -1,21 +1,21 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, aeson, attoparsec, base64Bytestring, blazeHtml
|
{ cabal, aeson, attoparsec, base64Bytestring, blazeHtml
|
||||||
, blazeMarkup, conduit, exceptions, hspec, liftedBase, monadControl
|
, blazeMarkup, conduit, exceptions, fastLogger, hspec, liftedBase
|
||||||
, monadLogger, pathPieces, resourcePool, resourcet, scientific
|
, monadControl, monadLogger, mtl, pathPieces, resourcePool
|
||||||
, silently, sqlite, text, time, transformers, transformersBase
|
, resourcet, scientific, silently, sqlite, tagged, text, time
|
||||||
, unorderedContainers, vector
|
, transformers, transformersBase, unorderedContainers, vector
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "persistent";
|
pname = "persistent";
|
||||||
version = "1.3.3";
|
version = "2.0.2";
|
||||||
sha256 = "1pz3xdbk46qprcyb0sll5zzr2vp6x08w7pd5glz2jf2242k7cdrd";
|
sha256 = "047k5bycpyvjyri7k6skc775m2akspzlr08ya2lv53q81yv912xi";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson attoparsec base64Bytestring blazeHtml blazeMarkup conduit
|
aeson attoparsec base64Bytestring blazeHtml blazeMarkup conduit
|
||||||
exceptions liftedBase monadControl monadLogger pathPieces
|
exceptions fastLogger liftedBase monadControl monadLogger mtl
|
||||||
resourcePool resourcet scientific silently text time transformers
|
pathPieces resourcePool resourcet scientific silently tagged text
|
||||||
transformersBase unorderedContainers vector
|
time transformers transformersBase unorderedContainers vector
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
aeson attoparsec base64Bytestring blazeHtml conduit hspec
|
aeson attoparsec base64Bytestring blazeHtml conduit hspec
|
||||||
|
Loading…
x
Reference in New Issue
Block a user