fix build with old ghc
authorJoey Hess <joeyh@joeyh.name>
Fri, 30 Dec 2016 15:10:20 +0000 (11:10 -0400)
committerJoey Hess <joeyh@joeyh.name>
Fri, 30 Dec 2016 15:10:20 +0000 (11:10 -0400)
Utility/MagicWormhole.hs

index 3743f352cef6559b7f5730f7243c64f2122d5c4d..6d2df81e2eb42d19dc15f4fc509f0c1f7d7b6d5b 100644 (file)
@@ -36,6 +36,8 @@ import Control.Concurrent
 import Control.Exception
 import Data.Char
 import Data.List
+import Control.Applicative
+import Prelude
 
 -- | A Magic Wormhole code.
 newtype Code = Code String