Skip to content

Commit 37100b5

Browse files
committed
Apply upper version bound on package witherable
1 parent 8e6952f commit 37100b5

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

kore/kore.cabal

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cabal-version: 2.2
44
--
55
-- see: https://github.com/sol/hpack
66
--
7-
-- hash: 80d27d36f0343e3b6779aa37ed5fccc747fd7c1b66c7b9bd2fb27c1f6a2d6403
7+
-- hash: 34d9341e7958131e549196190c57209e04ec8bd3716ff5aa25999e7527afba62
88

99
name: kore
1010
version: 0.41.0.0
@@ -468,7 +468,7 @@ library
468468
, transformers >=0.4
469469
, unordered-containers >=0.2
470470
, vector >=0.12
471-
, witherable >=0.3
471+
, witherable >=0.3 && <0.4
472472
, zlib >=0.6
473473
if !flag(release)
474474
ghc-options: -fno-specialise
@@ -544,7 +544,7 @@ executable kore-exec
544544
, transformers >=0.4
545545
, unordered-containers >=0.2
546546
, vector >=0.12
547-
, witherable >=0.3
547+
, witherable >=0.3 && <0.4
548548
, zlib >=0.6
549549
if !flag(release)
550550
ghc-options: -fno-specialise
@@ -624,7 +624,7 @@ executable kore-format
624624
, transformers >=0.4
625625
, unordered-containers >=0.2
626626
, vector >=0.12
627-
, witherable >=0.3
627+
, witherable >=0.3 && <0.4
628628
, zlib >=0.6
629629
if !flag(release)
630630
ghc-options: -fno-specialise
@@ -704,7 +704,7 @@ executable kore-parser
704704
, transformers >=0.4
705705
, unordered-containers >=0.2
706706
, vector >=0.12
707-
, witherable >=0.3
707+
, witherable >=0.3 && <0.4
708708
, zlib >=0.6
709709
if !flag(release)
710710
ghc-options: -fno-specialise
@@ -782,7 +782,7 @@ executable kore-prof
782782
, transformers >=0.4
783783
, unordered-containers >=0.2
784784
, vector >=0.12
785-
, witherable >=0.3
785+
, witherable >=0.3 && <0.4
786786
, zlib >=0.6
787787
if !flag(release)
788788
ghc-options: -fno-specialise
@@ -858,7 +858,7 @@ executable kore-repl
858858
, transformers >=0.4
859859
, unordered-containers >=0.2
860860
, vector >=0.12
861-
, witherable >=0.3
861+
, witherable >=0.3 && <0.4
862862
, zlib >=0.6
863863
if !flag(release)
864864
ghc-options: -fno-specialise
@@ -1145,7 +1145,7 @@ test-suite kore-test
11451145
, transformers >=0.4
11461146
, unordered-containers >=0.2
11471147
, vector >=0.12
1148-
, witherable >=0.3
1148+
, witherable >=0.3 && <0.4
11491149
, zlib >=0.6
11501150
if !flag(release)
11511151
ghc-options: -fno-specialise

kore/package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ dependencies:
9090
- transformers >=0.4
9191
- unordered-containers >=0.2
9292
- vector >= 0.12
93-
- witherable >=0.3
93+
- witherable >=0.3 && <0.4 # witherable >=0.4 deprecates module Data.Witherable
9494
- zlib >= 0.6
9595

9696
build-tools:

0 commit comments

Comments
 (0)