From 23d486b2baf8e3bc19157076ea25a23f228251a5 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 2 Aug 2018 13:38:57 +0200 Subject: [PATCH] Bump constraint on binary --- cryptoids-types/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-types/package.yaml b/cryptoids-types/package.yaml index df78e3d..6dc7d04 100644 --- a/cryptoids-types/package.yaml +++ b/cryptoids-types/package.yaml @@ -23,7 +23,7 @@ ghc-options: dependencies: - base >=4.9 && <5 - - binary >=0.8.3 && <0.9 + - binary >=0.8.3 && <0.11 - path-pieces >=0.2.1 && <0.3 - http-api-data >=0.3.7 && <0.4 diff --git a/cryptoids/package.yaml b/cryptoids/package.yaml index 5ea8db2..ae5324d 100644 --- a/cryptoids/package.yaml +++ b/cryptoids/package.yaml @@ -29,7 +29,7 @@ dependencies: - cryptoids-class >=0.0 && <0.1 - cryptonite >=0.23 && <0.26 - bytestring >=0.10.8 && <0.11 - - binary >=0.8.3 && <0.9 + - binary >=0.8.3 && <0.11 - memory >=0.14.6 && <0.15 - exceptions >=0.8.3 && <0.11 - filepath >=1.4.1 && <1.5 diff --git a/filepath-crypto/package.yaml b/filepath-crypto/package.yaml index 12a5954..4797908 100644 --- a/filepath-crypto/package.yaml +++ b/filepath-crypto/package.yaml @@ -36,7 +36,7 @@ dependencies: - filepath >=1.4.1 && <1.5 - sandi >=0.4.0 && <0.5 - case-insensitive >=1.2.0 && <1.3 - - binary >=0.8.3 && <0.9 + - binary >=0.8.3 && <0.11 - bytestring >=0.10.8 && <0.11 - exceptions >=0.8.3 && <0.11 - template-haskell >=2.11.1 && <2.14 diff --git a/uuid-crypto/package.yaml b/uuid-crypto/package.yaml index 20b88ca..44c3aa7 100644 --- a/uuid-crypto/package.yaml +++ b/uuid-crypto/package.yaml @@ -35,7 +35,7 @@ dependencies: - cryptoids >=0.5 && <0.6 - uuid >=1.3.13 && <1.4 - bytestring >=0.10.8 && <0.11 - - binary >=0.8.3 && <0.9 + - binary >=0.8.3 && <0.11 - exceptions >=0.8.3 && <0.11 library: