persistent 1.3

This commit is contained in:
Michael Snoyman 2013-12-26 14:20:19 +02:00
parent edc1f98fdd
commit 18c394e50e
3 changed files with 35 additions and 2 deletions

View File

@ -153,8 +153,6 @@ defaultStablePackages ghcVer = unPackageMap $ execWriter $ do
, "persistent-mongoDB"
, "threepenny-gui"
]
-- https://github.com/yesodweb/persistent/issues/190
addRange "FP Complete <michael@fpcomplete.com>" "persistent-mongoDB" "< 1.3"
when (ghcVer < GhcMajorVersion 7 6) $ do
addRange "FP Complete <michael@fpcomplete.com>" "hxt" "<= 9.3.0.1"
addRange "FP Complete <michael@fpcomplete.com>" "shelly" "<= 1.0"

View File

@ -0,0 +1,23 @@
diff -ru orig/esqueleto.cabal new/esqueleto.cabal
--- orig/esqueleto.cabal 2013-12-26 14:17:58.627602427 +0200
+++ new/esqueleto.cabal 2013-12-26 14:17:58.000000000 +0200
@@ -57,7 +57,7 @@
build-depends:
base >= 4.5 && < 4.7
, text == 0.11.*
- , persistent == 1.2.*
+ , persistent >= 1.2 && < 1.4
, transformers >= 0.2
, unordered-containers >= 0.2
, tagged >= 0.2
@@ -83,8 +83,8 @@
, HUnit
, QuickCheck
, hspec >= 1.3 && < 1.8
- , persistent-sqlite == 1.2.*
- , persistent-template == 1.2.*
+ , persistent-sqlite >= 1.2 && < 1.4
+ , persistent-template >= 1.2 && < 1.4
, monad-control
, monad-logger >= 0.3

View File

@ -0,0 +1,12 @@
diff -ru orig/fb-persistent.cabal new/fb-persistent.cabal
--- orig/fb-persistent.cabal 2013-12-26 14:17:59.531602454 +0200
+++ new/fb-persistent.cabal 2013-12-26 14:17:59.000000000 +0200
@@ -32,7 +32,7 @@
build-depends:
base >= 4 && < 5
, fb >= 0.13
- , persistent == 1.2.*
+ , persistent >= 1.2 && < 1.4
, cereal >= 0.3 && < 0.5
, time == 1.4.*
, text