haskell-persistent: update to version 1.0.1.3
This commit is contained in:
parent
b7cc6df1de
commit
fca7287491
@ -6,8 +6,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "persistent";
|
pname = "persistent";
|
||||||
version = "1.0.1.2";
|
version = "1.0.1.3";
|
||||||
sha256 = "0gw635mhbn6w8aswiw9j41rdpi7rhnnhay2qgvlc8103s0g5lp9j";
|
sha256 = "156iv1iv807wm39sr98z0f10sbw4q0ac3lafgai0mq3ph5xysi80";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson attoparsec base64Bytestring blazeHtml blazeMarkup conduit
|
aeson attoparsec base64Bytestring blazeHtml blazeMarkup conduit
|
||||||
liftedBase monadControl monadLogger pathPieces poolConduit
|
liftedBase monadControl monadLogger pathPieces poolConduit
|
||||||
@ -15,7 +15,6 @@ cabal.mkDerivation (self: {
|
|||||||
unorderedContainers vector
|
unorderedContainers vector
|
||||||
];
|
];
|
||||||
extraLibraries = [ sqlite ];
|
extraLibraries = [ sqlite ];
|
||||||
jailbreak = true;
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.yesodweb.com/book/persistent";
|
homepage = "http://www.yesodweb.com/book/persistent";
|
||||||
description = "Type-safe, multi-backend data serialization";
|
description = "Type-safe, multi-backend data serialization";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user