mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 15:28:29 +01:00
Cloud Haskell
This commit is contained in:
parent
a1cf2cedb6
commit
59c2ae84c1
@ -169,6 +169,7 @@ defaultStablePackages ghcVer requireHP = unPackageMap $ execWriter $ do
|
||||
, "cairo diagrams-cairo"
|
||||
, "persistent-mongoDB fpco-api"
|
||||
, "threepenny-gui base16-bytestring convertible"
|
||||
, "distributed-process distributed-process-simplelocalnet"
|
||||
]
|
||||
-- Deprecated version
|
||||
addRange "FP Complete <michael@fpcomplete.com>" "persistent-mongoDB" "< 1.3.1 || > 1.3.1"
|
||||
|
||||
30
patching/patches/distributed-process-0.4.2.patch
Normal file
30
patching/patches/distributed-process-0.4.2.patch
Normal file
@ -0,0 +1,30 @@
|
||||
diff -ru orig/distributed-process.cabal new/distributed-process.cabal
|
||||
--- orig/distributed-process.cabal 2014-03-25 06:24:53.476644211 +0200
|
||||
+++ new/distributed-process.cabal 2014-03-25 06:24:53.000000000 +0200
|
||||
@@ -90,7 +90,7 @@
|
||||
Main-Is: TestCH.hs
|
||||
Build-Depends: base >= 4.4 && < 5,
|
||||
random >= 1.0 && < 1.1,
|
||||
- ansi-terminal >= 0.5 && < 0.6,
|
||||
+ ansi-terminal >= 0.5,
|
||||
distributed-process,
|
||||
network-transport >= 0.3 && < 0.4,
|
||||
network-transport-tcp >= 0.3 && < 0.4,
|
||||
@@ -111,7 +111,7 @@
|
||||
Main-Is: TestClosure.hs
|
||||
Build-Depends: base >= 4.4 && < 5,
|
||||
random >= 1.0 && < 1.1,
|
||||
- ansi-terminal >= 0.5 && < 0.6,
|
||||
+ ansi-terminal >= 0.5,
|
||||
distributed-static >= 0.2 && < 0.3,
|
||||
distributed-process,
|
||||
network-transport >= 0.3 && < 0.4,
|
||||
@@ -131,7 +131,7 @@
|
||||
Main-Is: TestStats.hs
|
||||
Build-Depends: base >= 4.4 && < 5,
|
||||
random >= 1.0 && < 1.1,
|
||||
- ansi-terminal >= 0.5 && < 0.6,
|
||||
+ ansi-terminal >= 0.5,
|
||||
containers >= 0.4 && < 0.6,
|
||||
stm >= 2.3 && < 2.5,
|
||||
distributed-process,
|
||||
12
patching/patches/network-transport-tests-0.1.0.1.patch
Normal file
12
patching/patches/network-transport-tests-0.1.0.1.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -ru orig/network-transport-tests.cabal new/network-transport-tests.cabal
|
||||
--- orig/network-transport-tests.cabal 2014-03-25 06:24:53.648644213 +0200
|
||||
+++ new/network-transport-tests.cabal 2014-03-25 06:24:53.000000000 +0200
|
||||
@@ -24,7 +24,7 @@
|
||||
bytestring >= 0.9 && < 0.11,
|
||||
random >= 1.0 && < 1.1,
|
||||
mtl >= 2.1 && < 2.2,
|
||||
- ansi-terminal >= 0.5 && < 0.6
|
||||
+ ansi-terminal >= 0.5
|
||||
hs-source-dirs: src
|
||||
ghc-options: -Wall -fno-warn-unused-do-bind
|
||||
extensions: CPP,
|
||||
Loading…
Reference in New Issue
Block a user