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 ----