Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arg type prisms #642

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
Remove redundant import in Control.Lens.TH, it was used only by strip…
…Fields which was moved previously.
  • Loading branch information
duog committed Mar 31, 2016
commit 93a4131d9d96cecb7fd3ea5113acff2a787e0044
1 change: 0 additions & 1 deletion src/Control/Lens/TH.hs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ import Data.Set.Lens
import Data.Traversable hiding (mapM)
import Language.Haskell.TH
import Language.Haskell.TH.Lens
import Language.Haskell.TH.Syntax

#ifdef HLINT
{-# ANN module "HLint: ignore Eta reduce" #-}
Expand Down