diff --git a/Stackage/Config.hs b/Stackage/Config.hs index 08c28741..146809ce 100644 --- a/Stackage/Config.hs +++ b/Stackage/Config.hs @@ -153,8 +153,6 @@ defaultStablePackages ghcVer = unPackageMap $ execWriter $ do , "persistent-mongoDB" , "threepenny-gui" ] - -- https://github.com/yesodweb/persistent/issues/190 - addRange "FP Complete " "persistent-mongoDB" "< 1.3" when (ghcVer < GhcMajorVersion 7 6) $ do addRange "FP Complete " "hxt" "<= 9.3.0.1" addRange "FP Complete " "shelly" "<= 1.0" diff --git a/patching/patches/esqueleto-1.3.4.2.patch b/patching/patches/esqueleto-1.3.4.2.patch new file mode 100644 index 00000000..aab32d2b --- /dev/null +++ b/patching/patches/esqueleto-1.3.4.2.patch @@ -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 + diff --git a/patching/patches/fb-persistent-0.3.1.patch b/patching/patches/fb-persistent-0.3.1.patch new file mode 100644 index 00000000..6eabe436 --- /dev/null +++ b/patching/patches/fb-persistent-0.3.1.patch @@ -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