nushio3 / Paraiso

a Parallel Integration Scheme Organizer for partial differential equations solvers
http://www.paraiso-lang.org/wiki/
BSD 3-Clause "New" or "Revised" License
49 stars 8 forks source link

Update for compatibility with GHC-7.10. #33

Closed leftaroundabout closed 8 years ago

leftaroundabout commented 8 years ago

This version of GHC, due to AMP, requires that every monad be also Functor and Applicative.

Also, the control-monad-failure package isn't supported anymore; the module Control.Monad.Failure can be easily replaced with Control.Failure from the failure package.

(In fact, the latest version of control-monad-failure only linked to that package, anyway!)