Use current ghc-mod master

This commit is contained in:
Alan Zimmerman 2015-12-06 19:59:55 +02:00
parent 8a7802dc0e
commit 08d66e1447
2 changed files with 8 additions and 1 deletions

View File

@ -13,7 +13,9 @@ test-emacs:
.PHONY: test-haskell
test-haskell:
stack build --test --pedantic
# stack build --test --pedantic
# stack complains about deprecations in ghc-mod as an extra dep
stack build --test
.PHONY: ghci-test
ghci-test:

View File

@ -7,6 +7,11 @@ packages:
- hie-plugin-api
- hie-ghc-mod
- hie-hare
# - ../ghci-ng
- location:
git: https://github.com/kazu-yamamoto/ghc-mod.git
commit: bff86be69f556f80a8dcd9dd42774ab77cb00eba
extra-dep: true
extra-deps:
- HaRe-0.8.2.1
- rosezipper-0.2