blob: e042b781aeef1f066508d4b454b6417102a37ea6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- safe-exceptions.cabal.orig 2018-04-13 20:24:13 UTC
+++ safe-exceptions.cabal
@@ -16,9 +16,9 @@ cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: Control.Exception.Safe
- build-depends: base >= 4.7 && < 4.11
+ build-depends: base >= 4.7 && < 4.13
, deepseq >= 1.2 && < 1.5
- , exceptions >= 0.8 && < 0.9
+ , exceptions >= 0.8 && < 0.11
, transformers >= 0.2 && < 0.6
default-language: Haskell2010
|