Skip to content

Commit

Permalink
fix type signature for _InstanceD with Overlaps to work for pre ghc 8…
Browse files Browse the repository at this point in the history
….0rc4
  • Loading branch information
cartazio committed Apr 23, 2016
1 parent ce200d4 commit 0e83bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Language/Haskell/TH/Lens.hs
Expand Up @@ -851,7 +851,7 @@ _ClassD
#if MIN_VERSION_template_haskell(2,11,0)
_InstanceD :: Prism' Dec (Maybe Overlap,Cxt, Type, [Dec])
#else
_InstanceD :: Prism' Dec (Maybe Overlap,Cxt, Type, [Dec])
_InstanceD :: Prism' Dec (Cxt, Type, [Dec])
#endif
_InstanceD
= prism' reviewer remitter
Expand Down

0 comments on commit 0e83bd6

Please sign in to comment.