Skip to content

Commit

Permalink
Update ghc-lib-parser-ex
Browse files Browse the repository at this point in the history
  • Loading branch information
shayne-fletcher committed May 5, 2020
1 parent 510277e commit 96ce05b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hlint.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ library
build-depends:
ghc-lib-parser == 8.10.*
build-depends:
ghc-lib-parser-ex >= 8.10.0.5 && < 8.10.1
ghc-lib-parser-ex >= 8.10.0.6 && < 8.10.1

if flag(gpl)
build-depends: hscolour >= 1.21
Expand Down
4 changes: 2 additions & 2 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ packages:
- .
extra-deps:
- ghc-lib-parser-8.10.1.20200412
- ghc-lib-parser-ex-8.10.0.5
- ghc-lib-parser-ex-8.10.0.6
# To test hlint against experimental builds of ghc-lib-parser-ex,
# modify extra-deps like this:
# - archive: /users/shaynefletcher/project/ghc-lib-parser-ex.git/ghc-lib-parser-ex-8.10.0.6.tar.gz
# - archive: /users/shaynefletcher/project/ghc-lib-parser-ex.git/ghc-lib-parser-ex-8.10.0.7.tar.gz
# sha256: "0000000000000000000000000000000000000000000000000000000000000000"
- extra-1.7.1
ghc-options: {"$locals": -ddump-to-file -ddump-hi -Werror=unused-imports -Werror=unused-top-binds -Werror=orphans}
Expand Down

0 comments on commit 96ce05b

Please sign in to comment.