-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update to ghc-lib-parser-ex-8.10.0.2
- Loading branch information
1 parent
43491f4
commit 64da57d
Showing
2 changed files
with
12 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,19 @@ | ||
resolver: nightly-2020-03-14 # ghc-8.8.3 | ||
resolver: lts-14.20 # ghc-8.6.5 | ||
packages: | ||
- . | ||
extra-deps: | ||
- ghc-lib-parser-8.10.1.20200324 | ||
- ghc-lib-parser-ex-8.10.0.1 | ||
- ghc-lib-parser-ex-8.10.0.2 | ||
# 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.1.tar.gz | ||
# - archive: /users/shaynefletcher/project/ghc-lib-parser-ex.git/ghc-lib-parser-ex-8.10.0.2.tar.gz | ||
- extra-1.7.1 | ||
ghc-options: {"$locals": -ddump-to-file -ddump-hi -Werror=unused-imports -Werror=unused-top-binds -Werror=orphans} | ||
# Since we are compiling with 8.8.3, hlint will automatically link | ||
# ghc-lib-parser rather than ghc native libs (since we target the 8.10 | ||
# parse tree). ghc-lib-parser-ex on the other hand will assume ghc | ||
# native libs by default *for all ghc versions* unless told explicitly | ||
# to link ghc-lib-parser. For clarity and consistency, force both. | ||
flags: | ||
hlint: | ||
ghc-lib: true | ||
ghc-lib-parser-ex: | ||
ghc-lib: true | ||
# Enabling this stanza forces both hlint and ghc-lib-parser-ex to | ||
# depend on ghc-lib-parser. | ||
# flags: | ||
# hlint: | ||
# ghc-lib: true | ||
# ghc-lib-parser-ex: | ||
# auto: false | ||
# no-ghc-lib: false |