Skip to content

Commit

Permalink
Merge pull request haskell#67 from bgamari/master
Browse files Browse the repository at this point in the history
Import Control.Concurrent.STM in Win32 backend
  • Loading branch information
judah authored Sep 22, 2017
2 parents 8e539a4 + c616ea9 commit 1436a8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions System/Console/Haskeline/Backend/Win32.hsc
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import Foreign.C
import System.Win32 hiding (multiByteToWideChar)
import Graphics.Win32.Misc(getStdHandle, sTD_OUTPUT_HANDLE)
import Data.List(intercalate)
import Control.Concurrent.STM
import Control.Concurrent hiding (throwTo)
import Data.Char(isPrint)
import Data.Maybe(mapMaybe)
Expand Down

0 comments on commit 1436a8c

Please # to comment.