mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-14 00:08:28 +01:00
Octree-0.5.3 patch for GHC 7.8
This commit is contained in:
parent
be4d3f908b
commit
736c4414a1
19
patching/patches/Octree-0.5.3.patch
Normal file
19
patching/patches/Octree-0.5.3.patch
Normal file
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user