update changelog

This commit is contained in:
Stephen Diehl
2017-05-03 10:44:31 +01:00
parent 456a063e35
commit a2c66fc236
2 changed files with 11 additions and 0 deletions
+1
View File
@@ -17,6 +17,7 @@
* Export `maximumMay` and `minimumMay`.
* Mask `Type` export from `Data.Kind`.
* Wrap `die` to take `Text` argument instead of `[Char]`.
* Export constructors `GHC.Generics`: `(:+:)`, `(:*:)`, and `(:.:)`.
0.1.9
====
+10
View File
@@ -107,6 +107,16 @@ tracks Stack LTS resolver.
| hashable | 1.2 | 1.3 |
| transformers | 0.4 | 0.6 |
Structure
---------
Protolude's main modules are the following:
* [Protolude.hs](https://github.com/sdiehl/protolude/blob/master/src/Protolude.hs)
* [Base.hs](https://github.com/sdiehl/protolude/blob/master/src/Base.hs)
* [Show.hs](https://github.com/sdiehl/protolude/blob/master/src/Show.hs)
* [Conv.hs](https://github.com/sdiehl/protolude/blob/master/src/Conv.hs)
FAQs
----