@@ -662,10 +662,10 @@ fromCompressionLevel (CompressionLevel n)
662
662
--
663
663
data WindowBits = WindowBits Int
664
664
| DefaultWindowBits -- This constructor must be last to make
665
- -- the Ord instance work. The Ord instance
666
- -- is defined with and used by the tests.
667
- -- It makse sense because the default value
668
- -- is is also the max value at 15.
665
+ -- the Ord instance work. The Ord instance
666
+ -- is defined with and used by the tests.
667
+ -- It makse sense because the default value
668
+ -- is is also the max value at 15.
669
669
670
670
{-# DEPRECATED DefaultWindowBits "Use defaultWindowBits. WindowBits constructors will be hidden in version 0.7" #-}
671
671
-- FIXME: cannot deprecate constructor named the same as the type
@@ -916,7 +916,7 @@ checkFormatSupported format = do
916
916
|| format == GZipOrZlib
917
917
-> fail $ " version 1.1.x of the zlib C library does not support the"
918
918
++ " 'gzip' format via the in-memory api, only the 'raw' and "
919
- ++ " 'zlib' formats."
919
+ ++ " 'zlib' formats."
920
920
_ -> return ()
921
921
922
922
----------------------
@@ -956,8 +956,8 @@ foreign import ccall unsafe "zlib.h &inflateEnd"
956
956
foreign import ccall unsafe " zlib.h deflateInit2_"
957
957
c_deflateInit2_ :: StreamState
958
958
-> CInt -> CInt -> CInt -> CInt -> CInt
959
- -> Ptr CChar -> CInt
960
- -> IO CInt
959
+ -> Ptr CChar -> CInt
960
+ -> IO CInt
961
961
962
962
c_deflateInit2 :: StreamState
963
963
-> CInt -> CInt -> CInt -> CInt -> CInt -> IO CInt
0 commit comments