mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-15 00:38:29 +01:00
Add a patch
This commit is contained in:
parent
97a35c09df
commit
645af0064a
19
patching/patches/Octree-0.5.2.patch
Normal file
19
patching/patches/Octree-0.5.2.patch
Normal file
@ -0,0 +1,19 @@
|
||||
diff -ru orig/Octree.cabal new/Octree.cabal
|
||||
--- orig/Octree.cabal 2014-04-17 19:22:31.263672240 +0300
|
||||
+++ new/Octree.cabal 2014-04-17 19:22:31.000000000 +0300
|
||||
@@ -32,13 +32,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