From 59c2ae84c1cbee8dd8cc16604b1a6be64ee3d56d Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 25 Mar 2014 06:26:32 +0200 Subject: [PATCH] Cloud Haskell --- Stackage/Config.hs | 1 + .../patches/distributed-process-0.4.2.patch | 30 +++++++++++++++++++ .../network-transport-tests-0.1.0.1.patch | 12 ++++++++ 3 files changed, 43 insertions(+) create mode 100644 patching/patches/distributed-process-0.4.2.patch create mode 100644 patching/patches/network-transport-tests-0.1.0.1.patch diff --git a/Stackage/Config.hs b/Stackage/Config.hs index df47cd9d..1f576bf0 100644 --- a/Stackage/Config.hs +++ b/Stackage/Config.hs @@ -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 " "persistent-mongoDB" "< 1.3.1 || > 1.3.1" diff --git a/patching/patches/distributed-process-0.4.2.patch b/patching/patches/distributed-process-0.4.2.patch new file mode 100644 index 00000000..bb4e4f0e --- /dev/null +++ b/patching/patches/distributed-process-0.4.2.patch @@ -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, diff --git a/patching/patches/network-transport-tests-0.1.0.1.patch b/patching/patches/network-transport-tests-0.1.0.1.patch new file mode 100644 index 00000000..1e3f06df --- /dev/null +++ b/patching/patches/network-transport-tests-0.1.0.1.patch @@ -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,