Merge branch 'docs'

Conflicts:
	CHANGES.md
This commit is contained in:
Stephen Diehl
2017-01-01 20:24:57 +00:00
40 changed files with 1907 additions and 86 deletions
+3 -1
View File
@@ -1,10 +1,12 @@
0.1.11
0.2
====
* Expose `Symbol` and `Nat` types from `GHC.TypeLits` by default.
* Switch exported `(<>)` to be from `Data.Monoid` instead of Semigroup.
* Expose `putByteString` and `putLByteString` monomorphic versions of `putStrLn` functions
* Export `genericLength` and other generic list return functions.
* Export `ExceptT`, `ReaderT`, and `StateT` constructors.
* Export `NonEmpty` type and constructor for GHC 8.0.
0.1.9
====