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:
@@ -2,13 +2,13 @@
|
||||
|
||||
cabal.mkDerivation (self: {
|
||||
pname = "persistent-template";
|
||||
version = "0.9.0";
|
||||
sha256 = "17rcmqmakpqk2d630rpj6i345jc7hk225c26s5v8ks3hds4dn85w";
|
||||
version = "0.9.0.1";
|
||||
sha256 = "0hxv69qifkmv36zkzlhlw40s6zzv4jf977iqim069b4v8824r9pc";
|
||||
buildDepends = [ aeson monadControl persistent text transformers ];
|
||||
meta = {
|
||||
homepage = "http://www.yesodweb.com/book/persistent";
|
||||
description = "Type-safe, non-relational, multi-backend persistence";
|
||||
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