Repository : ssh://darcs.haskell.org//srv/darcs/packages/bytestring On branch : master
http://hackage.haskell.org/trac/ghc/changeset/7bdf7129d0f76812f4310735a0fe75dc6bbeee3b >--------------------------------------------------------------- commit 7bdf7129d0f76812f4310735a0fe75dc6bbeee3b Author: Ian Lynagh <[email protected]> Date: Fri Oct 21 00:28:52 2011 +0000 Follow change to FFI decls: Import constructors of newtypes >--------------------------------------------------------------- Data/ByteString/Internal.hs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Data/ByteString/Internal.hs b/Data/ByteString/Internal.hs index 9de4ad6..938f2a1 100644 --- a/Data/ByteString/Internal.hs +++ b/Data/ByteString/Internal.hs @@ -68,7 +68,7 @@ module Data.ByteString.Internal ( import Foreign.ForeignPtr (ForeignPtr, withForeignPtr) import Foreign.Ptr (Ptr, FunPtr, plusPtr) import Foreign.Storable (Storable(..)) -import Foreign.C.Types (CInt, CSize, CULong) +import Foreign.C.Types (CInt(..), CSize(..), CULong(..)) import Foreign.C.String (CString) #ifndef __NHC__ _______________________________________________ Cvs-libraries mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-libraries
