packages feed

shortcut-links 0.4.0.0 → 0.4.1.0

raw patch · 3 files changed

+6/−1 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

+ ShortcutLinks: useShortcut :: Text -> Maybe Text -> Text -> Result Text

Files

CHANGELOG.md view
@@ -1,3 +1,7 @@+# 0.4.1.0++* Exported `useShortcut` (gee).+ # 0.4.0.0  * Exported `Shortcut`.
shortcut-links.cabal view
@@ -1,5 +1,5 @@ name:                shortcut-links-version:             0.4.0.0+version:             0.4.1.0 synopsis:            Link shortcuts for use in text markup description:   This package is a database of link shortcuts. A Markdown example: 
src/ShortcutLinks.hs view
@@ -7,6 +7,7 @@   Result(..),   Shortcut,   allShortcuts,+  useShortcut, ) where