fix lens export mismatch

This commit is contained in:
Denis Redozubov 2016-03-12 12:51:11 +03:00
parent 36ddf7663a
commit d8e98a1f16
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
-- arbitrary programming languages.
module Servant.Foreign.Internal where
import Control.Lens hiding (cons)
import Control.Lens hiding (cons, List)
#if !MIN_VERSION_base(4,8,0)
import Data.Monoid
#endif

View File

@ -49,7 +49,7 @@ module Servant.JS.Internal
, Header
) where
import Control.Lens
import Control.Lens hiding (List)
import qualified Data.CharSet as Set
import qualified Data.CharSet.Unicode.Category as Set
import Data.Monoid