Skip to content

Commit 59dd9a2

Browse files
Disable hfd executable on Windows for now
1 parent a7dc3cd commit 59dd9a2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

streamly-coreutils.cabal

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,8 @@ library
201201
executable hfd
202202
import: compile-options, default-extensions, exe-options-threaded
203203
main-is: hfd.hs
204+
if os(windows)
205+
buildable: false
204206

205207
-------------------------------------------------------------------------------
206208
-- Benchmarks

0 commit comments

Comments
 (0)