3
0
Fork 0
forked from mirrors/nixpkgs

haskell-persistent-sqlite: update to version 1.1.5

This commit is contained in:
Peter Simons 2013-03-04 10:54:14 +01:00
parent d790e95a91
commit 2d02edaf51

View file

@ -4,8 +4,8 @@
cabal.mkDerivation (self: { cabal.mkDerivation (self: {
pname = "persistent-sqlite"; pname = "persistent-sqlite";
version = "1.1.4.1"; version = "1.1.5";
sha256 = "0rhvbbzlzgzx4na7ffa2jx2zinzbb6b1jxf8964hcxx7iyzcycjj"; sha256 = "1kqxp0qsvxfz352yg9k1wgb2nfm7kcz8xdj9q537ilh99wxkp6cl";
buildDepends = [ buildDepends = [
aeson conduit monadControl monadLogger persistent text transformers aeson conduit monadControl monadLogger persistent text transformers
]; ];