mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 07:18:31 +01:00
Patch for #266
This commit is contained in:
parent
a0f2854c0f
commit
71cb0e37f8
19
patching/patches/retry-0.5.patch
Normal file
19
patching/patches/retry-0.5.patch
Normal file
@ -0,0 +1,19 @@
|
||||
diff -ruN orig/retry.cabal new/retry.cabal
|
||||
--- orig/retry.cabal 2014-08-05 09:28:48.350961123 +0300
|
||||
+++ new/retry.cabal 2014-08-05 09:28:48.000000000 +0300
|
||||
@@ -44,13 +44,13 @@
|
||||
ghc-options: -threaded
|
||||
build-depends:
|
||||
base ==4.*
|
||||
- , exceptions >= 0.5 && < 0.6
|
||||
+ , exceptions >= 0.5
|
||||
, transformers
|
||||
, data-default-class
|
||||
, time
|
||||
, QuickCheck >= 2.7 && < 2.8
|
||||
, HUnit >= 1.2.5.2 && < 1.3
|
||||
- , hspec >= 1.9 && < 1.10
|
||||
+ , hspec >= 1.9
|
||||
default-language: Haskell2010
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user