Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Harmonise nightly versions, install ide-backend-server #177

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -13,6 +13,7 @@ test-emacs:

.PHONY: build-haskell
build-haskell:
stack install ide-backend-server
@STACK_YAML=stack_test.yaml stack build --test --no-run-tests

.PHONY: test-haskell
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: nightly-2016-01-08
resolver: nightly-2016-01-14
packages:
- .
- hie-apply-refact
2 changes: 1 addition & 1 deletion stack_test.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
resolver: nightly-2016-01-06
resolver: nightly-2016-01-14
packages:
- .
- hie-apply-refact