Skip to content

Commit

Permalink
Windows support
Browse files Browse the repository at this point in the history
  • Loading branch information
Peaker committed Sep 25, 2018
1 parent 01b92fd commit 07fe4e0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions nodejs-exec.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ maintainer: [email protected]
copyright: 2016 Yair
category: Foreign
build-type: Custom
cabal-version: >=1.8
if os(windows)
data-files: bin/node.exe
else
data-files: bin/node

cabal-version: >=1.10
-- Unfortunately conditional data files are unsupported, but we can
-- list all options and get a few harmless warnings :-(
data-files:
bin/node.exe
bin/node
custom-setup
setup-depends:
base, Cabal, directory, filepath
Expand Down

0 comments on commit 07fe4e0

Please sign in to comment.