Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
matthunz committed Jun 15, 2024
1 parent 630c944 commit 208b0ca
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions prompt.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -10,28 +10,28 @@ executable prompt
default-language: Haskell2010
ghc-options: -Wall
build-depends:
base ^>=4.17.2.1,
base >= 4,
async,
directory,
process,
time,
ansi-terminal ^>=1,
filepath ^>=1.4.2,
xdg-basedir ^>=0.2.2,
optparse-applicative ^>=0.18.1
ansi-terminal >= 1,
filepath >= 1.4,
xdg-basedir >= 0.2,
optparse-applicative >= 0.18

library prompt-lib
exposed-modules:
Prompt
hs-source-dirs: app
default-language: Haskell2010
build-depends:
base ^>=4.17.2.1,
base >= 4,
async,
directory,
process,
time,
ansi-terminal ^>=1,
filepath ^>=1.4.2,
xdg-basedir ^>=0.2.2,
optparse-applicative ^>=0.18.1
ansi-terminal >= 1,
filepath >= 1.4,
xdg-basedir >= 0.2,
optparse-applicative >= 0.18

0 comments on commit 208b0ca

Please sign in to comment.