diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-12-30 11:10:20 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-12-30 11:10:20 -0400 |
commit | 95750bbe69ab8f5b4be36e17a37b40bd2febe973 (patch) | |
tree | 94c4ea6a1644d026d5f43ee9855e8f25e92ce369 /Utility | |
parent | 156896b1780f87581c99b77349a16a76fb2b672c (diff) |
fix build with old ghc
Diffstat (limited to 'Utility')
-rw-r--r-- | Utility/MagicWormhole.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Utility/MagicWormhole.hs b/Utility/MagicWormhole.hs index 3743f352c..6d2df81e2 100644 --- a/Utility/MagicWormhole.hs +++ b/Utility/MagicWormhole.hs @@ -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 |