More Werror fixes

This commit is contained in:
Julian K. Arni 2015-09-23 20:30:45 +02:00
parent 3c3efda0d5
commit 487f323f2f
2 changed files with 3 additions and 4 deletions

View file

@ -4,7 +4,6 @@
{-# LANGUAGE FlexibleContexts #-}
{-# LANGUAGE FlexibleInstances #-}
{-# LANGUAGE MultiParamTypeClasses #-}
{-# LANGUAGE NullaryTypeClasses #-}
{-# LANGUAGE ScopedTypeVariables #-}
{-# LANGUAGE TemplateHaskell #-}
{-# LANGUAGE TypeFamilies #-}
@ -47,7 +46,8 @@ module Servant.Foreign
#if !MIN_VERSION_base(4,8,0)
import Control.Applicative
#endif
import Control.Lens hiding (List)
import Control.Lens (makeLenses, (%~), (&), (.~),
(<>~), _last)
import Data.Char (toLower, toUpper)
import Data.List
import Data.Proxy

View file

@ -1,4 +1,3 @@
<<<<<<< HEAD
module Servant.JS.Internal
( JavaScriptGenerator
, CommonGeneratorOptions(..)
@ -32,7 +31,7 @@ module Servant.JS.Internal
, Header
) where
import Control.Lens hiding (List)
import Control.Lens ((^.))
import qualified Data.CharSet as Set
import qualified Data.CharSet.Unicode.Category as Set
import Data.List