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
Libraries/Auxiliary.hs:766:10: Warning:
‘Id’ is an instance of Monad but not Applicative - this will become an error in GHC 7.10, under the Applicative-Monad Proposal.
<no location info>:
Failing due to -Werror.
When I remove the -Werror flag, another error emerges:
Libraries/Typeable.hs:29:3:
‘typeOf’ is not a (visible) method of class ‘Typeable’
GHC 7.8.4
The text was updated successfully, but these errors were encountered:
Build failes with the following message
When I remove the -Werror flag, another error emerges:
GHC 7.8.4
The text was updated successfully, but these errors were encountered: