From 7054d2a582ae9a07f98b37ec9dde321765a4c738 Mon Sep 17 00:00:00 2001 From: Janus Troelsen Date: Tue, 18 Jul 2023 09:51:00 -0500 Subject: [PATCH] Avoid clock-0.8.4 which breaks ghcjs --- cabal.ghcjs.project | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cabal.ghcjs.project b/cabal.ghcjs.project index d42b7b49c..bce1fd8c2 100644 --- a/cabal.ghcjs.project +++ b/cabal.ghcjs.project @@ -13,3 +13,5 @@ tests: True constraints: attoparsec == 0.13.2.2 constraints: hashable == 1.3.0.0 constraints: hspec < 2.10 + +constraints: clock < 0.8.4