haskell-persistent-template: update to version 2.0.2.2
This commit is contained in:
parent
a289f2baa8
commit
6a1e66042c
@ -1,16 +1,17 @@
|
|||||||
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
# This file was auto-generated by cabal2nix. Please do NOT edit manually!
|
||||||
|
|
||||||
{ cabal, aeson, hspec, monadControl, monadLogger, persistent
|
{ cabal, aeson, hspec, monadControl, monadLogger, pathPieces
|
||||||
, QuickCheck, text, transformers, unorderedContainers
|
, persistent, QuickCheck, tagged, text, transformers
|
||||||
|
, unorderedContainers
|
||||||
}:
|
}:
|
||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "persistent-template";
|
pname = "persistent-template";
|
||||||
version = "1.3.2.2";
|
version = "2.0.2.2";
|
||||||
sha256 = "0vcj0y2i423cz1iry5gsz5cvqynpnbhzl6basqcqn6k8ca7s876i";
|
sha256 = "1qar8xh4nbprnvqzgy4byc882hkfyxr7apbj0wzfs7smpla1ghlx";
|
||||||
buildDepends = [
|
buildDepends = [
|
||||||
aeson monadControl monadLogger persistent text transformers
|
aeson monadControl monadLogger pathPieces persistent tagged text
|
||||||
unorderedContainers
|
transformers unorderedContainers
|
||||||
];
|
];
|
||||||
testDepends = [
|
testDepends = [
|
||||||
aeson hspec persistent QuickCheck text transformers
|
aeson hspec persistent QuickCheck text transformers
|
||||||
|
Loading…
Reference in New Issue
Block a user