update changelog
This commit is contained in:
@@ -17,6 +17,7 @@
|
|||||||
* Export `maximumMay` and `minimumMay`.
|
* Export `maximumMay` and `minimumMay`.
|
||||||
* Mask `Type` export from `Data.Kind`.
|
* Mask `Type` export from `Data.Kind`.
|
||||||
* Wrap `die` to take `Text` argument instead of `[Char]`.
|
* Wrap `die` to take `Text` argument instead of `[Char]`.
|
||||||
|
* Export constructors `GHC.Generics`: `(:+:)`, `(:*:)`, and `(:.:)`.
|
||||||
|
|
||||||
0.1.9
|
0.1.9
|
||||||
====
|
====
|
||||||
|
|||||||
@@ -107,6 +107,16 @@ tracks Stack LTS resolver.
|
|||||||
| hashable | 1.2 | 1.3 |
|
| hashable | 1.2 | 1.3 |
|
||||||
| transformers | 0.4 | 0.6 |
|
| 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
|
FAQs
|
||||||
----
|
----
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user