Updated Haskell packages.
- blaze-builder-conduit: updated to version 0.4.0.1 - enumerator: updated to version 0.4.19 - persistent-sqlite: updated to version 0.9.0.1 - persistent-template: updated to version 0.9.0.1 - persistent: updated to version 0.9.0.1 - pool-conduit: updated to version 0.1.0.1 - semigroups: updated to version 0.8.2 - shakespeare-css: updated to version 1.0.1.1 - shakespeare-i18n: updated to version 1.0.0.1 - shakespeare-js: updated to version 1.0.0.1 - shakespeare-text: updated to version 1.0.0.1 - shakespeare: updated to version 1.0.0.1 - void: updated to version 0.5.5.1 - wai-app-static: updated to version 1.2.0.1 - wai: updated to version 1.2.0.1 - warp: updated to version 1.2.0.1 - yesod-core: updated to version 1.0.0.2 - yesod: updated to version 1.0.0.2 - zlib-conduit: updated to version 0.4.0.1 svn path=/nixpkgs/trunk/; revision=33683
This commit is contained in:
@@ -4,15 +4,15 @@
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "persistent-sqlite";
|
||||
version = "0.9.0";
|
||||
sha256 = "0l0w4g83bxaqlwwqs9xvlws0ksl0i8jmqsi4lpgywylvpywnhlgc";
|
||||
version = "0.9.0.1";
|
||||
sha256 = "19bwkaazg3c822n3308awy70ml40jvncr4c3rvidq72zzdvql9c2";
|
||||
buildDepends = [
|
||||
aeson conduit monadControl persistent text transformers
|
||||
];
|
||||
meta = {
|
||||
homepage = "http://www.yesodweb.com/book/persistent";
|
||||
description = "Backend for the persistent library using sqlite3";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
license = self.stdenv.lib.licenses.mit;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = [ self.stdenv.lib.maintainers.andres ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user