servant-foreign: Explicitly import Data
This commit is contained in:
parent
197d776e08
commit
bfe6f5b0a4
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ module Servant.Foreign.Internal where
|
|||
|
||||
import Control.Lens (makePrisms, makeLenses, Getter, (&), (<>~), (%~),
|
||||
(.~))
|
||||
import Data.Data
|
||||
import Data.Data (Data)
|
||||
#if !MIN_VERSION_base(4,8,0)
|
||||
import Data.Monoid
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue