Skip to content

Commit

Permalink
Fix cabal check
Browse files Browse the repository at this point in the history
  • Loading branch information
fendor committed Dec 10, 2024
1 parent 8d9e184 commit 99f2002
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions hie-bios.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ Library
ghc >= 9.2.1 && < 9.11,
transformers >= 0.5.2 && < 0.7,
temporary >= 1.2 && < 1.4,
template-haskell,
template-haskell >= 2.18 && <2.23,
text >= 1.2.3 && < 2.2,
unix-compat >= 0.5.1 && < 0.8,
unordered-containers >= 0.2.9 && < 0.3,
Expand All @@ -193,14 +193,15 @@ Executable hie-bios
Default-Language: Haskell2010
Main-Is: Main.hs
Other-Modules: Paths_hie_bios
autogen-modules: Paths_hie_bios
GHC-Options: -Wall
HS-Source-Dirs: exe
Build-Depends: base >= 4.16 && < 5
, co-log-core
, directory
, filepath
, hie-bios
, optparse-applicative
, optparse-applicative >= 0.18.1 && < 0.19
, prettyprinter

test-suite parser-tests
Expand Down

0 comments on commit 99f2002

Please sign in to comment.