Skip to content

Commit

Permalink
remove haskeline dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
daanx committed Jul 26, 2021
1 parent 7fdf82b commit 0253fd7
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 11 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
.trash/
.idea/
.vs/
.vscode/
node_modules/
out/
bundle/
Expand Down
2 changes: 1 addition & 1 deletion contrib/repline
2 changes: 0 additions & 2 deletions koka.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ executable koka
, bytestring
, containers
, directory
, haskeline
, mtl
, parsec
, process
Expand Down Expand Up @@ -170,7 +169,6 @@ test-suite koka-test
, directory
, extra
, filepath
, haskeline
, hspec
, hspec-core
, json
Expand Down
1 change: 0 additions & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ dependencies:
- process
- text
- time
- haskeline
- repline

executables:
Expand Down
7 changes: 0 additions & 7 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,8 @@ packages:
- contrib/repline

extra-deps:
- haskeline-0.8.1.2 # use version < 8 to build with lts < 14
- regex-compat-tdfa-0.95.1.4 # only needed for koka-test
- json-0.10 # only needed for koka-test
# - stylish-haskell-0.11.0.0
# - hlint-2.1.26

flags:
haskeline:
terminfo: false

rebuild-ghc-options: true
allow-newer: true

0 comments on commit 0253fd7

Please sign in to comment.