haskell-persistent-template: update to version 2.0.2.2

This commit is contained in:
Peter Simons 2014-09-11 18:09:50 +02:00
parent a289f2baa8
commit 6a1e66042c

View File

@ -1,16 +1,17 @@
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
{ cabal, aeson, hspec, monadControl, monadLogger, persistent
, QuickCheck, text, transformers, unorderedContainers
{ cabal, aeson, hspec, monadControl, monadLogger, pathPieces
, persistent, QuickCheck, tagged, text, transformers
, unorderedContainers
}:
cabal.mkDerivation (self: {
pname = "persistent-template";
version = "1.3.2.2";
sha256 = "0vcj0y2i423cz1iry5gsz5cvqynpnbhzl6basqcqn6k8ca7s876i";
version = "2.0.2.2";
sha256 = "1qar8xh4nbprnvqzgy4byc882hkfyxr7apbj0wzfs7smpla1ghlx";
buildDepends = [
aeson monadControl monadLogger persistent text transformers
unorderedContainers
aeson monadControl monadLogger pathPieces persistent tagged text
transformers unorderedContainers
];
testDepends = [
aeson hspec persistent QuickCheck text transformers