From a2c66fc236cae2513c002f09c45986b346061382 Mon Sep 17 00:00:00 2001 From: Stephen Diehl Date: Wed, 3 May 2017 10:44:31 +0100 Subject: [PATCH] update changelog --- CHANGES.md | 1 + README.md | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index a98efaf2b..c7e7ba5ae 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 ==== diff --git a/README.md b/README.md index a6bcbd8ba..f2104c4fb 100644 --- a/README.md +++ b/README.md @@ -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 ----