Skip to content

Commit c449c65

Browse files
authored
haiku: depends on libnetwork
1 parent 9d29533 commit c449c65

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

network.cabal

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,11 @@ library
175175
build-depends:
176176
temporary
177177

178-
if impl(ghc >=8)
178+
if os(haiku)
179+
extra-libraries:
180+
network
181+
182+
if impl(ghc >=8)
179183
default-extensions: Strict StrictData
180184

181185
test-suite spec

0 commit comments

Comments
 (0)