packages feed

network-transport 0.2.0 → 0.2.0.1

raw patch · 2 files changed

+6/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

network-transport.cabal view
@@ -1,5 +1,5 @@ Name:          network-transport-Version:       0.2.0+Version:       0.2.0.1 Cabal-Version: >=1.6 Build-Type:    Simple License:       BSD3 @@ -75,6 +75,7 @@                    RankNTypes,                     ScopedTypeVariables,                    DeriveDataTypeable,-                   GeneralizedNewtypeDeriving+                   GeneralizedNewtypeDeriving,+                   CPP   GHC-Options:     -Wall -fno-warn-unused-do-bind   HS-Source-Dirs:  src
src/Network/Transport/Internal.hs view
@@ -18,7 +18,10 @@                                   , tlog                                   ) where +#if ! MIN_VERSION_base(4,6,0) import Prelude hiding (catch)+#endif+ import Foreign.Storable (pokeByteOff, peekByteOff) import Foreign.C (CInt(..), CShort(..)) import Foreign.ForeignPtr (withForeignPtr)