diff --git a/src/Hyper/TH/Apply.hs b/src/Hyper/TH/Apply.hs index c03939b..015f2fb 100644 --- a/src/Hyper/TH/Apply.hs +++ b/src/Hyper/TH/Apply.hs @@ -7,7 +7,6 @@ module Hyper.TH.Apply , makeHApplicativeBases ) where -import Control.Applicative (liftA2) import qualified Control.Lens as Lens import Hyper.Class.Apply (HApply (..)) import Hyper.TH.Functor (makeHFunctor) diff --git a/test/AlphaEqTest.hs b/test/AlphaEqTest.hs index e19fe64..bda8cbb 100644 --- a/test/AlphaEqTest.hs +++ b/test/AlphaEqTest.hs @@ -4,7 +4,6 @@ module AlphaEqTest (test) where import qualified Control.Lens as Lens import Control.Lens.Operators -import Control.Monad.RWS import Control.Monad.ST (runST) import Data.Functor.Identity (Identity (..)) import qualified Data.Map as Map