From a4aacc94751430321950e2f259cb3c0352e0c7e7 Mon Sep 17 00:00:00 2001 From: akhesacaro Date: Sat, 2 Oct 2021 13:20:05 +0200 Subject: [PATCH] A new version of hashable isn't compitable with our ghcjs. A max bound version is needed in the Cabal file --- cabal.ghcjs.project | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cabal.ghcjs.project b/cabal.ghcjs.project index 11ceb957..72902332 100644 --- a/cabal.ghcjs.project +++ b/cabal.ghcjs.project @@ -7,3 +7,5 @@ packages: -- we need to tell cabal we are using GHCJS compiler: ghcjs tests: True + +constraints: hashable <=1.3.3.0