Skip to content

Commit 4ee6772

Browse files
committed
Relax upper bound of optparse-applicative
1 parent 8220c57 commit 4ee6772

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hie-bios.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,14 +207,14 @@ Executable hie-bios
207207
Main-Is: Main.hs
208208
Other-Modules: Paths_hie_bios
209209
autogen-modules: Paths_hie_bios
210-
GHC-Options: -Wall
210+
GHC-Options: -Wall +RTS -A32M -RTS
211211
HS-Source-Dirs: exe
212212
Build-Depends: base >= 4.16 && < 5
213213
, co-log-core
214214
, directory
215215
, filepath
216216
, hie-bios
217-
, optparse-applicative >= 0.18.1 && < 0.19
217+
, optparse-applicative >= 0.18.1 && < 0.20
218218
, prettyprinter
219219

220220
test-suite parser-tests

0 commit comments

Comments
 (0)