Skip to content

Commit fdfdae0

Browse files
authored
Merge pull request #1015 from shayne-fletcher/update-ghc-lib
Upgrade ghc-lib
2 parents 080114c + 22cffbd commit fdfdae0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

hlint.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ library
7676
build-depends:
7777
ghc-lib-parser == 8.10.*
7878
build-depends:
79-
ghc-lib-parser-ex >= 8.10.0.10 && < 8.10.1
79+
ghc-lib-parser-ex >= 8.10.0.11 && < 8.10.1
8080

8181
if flag(gpl)
8282
build-depends: hscolour >= 1.21

stack.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ resolver: lts-14.20 # ghc-8.6.5
22
packages:
33
- .
44
extra-deps:
5-
- ghc-lib-parser-8.10.1.20200518
6-
- ghc-lib-parser-ex-8.10.0.10
5+
- ghc-lib-parser-8.10.1.20200523
6+
- ghc-lib-parser-ex-8.10.0.11
77
# To test hlint against experimental builds of ghc-lib-parser-ex,
88
# modify extra-deps like this:
99
# - archive: /users/shaynefletcher/project/ghc-lib-parser-ex.git/ghc-lib-parser-ex-8.10.0.11.tar.gz

0 commit comments

Comments
 (0)