We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebaf8c7 commit 1627864Copy full SHA for 1627864
Makefile
@@ -7,7 +7,7 @@ RESOLVER ?= $(shell grep "^resolver:" stack.yaml | cut -d " " -f2)
7
GHC_VERSION ?= $(shell stack ghc -- --version | cut -d " " -f8)
8
ARCH=$(shell uname -m)
9
10
-export BINARY_PATH = `stack path --local-install-root`/bin/${PROJECT_NAME}-exe
+export BINARY_PATH = `stack path --local-install-root`/bin/${PROJECT_NAME}
11
12
BINARY_NAME = ${PROJECT_NAME}-exe
13
s2hl.cabal
@@ -36,7 +36,7 @@ library
36
, mtl
37
default-language: Haskell2010
38
39
-executable s2hl-exe
+executable s2hl
40
hs-source-dirs: app
41
main-is: Main.hs
42
ghc-options: -threaded -rtsopts -with-rtsopts=-N
0 commit comments