From 2770a143d07b57559150f379065b405dcc6c8d69 Mon Sep 17 00:00:00 2001 From: Ary Borenszweig Date: Tue, 23 Jul 2019 02:28:56 -0300 Subject: [PATCH] Update link to exported functions (#106) The file `Symbols.md` doesn't exist anymore in the repository. In the meantime Haddock fixed a long standing bug that allows Hackage to display all exported symbols now so we can now link to it. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 12376b85d..4aa63ee2b 100644 --- a/README.md +++ b/README.md @@ -80,9 +80,7 @@ import Protolude Exported Functions ------------------ -The list of exports is given in the [Symbols.md](./Symbols.md) file. Haddock -unfortunately breaks in the presence of module reexports and is unable to render -documentation. +The list of exports can be browsed [here](http://hackage.haskell.org/package/protolude-0.2.3/docs/Protolude.html). Dependencies ------------