From 8c8e4346f950c421c839d6211419bb856dc7eb60 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 25 Feb 2018 18:26:33 +0100 Subject: [PATCH] Allow exceptions-0.9 --- cryptoids-class/package.yaml | 2 +- cryptoids/package.yaml | 2 +- filepath-crypto/package.yaml | 2 +- uuid-crypto/package.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cryptoids-class/package.yaml b/cryptoids-class/package.yaml index 8370e21..a1111a8 100644 --- a/cryptoids-class/package.yaml +++ b/cryptoids-class/package.yaml @@ -26,7 +26,7 @@ ghc-options: dependencies: - base >=4.9 && <5 - cryptoids-types >=0.0.0 && <0.1 - - exceptions >=0.8.3 && <0.9 + - exceptions >=0.8.3 && <0.10 library: source-dirs: src diff --git a/cryptoids/package.yaml b/cryptoids/package.yaml index 9c9a532..e2cc1c5 100644 --- a/cryptoids/package.yaml +++ b/cryptoids/package.yaml @@ -31,7 +31,7 @@ dependencies: - bytestring >=0.10.8 && <0.11 - binary >=0.8.3 && <0.9 - memory >=0.14.6 && <0.15 - - exceptions >=0.8.3 && <0.9 + - exceptions >=0.8.3 && <0.10 - filepath >=1.4.1 && <1.5 - directory >=1.3.0 && <1.4 diff --git a/filepath-crypto/package.yaml b/filepath-crypto/package.yaml index 31115b3..23376f3 100644 --- a/filepath-crypto/package.yaml +++ b/filepath-crypto/package.yaml @@ -38,7 +38,7 @@ dependencies: - case-insensitive >=1.2.0 && <1.3 - binary >=0.8.3 && <0.9 - bytestring >=0.10.8 && <0.11 - - exceptions >=0.8.3 && <0.9 + - exceptions >=0.8.3 && <0.10 - template-haskell >=2.11.1 && <2.13 library: diff --git a/uuid-crypto/package.yaml b/uuid-crypto/package.yaml index e8ed57c..3dc9ffe 100644 --- a/uuid-crypto/package.yaml +++ b/uuid-crypto/package.yaml @@ -36,7 +36,7 @@ dependencies: - uuid >=1.3.13 && <1.4 - bytestring >=0.10.8 && <0.11 - binary >=0.8.3 && <0.9 - - exceptions >=0.8.3 && <0.9 + - exceptions >=0.8.3 && <0.10 library: source-dirs: src