Skip to content

Commit

Permalink
Add some type imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ndmitchell committed Nov 7, 2014
1 parent cf80c4e commit 031d18b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/System/Console/Terminal/Size.hs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ module System.Console.Terminal.Size

import System.Console.Terminal.Common
import qualified System.Console.Terminal.Posix as Posix
import GHC.IO.FD(FD)
import System.IO(Handle)


-- | Get terminal window width and height for a specified file descriptor. If
Expand Down

0 comments on commit 031d18b

Please sign in to comment.