From 305b9703386608ee837f1e8e9cc79404b6a464c1 Mon Sep 17 00:00:00 2001 From: Oleg Grenrus Date: Fri, 2 Aug 2024 11:16:51 +0300 Subject: [PATCH] Allow hashable-1.5 --- quickcheck-instances.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quickcheck-instances.cabal b/quickcheck-instances.cabal index 0e0d1ef..0fba695 100644 --- a/quickcheck-instances.cabal +++ b/quickcheck-instances.cabal @@ -1,7 +1,7 @@ cabal-version: 2.2 name: quickcheck-instances version: 0.3.31 -x-revision: 1 +x-revision: 2 synopsis: Common quickcheck instances description: QuickCheck instances. @@ -90,7 +90,7 @@ library , case-insensitive >=1.2.0.11 && <1.3 , containers >=0.6.0.1 && <0.8 , data-fix >=0.3 && <0.4 - , hashable >=1.4.4.0 && <1.5 + , hashable >=1.4.4.0 && <1.6 , integer-logarithms >=1.0.3.1 && <1.1 , old-time >=1.1.0.0 && <1.2 , OneTuple >=0.4.2 && <0.5