tutorial: fix for ghc-7.8

This commit is contained in:
Sönke Hahn 2016-01-28 14:39:54 +01:00
parent 6cb529fc5f
commit 678d50796b
2 changed files with 4 additions and 0 deletions

View File

@ -46,6 +46,9 @@ need to have some language extensions and imports:
module Server where
import Prelude ()
import Prelude.Compat
import Control.Monad.IO.Class
import Control.Monad.Reader
import Control.Monad.Trans.Except

View File

@ -22,6 +22,7 @@ library
-- other-modules:
-- other-extensions:
build-depends: base == 4.*
, base-compat
, text
, aeson
, blaze-html