Skip to content
Snippets Groups Projects
Commit fba1f138 authored by Ryan Scott's avatar Ryan Scott
Browse files

Remove old optics-core patch

The latest Hackage release, optics-core-0.3, supports 8.10 and HEAD.
parent 4a220d92
No related branches found
No related tags found
No related merge requests found
diff --git a/src/Optics/Internal/Optic/Subtyping.hs b/src/Optics/Internal/Optic/Subtyping.hs
index c0c8648..e6c4938 100644
--- a/src/Optics/Internal/Optic/Subtyping.hs
+++ b/src/Optics/Internal/Optic/Subtyping.hs
@@ -31,7 +31,7 @@ instance {-# OVERLAPPABLE #-} TypeError ('ShowType k
':<>: 'Text " cannot be used as "
':<>: 'ShowType l
) => Is k l where
- implies = error "unreachable"
+ implies _ _ = error "unreachable"
-- | Every kind of optic can be used as itself.
instance Is k k where
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment