fix for lens-4.13

This commit is contained in:
Sönke Hahn 2015-09-15 21:44:55 +08:00
parent 556ae1e1a6
commit ba918c720f
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ module Servant.Docs.Internal where
#if !MIN_VERSION_base(4,8,0)
import Control.Applicative
#endif
import Control.Lens
import Control.Lens hiding (List)
import Data.ByteString.Conversion (ToByteString, toByteString)
import Data.ByteString.Lazy.Char8 (ByteString)
import qualified Data.CaseInsensitive as CI

View File

@ -13,7 +13,7 @@ module Servant.JS.Internal where
#if !MIN_VERSION_base(4,8,0)
import Control.Applicative
#endif
import Control.Lens
import Control.Lens hiding (List)
import Data.Char (toLower, toUpper)
import qualified Data.CharSet as Set
import qualified Data.CharSet.Unicode.Category as Set