From 5818f1cadb7e918921a98272d519218454838c9e Mon Sep 17 00:00:00 2001 From: Herbert Valerio Riedel Date: Sun, 30 Sep 2018 23:59:34 +0200 Subject: [PATCH] Tighten bounds of base --- hjsonpointer.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hjsonpointer.cabal b/hjsonpointer.cabal index 07e5c79..1193daa 100644 --- a/hjsonpointer.cabal +++ b/hjsonpointer.cabal @@ -24,7 +24,7 @@ library exposed-modules: JSONPointer build-depends: - base >= 4.6 && < 5 + base >= 4.9 && < 5 , aeson >= 0.7 , hashable >= 1.2 , unordered-containers >= 0.2