mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-12 23:38:29 +01:00
20 lines
623 B
Diff
20 lines
623 B
Diff
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
|
|
|
|
|