mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 14:41:17 +00:00
haskell-persistent: updated to version 0.6.1
svn path=/nixpkgs/trunk/; revision=28893
This commit is contained in:
parent
e5454cf33a
commit
42a21dc8d6
|
@ -1,20 +1,18 @@
|
|||
{ cabal, blazeHtml, enumerator, monadControl, parsec, pool, sqlite
|
||||
, text, time, transformers
|
||||
{ cabal, blazeHtml, enumerator, monadControl, mtl, parsec
|
||||
, pathPieces, pool, sqlite, text, time, transformers
|
||||
}:
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "persistent";
|
||||
version = "0.5.1";
|
||||
sha256 = "1m0558vi99z15q0w62a9rkz25n8djswggbad9m0il359jb3mrzsd";
|
||||
isLibrary = true;
|
||||
isExecutable = true;
|
||||
version = "0.6.1";
|
||||
sha256 = "1pb34n7rwj6jvk18c802kd99rrlhrav1hkx600rs6pp5zjic3mp7";
|
||||
buildDepends = [
|
||||
blazeHtml enumerator monadControl parsec pool text time
|
||||
transformers
|
||||
blazeHtml enumerator monadControl mtl parsec pathPieces pool text
|
||||
time transformers
|
||||
];
|
||||
extraLibraries = [ sqlite ];
|
||||
meta = {
|
||||
homepage = "http://docs.yesodweb.com/book/persistent";
|
||||
homepage = "http://www.yesodweb.com/book/persistent";
|
||||
description = "Type-safe, non-relational, multi-backend persistence";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
|
|
Loading…
Reference in a new issue