From 736c4414a1fb6365ed018f7917feb989001893ec Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 1 May 2014 18:10:59 +0300 Subject: [PATCH] Octree-0.5.3 patch for GHC 7.8 --- patching/patches/Octree-0.5.3.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 patching/patches/Octree-0.5.3.patch diff --git a/patching/patches/Octree-0.5.3.patch b/patching/patches/Octree-0.5.3.patch new file mode 100644 index 00000000..8ac6e50a --- /dev/null +++ b/patching/patches/Octree-0.5.3.patch @@ -0,0 +1,19 @@ +diff -ru orig/Octree.cabal new/Octree.cabal +--- orig/Octree.cabal 2014-05-01 18:10:50.650819156 +0300 ++++ new/Octree.cabal 2014-05-01 18:10:50.000000000 +0300 +@@ -33,13 +33,13 @@ + + Test-suite test_Octree + Type: exitcode-stdio-1.0 +- Build-depends: base>=4.0 && < 4.7, AC-Vector >= 2.3.0, QuickCheck >= 2.4.0 ++ Build-depends: base>=4.0 && < 4.8, AC-Vector >= 2.3.0, QuickCheck >= 2.4.0 + Main-is: tests/test_Octree.hs + + Test-suite readme + type: exitcode-stdio-1.0 + -- We have a symlink: README.lhs -> README.md + main-is: README.lhs +- Build-depends: base>=4.0 && < 4.7, AC-Vector >= 2.3.0, QuickCheck >= 2.4.0, markdown-unlit ++ Build-depends: base>=4.0 && < 4.8, AC-Vector >= 2.3.0, QuickCheck >= 2.4.0, markdown-unlit + ghc-options: -pgmL markdown-unlit +