File: newer-deps

package info (click to toggle)
haskell-safe-exceptions 0.1.7.0-6
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 136 kB
  • sloc: haskell: 392; makefile: 8
file content (14 lines) | stat: -rw-r--r-- 489 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- a/safe-exceptions.cabal
+++ b/safe-exceptions.cabal
@@ -20,9 +20,9 @@
 library
   hs-source-dirs:      src
   exposed-modules:     Control.Exception.Safe
-  build-depends:       base >= 4.7 && < 4.11
+  build-depends:       base >= 4.7 && < 5
                      , deepseq >= 1.2 && < 1.5
-                     , exceptions >= 0.8 && < 0.9
+                     , exceptions >= 0.8 && < 0.11
                      , transformers >= 0.2 && < 0.6
   default-language:    Haskell2010