snapframework / snap-core

Core type definitions (Snap monad, HTTP types, etc) and utilities for web handlers.
http://snapframework.com/
BSD 3-Clause "New" or "Revised" License
317 stars 85 forks source link

Make `snap-core` forward `-Wcompat`ible #271

Closed hvr closed 7 years ago

hvr commented 7 years ago

Note, this may require a minor version bump, as new instances for MonadFail and Semigroup were added.

See also https://ghc.haskell.org/trac/ghc/wiki/Migration/8.0#base-4.9.0.0

hvr commented 7 years ago

I just realised that the 2nd commit of this PR subsumes #269