packages feed

iconv 0.4.1.1 → 0.4.1.2

raw patch · 2 files changed

+3/−3 lines, 2 filesdep ~base

Dependency ranges changed: base

Files

Codec/Text/IConv/Internal.hs view
@@ -43,10 +43,10 @@   trace   ) where -import Foreign+import Foreign hiding (unsafePerformIO) import Foreign.C import qualified Data.ByteString.Internal as S-import System.IO.Unsafe (unsafeInterleaveIO)+import System.IO.Unsafe (unsafeInterleaveIO, unsafePerformIO) import System.IO (hPutStrLn, stderr) import Control.Exception (assert) 
iconv.cabal view
@@ -1,5 +1,5 @@ name:            iconv-version:         0.4.1.1+version:         0.4.1.2 copyright:       (c) 2006-2008 Duncan Coutts license:         BSD3 license-file:    LICENSE