mirror of
https://github.com/alexwl/haskell-code-explorer.git
synced 2024-11-22 05:55:21 +03:00
Fix 'unterminated #else'
This commit is contained in:
parent
af41ab40e1
commit
1d2b4bdec6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user