Skip to content

Commit 5d02ad9

Browse files
committed
Apply upper version bound on witherable
1 parent 8e6952f commit 5d02ad9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

kore/kore.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,8 @@ library
468468
, transformers >=0.4
469469
, unordered-containers >=0.2
470470
, vector >=0.12
471-
, witherable >=0.3
471+
-- witherable >=0.4 deprecates Data.Witherable
472+
, witherable >=0.3 && <0.4
472473
, zlib >=0.6
473474
if !flag(release)
474475
ghc-options: -fno-specialise

0 commit comments

Comments
 (0)