fix 7.8.4 compilation
This commit is contained in:
parent
e5635a044e
commit
36ddf7663a
1 changed files with 3 additions and 0 deletions
|
@ -8,6 +8,9 @@
|
|||
module Servant.Foreign.Internal where
|
||||
|
||||
import Control.Lens hiding (cons)
|
||||
#if !MIN_VERSION_base(4,8,0)
|
||||
import Data.Monoid
|
||||
#endif
|
||||
import Data.Proxy
|
||||
import Data.String
|
||||
import Data.Text
|
||||
|
|
Loading…
Reference in a new issue