3
0
Fork 0
forked from mirrors/nixpkgs

git-annex: Remove versioned yesod-persistent override

This commit is contained in:
Michael Alan Dorman 2017-01-09 19:42:18 -05:00 committed by Peter Simons
parent bdad3a69fe
commit 4171ba5ecc

View file

@ -60,8 +60,6 @@ self: super: {
})).overrideScope (self: super: {
# https://github.com/bitemyapp/esqueleto/issues/8
esqueleto = self.esqueleto_2_4_3;
# https://github.com/yesodweb/yesod/issues/1324
yesod-persistent = self.yesod-persistent_1_4_1_1;
# https://github.com/prowdsponsor/esqueleto/issues/137
persistent = self.persistent_2_2_4_1;
persistent-template = self.persistent-template_2_1_8_1;