From 160a2d08e97dc92e42529634100b8aa9097d08a5 Mon Sep 17 00:00:00 2001 From: John Ky Date: Fri, 5 Jul 2019 13:48:57 +1000 Subject: [PATCH] Bump hw-balancedparens upper-bounds --- hw-rankselect.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw-rankselect.cabal b/hw-rankselect.cabal index 55f53a4..22fc1d8 100644 --- a/hw-rankselect.cabal +++ b/hw-rankselect.cabal @@ -39,7 +39,7 @@ common directory { build-depends: directory >= 1.2 common generic-lens { build-depends: generic-lens >= 1.0.0.0 && < 1.2 } common hedgehog { build-depends: hedgehog >= 1.0 && < 1.1 } common hspec { build-depends: hspec >= 2.4 && < 3 } -common hw-balancedparens { build-depends: hw-balancedparens >= 0.2.2.0 && < 0.3 } +common hw-balancedparens { build-depends: hw-balancedparens >= 0.2.2.0 && < 0.4 } common hw-bits { build-depends: hw-bits >= 0.4.0.0 && < 0.8 } common hw-fingertree { build-depends: hw-fingertree >= 0.1.1.0 && < 1.2 } common hw-hedgehog { build-depends: hw-hedgehog >= 0.1.0.1 && < 0.2 }