File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ have to abide by the rules of the [Show typeclass][Show].
3535* [ Comparison with other libraries] [ comparison ]
3636
3737[ Show ] : https://hackage.haskell.org/package/base/docs/Text-Show.html#v:Show
38- [ tutorial ] : https://hackage.haskell.org/package/text-display/src/ docs/book/Tutorial.html
39- [ design ] : https://hackage.haskell.org/package/text-display/src/ docs/book/Design.html
38+ [ tutorial ] : https://hackage.haskell.org/package/text-display/docs/doc /book/Tutorial.html
39+ [ design ] : https://hackage.haskell.org/package/text-display/docs/doc /book/Design.html
4040[ reference ] : https://hackage.haskell.org/package/text-display/docs/Data-Text-Display.html
41- [ comparison ] : https://hackage.haskell.org/package/text-display/src/ docs/book/Comparison.html
41+ [ comparison ] : https://hackage.haskell.org/package/text-display/docs/doc /book/Comparison.html
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ synopsis: A typeclass for user-facing output
66description :
77 The 'Display' typeclass provides a solution for user-facing output that does not have to abide by the rules of the Show typeclass.
88
9- homepage : https://hackage.haskell.org/package/text-display/src/ docs/book/Introduction.html
9+ homepage : https://hackage.haskell.org/package/text-display-0.0.4.0/ docs/doc /book/Introduction.html
1010bug-reports : https://github.com/haskell-text/text-display/issues
1111author : Hécate Moonlight
1212maintainer : Hécate Moonlight
You can’t perform that action at this time.
0 commit comments