Skip to content
Snippets Groups Projects
Unverified Commit c142d1ac authored by Vladislav Zavialov's avatar Vladislav Zavialov Committed by GitHub
Browse files

Enable TypeOperators to use (~) (#83)

GHC Proposal #371 requires TypeOperators to use type equality a~b.
The following lines are affected:

	src/Control/Monad/Catch.hs
	354:instance e ~ SomeException => MonadThrow (Either e) where
	357:instance e ~ SomeException => MonadCatch (Either e) where
	364:instance e ~ SomeException => MonadMask (Either e) where

The fix is to simply enable the extension.
parent 97f155fb
No related branches found
No related tags found
Loading
Loading
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