network-transport 0.5 → 0.5.1
raw patch · 3 files changed
+3/−2 lines, 3 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- ChangeLog +1/−1
- network-transport.cabal +1/−1
- src/Network/Transport/Internal.hs +1/−0
ChangeLog view
@@ -1,4 +1,4 @@-2017-02-23 Facundo Domínguez <facundo.dominguez@tweag.io> 0.5+2017-02-23 Facundo Domínguez <facundo.dominguez@tweag.io> 0.5.1 * Add {encode|decode}{Word|Enum|Num}{32|16}. * Removed {encode|decode}Int{32|16}
network-transport.cabal view
@@ -1,5 +1,5 @@ Name: network-transport-Version: 0.5+Version: 0.5.1 Cabal-Version: >=1.6 Build-Type: Simple License: BSD3
src/Network/Transport/Internal.hs view
@@ -37,6 +37,7 @@ , inlinePerformIO ) import Data.Word (Word32, Word16)+import Control.Applicative ((<$>)) import Control.Monad.IO.Class (MonadIO, liftIO) import Control.Exception ( IOException