Skip to content

Commit

Permalink
Update ghc-lib-parser, ghc-lib-parser-ex
Browse files Browse the repository at this point in the history
  • Loading branch information
shayne-fletcher committed May 18, 2020
1 parent 3bcd5fd commit 153efba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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.9 && < 8.10.1
ghc-lib-parser-ex >= 8.10.0.10 && < 8.10.1

if flag(gpl)
build-depends: hscolour >= 1.21
Expand Down
6 changes: 3 additions & 3 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ resolver: lts-14.20 # ghc-8.6.5
packages:
- .
extra-deps:
- ghc-lib-parser-8.10.1.20200412
- ghc-lib-parser-ex-8.10.0.9
- ghc-lib-parser-8.10.1.20200518
- ghc-lib-parser-ex-8.10.0.10
# 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.10.tar.gz
# - archive: /users/shaynefletcher/project/ghc-lib-parser-ex.git/ghc-lib-parser-ex-8.10.0.11.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 153efba

Please sign in to comment.