explict lens imports
This commit is contained in:
parent
b80a61d6c4
commit
3df1421678
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
-- arbitrary programming languages.
|
-- arbitrary programming languages.
|
||||||
module Servant.Foreign.Internal where
|
module Servant.Foreign.Internal where
|
||||||
|
|
||||||
import Control.Lens hiding (cons, List)
|
import Control.Lens (makePrisms, makeLenses, Getter, (&), (<>~), (.~), (%~))
|
||||||
#if !MIN_VERSION_base(4,8,0)
|
#if !MIN_VERSION_base(4,8,0)
|
||||||
import Data.Monoid
|
import Data.Monoid
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue