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

Commit 13c8462

Browse files
authored
Fix typo in Makefile
1 parent 1a5640f commit 13c8462

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,15 @@ hie-8.6.1: submodules cabal
7070
stack --stack-yaml=stack-8.6.1.yaml build
7171
stack --stack-yaml=stack-8.6.1.yaml install \
7272
&& cp '$(STACKLOCALBINDIR)/hie' '$(STACKLOCALBINDIR)/hie-8.6.1' \
73-
&& cp '$(STACKLOCALBINDIR)/hie-8.6.1' '$(STACKLOCALBINDIR)/hie-8.4'
73+
&& cp '$(STACKLOCALBINDIR)/hie-8.6.1' '$(STACKLOCALBINDIR)/hie-8.6'
7474
.PHONY: hie-8.6.1
7575

7676
## Builds hie for GHC version 8.6.2 only
7777
hie-8.6.2: submodules cabal
7878
stack --stack-yaml=stack-8.6.2.yaml build
7979
stack --stack-yaml=stack-8.6.2.yaml install \
8080
&& cp '$(STACKLOCALBINDIR)/hie' '$(STACKLOCALBINDIR)/hie-8.6.2' \
81-
&& cp '$(STACKLOCALBINDIR)/hie-8.6.2' '$(STACKLOCALBINDIR)/hie-8.4'
81+
&& cp '$(STACKLOCALBINDIR)/hie-8.6.2' '$(STACKLOCALBINDIR)/hie-8.6'
8282
.PHONY: hie-8.6.2
8383

8484
# ------------------------------------------------------

0 commit comments

Comments
 (0)