packages feed

hslinks 0.6 → 0.6.1

raw patch · 1 files changed

+7/−3 lines, 1 files

Files

hslinks.cabal view
@@ -1,6 +1,6 @@  name:               hslinks-version:            0.6+version:            0.6.1 cabal-version:      >= 1.10 author:             Hans Hoglund maintainer:         Hans Hoglund <hans@hanshoglund.se>@@ -12,8 +12,12 @@ build-type:         Simple  description:-    To be written.-+    A simple utility program that resolves links to Haskell identifiers in Markdown-style text.+    This is useful if you want to maintain documentation of a Haskell program or library outside+    the source code but still have links the Haddock-generated API documentation.+    .+    For usage, see <https://github.com/hanshoglund/hslinks>+     source-repository head     type:               git     location:           git://github.com/hanshoglund/hslinks.git