haskell-persistent-sqlite: updated to version 0.8.0
svn path=/nixpkgs/trunk/; revision=32180
This commit is contained in:
parent
a2d2fa31a6
commit
27b9910634
@ -1,13 +1,13 @@
|
|||||||
{ cabal, dataObject, monadControl, neither, persistent, text
|
{ cabal, aeson, conduit, monadControl, persistent, text
|
||||||
, transformers
|
, transformers
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "persistent-sqlite";
|
pname = "persistent-sqlite";
|
||||||
version = "0.6.2.1";
|
version = "0.8.0";
|
||||||
sha256 = "10sqmkd7vnrrpr8phcswbxcvn8vjipgy96nk2jj3g96j3cfwfpk0";
|
sha256 = "19dly53g4jzcqi9px49w9qaf2vnlpsxc6jf5xn63827ylmxlmk5q";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
dataObject monadControl neither persistent text transformers
|
aeson conduit monadControl persistent text transformers
|
||||||
];
|
];
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.yesodweb.com/book/persistent";
|
homepage = "http://www.yesodweb.com/book/persistent";
|
||||||
|
Loading…
Reference in New Issue
Block a user