Skip to content

Commit

Permalink
Win32-network: do not expose internal modules
Browse files Browse the repository at this point in the history
  • Loading branch information
coot committed Feb 18, 2020
1 parent 4c7ea07 commit 36ec4c4
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Win32-network/Win32-network.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,13 @@ maintainer: [email protected], [email protected]
copyright: 2019 Input Output (Hong Kong) Ltd.
category: System
build-type: Simple
-- extra-source-files: ChangeLog.md
extra-source-files: include/Win32-network.h
cabal-version: >=1.10

flag demo
description: Build the named pipe demos
default: False

extra-source-files: include/Win32-network.h

library
hs-source-dirs: src
if os(windows)
Expand All @@ -29,15 +27,14 @@ library
System.Win32.Async.File
System.Win32.Async.ErrCode
System.Win32.Async.IOManager
System.Win32.Async.IOData
System.Win32.Async.Overlapped
System.Win32.Async.Socket
System.Win32.Async.Socket.ByteString
System.Win32.Async.Socket.ByteString.Lazy
other-modules: System.Win32.Async.IOData
System.Win32.Async.Overlapped
System.Win32.Async.Socket.Syscalls
System.Win32.Async.WSABuf
c-sources: cbits/Win32Async.c
cbits/Win32Socket.c
include-dirs: include
build-depends: base >= 4.5 && < 4.13,
bytestring >= 0.10 && < 0.11,
Expand Down

0 comments on commit 36ec4c4

Please sign in to comment.