diff --git a/Win32-network/Win32-network.cabal b/Win32-network/Win32-network.cabal index 7e48818ddf4..973d601b3eb 100644 --- a/Win32-network/Win32-network.cabal +++ b/Win32-network/Win32-network.cabal @@ -12,15 +12,13 @@ maintainer: duncan@well-typed.com, marcin.szamotulski@iohk.io 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) @@ -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,