equal
deleted
inserted
replaced
7 |
7 |
8 check_haskell_module_exists("Control.Exception" mask 1 base) |
8 check_haskell_module_exists("Control.Exception" mask 1 base) |
9 check_haskell_module_exists("Data.Map" size 1 containers) |
9 check_haskell_module_exists("Data.Map" size 1 containers) |
10 check_haskell_module_exists("Data.Vector" length 1 vector) |
10 check_haskell_module_exists("Data.Vector" length 1 vector) |
11 check_haskell_module_exists("Data.ByteString" pack 1 bytestring) |
11 check_haskell_module_exists("Data.ByteString" pack 1 bytestring) |
12 check_haskell_module_exists("Text.Show.ByteString" putDigit 1 bytestring-show) |
|
13 check_haskell_module_exists("Network.BSD" getHostName 0 network) |
12 check_haskell_module_exists("Network.BSD" getHostName 0 network) |
14 check_haskell_module_exists("Data.Time" getCurrentTime 0 time) |
13 check_haskell_module_exists("Data.Time" getCurrentTime 0 time) |
15 check_haskell_module_exists("Control.Monad.State" fix 1 mtl) |
14 check_haskell_module_exists("Control.Monad.State" fix 1 mtl) |
16 check_haskell_module_exists("Codec.Binary.Base64" encode 1 dataenc) |
15 check_haskell_module_exists("Codec.Binary.Base64" encode 1 dataenc) |
17 check_haskell_module_exists("System.Log.Logger" warningM 1 hslogger) |
16 check_haskell_module_exists("System.Log.Logger" warningM 1 hslogger) |