linklater 2.0.0.0 → 2.0.0.1
raw patch · 3 files changed
+7/−3 lines, 3 files
Files
- Network/Linklater.hs +1/−1
- corgi.jpg binary
- linklater.cabal +6/−2
Network/Linklater.hs view
@@ -38,7 +38,7 @@ -- -- One @/jpgto baby corgi@, et voila. ----- <<corgi.jpg>>+-- <<https://raw.githubusercontent.com/hlian/linklater/6232b950a333cfa6d5fffea997ec9ab8c2ce31ba/corgi.jpg>> -- -- For the full example (since this one is missing a ton of imports), -- see the @examples/@ directory on GitHub.
corgi.jpg view
binary file changed (84648 → 132482 bytes)
linklater.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: linklater-version: 2.0.0.0+version: 2.0.0.1 synopsis: The fast and fun way to write Slack.com bots homepage: https://github.com/hlian/linklater bug-reports: https://github.com/hlian/linklater/issues@@ -23,14 +23,18 @@ Features you could take advantage of /right now, should you choose/: . * Uses 'Text' for state-of-the-art Unicode support;+ . * Lovely documentation with no misspelllllings to be found;+ . * A warm, receptive maintainer with beautiful brown eyes;+ . * Fully Haddock'd methods and module;+ . * Open source (BSD3). . For example, maybe you want this little guy to show up in your channel: .- <<corgi.jpg>>+ <<https://raw.githubusercontent.com/hlian/linklater/6232b950a333cfa6d5fffea997ec9ab8c2ce31ba/corgi.jpg>> . Find out how by clicking on "Network.Linklater"!