Skip to content

Commit

Permalink
Merge pull request #1 from markwright/master
Browse files Browse the repository at this point in the history
Changes for ghc 7.5
  • Loading branch information
ekmett committed Jun 29, 2012
2 parents 5c4149b + 0462bdb commit 33753aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion System/Console/Terminfo/PrettyPrint/Curses.hs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module System.Console.Terminfo.PrettyPrint.Curses

import Data.Functor
import Foreign.Marshal.Error (throwIfNull)
import Foreign.C.Types (CInt)
import Foreign.C.Types (CInt(..))
import Foreign.Ptr (Ptr)
import Foreign.Storable (peek)

Expand Down
2 changes: 1 addition & 1 deletion wl-pprint-terminfo.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ library
semigroups >= 0.8.3.1 && < 0.9,
containers >= 0.4 && < 0.6,
wl-pprint-extras >= 1.6.3.1 && < 1.7,
bytestring >= 0.9.1 && < 0.10,
bytestring >= 0.9.1 && < 0.11,
terminfo >= 0.3.2 && < 0.4,
transformers >= 0.2 && < 0.4

Expand Down

0 comments on commit 33753aa

Please sign in to comment.