You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-haskell/editline/files/editline-0.2.1.1-ghc-7.8.patch

14 lines
564 B

diff --git a/System/Console/Editline/Readline.hsc b/System/Console/Editline/Readline.hsc
index 1ea9d6c..3b95b59 100644
--- a/System/Console/Editline/Readline.hsc
+++ b/System/Console/Editline/Readline.hsc
@@ -173,7 +173,7 @@ import Foreign.Marshal.Array ( mallocArray, peekArray0, pokeArray0 )
import Foreign.C.Types ( CInt(..), CChar, CFile )
import Foreign.C.String ( newCString, peekCString, withCString,
castCharToCChar, castCCharToChar )
-import GHC.Handle ( fdToHandle )
+import GHC.IO.Handle.FD ( fdToHandle )
{-# CFILES HsReadline_cbits.c #-}