A new version of hashable isn't compitable with our ghcjs. A max bound version is needed in the Cabal file

This commit is contained in:
akhesacaro 2021-10-02 13:20:05 +02:00
parent e5f1604a9d
commit a4aacc9475

View File

@ -7,3 +7,5 @@ packages:
-- we need to tell cabal we are using GHCJS -- we need to tell cabal we are using GHCJS
compiler: ghcjs compiler: ghcjs
tests: True tests: True
constraints: hashable <=1.3.3.0