Skip to content
This repository was archived by the owner on Feb 3, 2022. It is now read-only.

Commit c4d8c90

Browse files
committed
Two dependencies for building hptool on Windows
* hptool/hptool.cabal * Add filepath and unix-compat
1 parent bf574e8 commit c4d8c90

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

hptool/hptool.cabal

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,9 @@ Executable hptool
5959
text,
6060
transformers
6161

62+
if os(windows)
63+
build-depends:
64+
filepath,
65+
unix-compat
66+
6267
ghc-options: -Wall -fwarn-tabs

0 commit comments

Comments
 (0)