network 2.2.1.6 → 2.2.1.7
raw patch · 2 files changed
+2/−2 lines, 2 filesdep ~base
Dependency ranges changed: base
Files
- Network/Socket.hsc +1/−1
- network.cabal +1/−1
Network/Socket.hsc view
@@ -301,7 +301,7 @@ INSTANCE_TYPEABLE0(Socket,socketTc,"Socket") -#if __GLASGOW_HASKELL__ >= 611+#if __GLASGOW_HASKELL__ >= 611 && defined(mingw32_HOST_OS) socket2FD (MkSocket fd _ _ _ _) = -- HACK, 1 means True FD{fdFD = fd,fdIsSocket_ = 1}
network.cabal view
@@ -1,5 +1,5 @@ name: network-version: 2.2.1.6+version: 2.2.1.7 license: BSD3 license-file: LICENSE maintainer: Johan Tibell <johan.tibell@gmail.com>