From 1d2b4bdec6ef6303d78afb04da9991b29bab7e93 Mon Sep 17 00:00:00 2001 From: alexwl Date: Wed, 21 Aug 2019 13:12:17 +0300 Subject: Fix 'unterminated #else' --- app/Server.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Server.hs b/app/Server.hs index a045b07..c220307 100644 --- a/app/Server.hs +++ b/app/Server.hs @@ -1843,6 +1843,7 @@ fileNotFound = throwServantError :: (MonadIO m) => ServerError -> m a #else throwServantError :: (MonadIO m) => ServantErr -> m a +#endif throwServantError = liftIO . throwIO server :: Environment -> ServerT API Handler -- cgit v1.2.3