Skip to content

Commit 7c531e2

Browse files
committed
higher upper bound for base,mtl,ghc-prim,json,time
1 parent e90322b commit 7c531e2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

gf.cabal

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ library
7373
build-depends:
7474
-- GHC 8.0.2 to GHC 8.10.4
7575
array >= 0.5.1 && < 0.6,
76-
base >= 4.9.1 && < 4.17,
76+
base >= 4.9.1 && < 4.19 ,
7777
bytestring >= 0.10.8 && < 0.12,
7878
containers >= 0.5.7 && < 0.7,
7979
exceptions >= 0.8.3 && < 0.11,
80-
ghc-prim >= 0.5.0 && < 0.9.0,
81-
mtl >= 2.2.1 && < 2.3,
80+
ghc-prim >= 0.5.0 && <= 0.10.0,
81+
mtl >= 2.2.1 && <= 2.3.1,
8282
pretty >= 1.1.3 && < 1.2,
8383
random >= 1.1 && < 1.3,
8484
utf8-string >= 1.0.1.1 && < 1.1
@@ -155,10 +155,10 @@ library
155155
directory >= 1.3.0 && < 1.4,
156156
filepath >= 1.4.1 && < 1.5,
157157
haskeline >= 0.7.3 && < 0.9,
158-
json >= 0.9.1 && < 0.11,
158+
json >= 0.9.1 && <= 0.11,
159159
parallel >= 3.2.1.1 && < 3.3,
160160
process >= 1.4.3 && < 1.7,
161-
time >= 1.6.0 && < 1.10
161+
time >= 1.6.0 && <= 1.12.2
162162

163163
hs-source-dirs: src/compiler
164164
exposed-modules:

0 commit comments

Comments
 (0)