Skip to content

Commit 1627864

Browse files
committed
Rename executable
1 parent ebaf8c7 commit 1627864

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RESOLVER ?= $(shell grep "^resolver:" stack.yaml | cut -d " " -f2)
77
GHC_VERSION ?= $(shell stack ghc -- --version | cut -d " " -f8)
88
ARCH=$(shell uname -m)
99

10-
export BINARY_PATH = `stack path --local-install-root`/bin/${PROJECT_NAME}-exe
10+
export BINARY_PATH = `stack path --local-install-root`/bin/${PROJECT_NAME}
1111

1212
BINARY_NAME = ${PROJECT_NAME}-exe
1313

s2hl.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ library
3636
, mtl
3737
default-language: Haskell2010
3838

39-
executable s2hl-exe
39+
executable s2hl
4040
hs-source-dirs: app
4141
main-is: Main.hs
4242
ghc-options: -threaded -rtsopts -with-rtsopts=-N

0 commit comments

Comments
 (0)