Skip to content

Commit

Permalink
Use cast from Data.Typeable instead of Data.Dynamic (haskell#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgamari authored and judah committed Feb 2, 2017
1 parent 9027b63 commit 39168d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion System/Console/Haskeline/Backend/Posix.hsc
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ import System.Console.Haskeline.Prefs
import System.Console.Haskeline.Backend.Posix.Encoder

import GHC.IO.FD (fdFD)
import Data.Dynamic (cast)
import Data.Typeable (cast)
import System.IO.Error
import GHC.IO.Exception
import GHC.IO.Handle.Types hiding (getState)
Expand Down

0 comments on commit 39168d2

Please sign in to comment.