summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrasimir Angelov <kr.angelov@gmail.com>2018-06-27 20:52:59 +0200
committerKrasimir Angelov <kr.angelov@gmail.com>2018-06-27 20:52:59 +0200
commit00476ae38687fb7d33081130822cbd4e8f34cfd3 (patch)
treebe95d70cd960fd1f7f48145c565993bdc15a617a
parent97da247d2191ef8eace753ceb88b18772efdc084 (diff)
parent23961ef0b341fcce0c2fbb1851b482a735fac655 (diff)
Merge branch 'master' of https://github.com/GrammaticalFramework/GF
-rw-r--r--src/compiler/GF/Server.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/GF/Server.hs b/src/compiler/GF/Server.hs
index 1ca6f399d..c287e8001 100644
--- a/src/compiler/GF/Server.hs
+++ b/src/compiler/GF/Server.hs
@@ -3,6 +3,7 @@
module GF.Server(server) where
import Data.List(partition,stripPrefix,isInfixOf)
import qualified Data.Map as M
+import Control.Applicative -- for GHC<7.10
import Control.Monad(when)
import Control.Monad.State(StateT(..),get,gets,put)
import Control.Monad.Error(ErrorT(..),Error(..))