We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e90322b commit 7c531e2Copy full SHA for 7c531e2
gf.cabal
@@ -73,12 +73,12 @@ library
73
build-depends:
74
-- GHC 8.0.2 to GHC 8.10.4
75
array >= 0.5.1 && < 0.6,
76
- base >= 4.9.1 && < 4.17,
+ base >= 4.9.1 && < 4.19 ,
77
bytestring >= 0.10.8 && < 0.12,
78
containers >= 0.5.7 && < 0.7,
79
exceptions >= 0.8.3 && < 0.11,
80
- ghc-prim >= 0.5.0 && < 0.9.0,
81
- mtl >= 2.2.1 && < 2.3,
+ ghc-prim >= 0.5.0 && <= 0.10.0,
+ mtl >= 2.2.1 && <= 2.3.1,
82
pretty >= 1.1.3 && < 1.2,
83
random >= 1.1 && < 1.3,
84
utf8-string >= 1.0.1.1 && < 1.1
@@ -155,10 +155,10 @@ library
155
directory >= 1.3.0 && < 1.4,
156
filepath >= 1.4.1 && < 1.5,
157
haskeline >= 0.7.3 && < 0.9,
158
- json >= 0.9.1 && < 0.11,
+ json >= 0.9.1 && <= 0.11,
159
parallel >= 3.2.1.1 && < 3.3,
160
process >= 1.4.3 && < 1.7,
161
- time >= 1.6.0 && < 1.10
+ time >= 1.6.0 && <= 1.12.2
162
163
hs-source-dirs: src/compiler
164
exposed-modules:
0 commit comments