- Allow building with
data-default-class-0.2.*
. - Drop support for pre-8.0 versions of GHC.
- Support building with
scotty-0.20
.
- Allow building with
aeson-2.0.0.0
.
- Require
scotty
>= 0.10 connect
now returnsIO (ScottyM ())
- Allowed building with
base-4.8.0.0
and olderbase
s (down to 4.3) - Added
Eq
instances forDocument
andOptions
, andOrd
andShow
instances forOptions