mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 23:08:30 +01:00
persistent 1.3
This commit is contained in:
parent
edc1f98fdd
commit
18c394e50e
@ -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"
|
||||
|
||||
23
patching/patches/esqueleto-1.3.4.2.patch
Normal file
23
patching/patches/esqueleto-1.3.4.2.patch
Normal 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
|
||||
|
||||
12
patching/patches/fb-persistent-0.3.1.patch
Normal file
12
patching/patches/fb-persistent-0.3.1.patch
Normal 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
|
||||
Loading…
Reference in New Issue
Block a user