- Migrate to
prettyprinter
package family fromansi-wl-pprint
package - Use
Writer
moand instead ofState
to annotate comments
- Fix compilation error with
mtl >=2.3
- Fix an
-Woperator-whitespace-ext-conflict
warning - Fix cabal warnings
- Add
GFormulaTerm
constructor toGData
and support$fot
formula_data
(#1, #2, #19, thanks to @agomezl) - Produce valid
$cnf
formula_data
(#23) - Improve test suites
- Fix to work with happy >=1.19.10
- Add Semigroup instances for Monoids and fix cabal-version warning (Thanks to @msakai)
- Fix compilation error with containers >=0.5.8 (Thanks to @msakai)
- Fix compilation error with transformers >=0.5.1 and GHC <7.10 (Thanks to @msakai)
- GHC 7.10.1 compatibility (Thanks to @agomezl)
- For transformers < 0.4.0.0, use the Eq/Ord/Show/Read Data.Functor.Identity orphan instances from transformers-compat instead of defining our own