Skip to content

Commit

Permalink
Upgrade ghc-lib-parser-ex
Browse files Browse the repository at this point in the history
  • Loading branch information
shayne-fletcher committed Jun 10, 2020
1 parent 602bf99 commit 43f5f03
Show file tree
Hide file tree
Showing 3 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.13 && < 8.10.1
ghc-lib-parser-ex >= 8.10.0.14 && < 8.10.1

if flag(gpl)
build-depends: hscolour >= 1.21
Expand Down
2 changes: 1 addition & 1 deletion src/GHC/Util/DynFlags.hs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module GHC.Util.DynFlags (initGlobalDynFlags, baseDynFlags) where
import DynFlags
import GHC.LanguageExtensions.Type
import Data.List.Extra
import Language.Haskell.GhclibParserEx.Config
import Language.Haskell.GhclibParserEx.GHC.Settings.Config

baseDynFlags :: DynFlags
baseDynFlags =
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.20200523
- ghc-lib-parser-ex-8.10.0.13
- ghc-lib-parser-ex-8.10.0.14
# 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.14.tar.gz
# - archive: /users/shaynefletcher/project/ghc-lib-parser-ex.git/ghc-lib-parser-ex-8.10.0.15.tar.gz
# sha256: "0000000000000000000000000000000000000000000000000000000000000000"
- extra-1.7.3
ghc-options: {"$locals": -ddump-to-file -ddump-hi -Werror=unused-imports -Werror=unused-top-binds -Werror=orphans}
Expand Down

0 comments on commit 43f5f03

Please sign in to comment.