zlib 0.5.3.2 → 0.5.3.3
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- Codec/Compression/Zlib/Stream.hsc +1/−1
- zlib.cabal +1/−1
Codec/Compression/Zlib/Stream.hsc view
@@ -83,7 +83,7 @@ ( Word8, Ptr, nullPtr, plusPtr, peekByteOff, pokeByteOff, mallocBytes , ForeignPtr, FinalizerPtr, newForeignPtr_, addForeignPtrFinalizer , withForeignPtr, touchForeignPtr )-#if MIN_VERSION_base(4,4,0)+#if __GLASGOW_HASKELL__ >= 702 import Foreign.ForeignPtr.Unsafe ( unsafeForeignPtrToPtr ) import System.IO.Unsafe ( unsafePerformIO ) #else
zlib.cabal view
@@ -1,5 +1,5 @@ name: zlib-version: 0.5.3.2+version: 0.5.3.3 copyright: (c) 2006-2008 Duncan Coutts license: BSD3 license-file: LICENSE