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.
This commit is contained in:
Ary Borenszweig
2019-07-23 06:28:56 +01:00
committed by Stephen Diehl
parent c649da1944
commit 2770a143d0
+1 -3
View File
@@ -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
------------