stack test harness

This commit is contained in:
Stephen Diehl
2017-01-02 10:45:43 +00:00
parent 51fdf38c71
commit e836d3f690
10 changed files with 90 additions and 24 deletions
+4 -1
View File
@@ -7,7 +7,10 @@
* Export `genericLength` and other generic list return functions.
* Rename `msg` to `fatalErrorMessage`.
* Export `ExceptT`, `ReaderT`, and `StateT` constructors.
* Export `NonEmpty` type and constructor for GHC 8.0.
* Mask `displayException` from default exports.
* Mask `stToIO` from default exports.
* Export `NonEmpty` type and constructor for Base 4.9 only.
* Export `Data.Semigroup` type and functions for Base 4.9 only.
0.1.9
====