actually fix the build on 7.8, hopefully
This commit is contained in:
parent
248033ad81
commit
d6a7f5c856
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue