packages feed

bzlib 0.5.0.2 → 0.5.0.3

raw patch · 2 files changed

+2/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Codec/Compression/BZip/Stream.hsc view
@@ -59,7 +59,7 @@          ( Word8, Ptr, nullPtr, plusPtr, peekByteOff, pokeByteOff, mallocBytes          , ForeignPtr, FinalizerPtr, newForeignPtr_, addForeignPtrFinalizer          , finalizeForeignPtr, withForeignPtr, touchForeignPtr )-#if MIN_VERSION_base(4,4,0)+#if __GLASGOW_HASKELL__ >= 702 import Foreign.ForeignPtr.Unsafe ( unsafeForeignPtrToPtr ) import System.IO.Unsafe          ( unsafePerformIO ) #else
bzlib.cabal view
@@ -1,5 +1,5 @@ name:            bzlib-version:         0.5.0.2+version:         0.5.0.3 copyright:       (c) 2006-2011 Duncan Coutts license:         BSD3 license-file:    LICENSE