From c0c44c663d1f8fa07192e5791ac7ef0ddc820c72 Mon Sep 17 00:00:00 2001 From: Shayne Fletcher Date: Sat, 4 Jul 2020 12:27:11 -0400 Subject: [PATCH] Update ghc-lib-parser-ex --- hlint.cabal | 2 +- stack.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hlint.cabal b/hlint.cabal index 621a18c1e..9f4ddaa77 100644 --- a/hlint.cabal +++ b/hlint.cabal @@ -80,7 +80,7 @@ library build-depends: ghc-lib-parser == 8.10.* build-depends: - ghc-lib-parser-ex >= 8.10.0.14 && < 8.10.1 + ghc-lib-parser-ex >= 8.10.0.15 && < 8.10.1 if flag(gpl) build-depends: hscolour >= 1.21 diff --git a/stack.yaml b/stack.yaml index e039f7915..1e495ca15 100644 --- a/stack.yaml +++ b/stack.yaml @@ -3,10 +3,10 @@ packages: - . extra-deps: - ghc-lib-parser-8.10.1.20200523 - - ghc-lib-parser-ex-8.10.0.14 + - ghc-lib-parser-ex-8.10.0.15 # 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.15.tar.gz +# - archive: /users/shayne/project/ghc-lib-parser-ex.git/ghc-lib-parser-ex-8.10.0.16.tar.gz # sha256: "0000000000000000000000000000000000000000000000000000000000000000" - extra-1.7.3 - apply-refact-0.8.1.0