actually fix the build on 7.8, hopefully

This commit is contained in:
Alp Mestanogullari 2015-07-22 22:08:56 +02:00
parent 248033ad81
commit d6a7f5c856

View file

@ -8,7 +8,7 @@
module Servant.Mock ( HasMock(..) ) where
#if !MIN_VERSION_base(4,8,0)
import Control.Applicative ((<$>))
import Control.Applicative
#endif
import Control.Monad.IO.Class
import Data.ByteString.Lazy.Char8 (pack)