You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compiling diagrams-cairo under GHC 7.2.1 or later currently gives this warning:
src/Diagrams/Backend/Cairo/Internal.hs:41:1:
Warning: In the use of `try'
(imported from System.IO.Error):
Deprecated: "Please use the new exceptions variant, Control.Exception.try"
Someone should look into this and figure out the Right Way (tm) to update to something non-deprecated (while being sure to preserve support for GHC 7.0.x, and even 6.12.x if possible).