This commit is contained in:
Michael Snoyman 2014-08-05 09:30:53 +03:00
parent a0f2854c0f
commit 71cb0e37f8

View 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