Skip to content

Commit

Permalink
version bump and credit additions
Browse files Browse the repository at this point in the history
  • Loading branch information
jfeltz committed May 9, 2015
1 parent efad321 commit 1ffc241
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions README.md
@@ -1,6 +1,6 @@
dash-haskell
============
**local and approximate package doc access for your Haskell project dependencies**
**local and approximate package docs for your Haskell project dependencies**

**direct to browser lookup:**
![look-up](/img/lookup.png?raw=true)
Expand Down Expand Up @@ -215,10 +215,14 @@ Features slated for V2

Contributors
============
Hirotomo Moriwaki <philopon.dependence@gmail.com>
Hirotomo Moriwaki : <philopon.dependence@gmail.com>

The major instigator of this project was Hirotomo Moriwaki's [haddocset](https://github.com/philopon/haddocset), with much of the early implementation of *dash-haskell* influenced by that code-base.

Rudi Grinberg : [github](http://github.com/rgrinberg)

For patches, testing, and helping maintain compatibility of ```dash-haskell-1.0.x.x``` with ghc changes

Author & Maintainer
===================
John P. Feltz <jfeltz@gmail.com>
2 changes: 1 addition & 1 deletion dash-haskell.cabal
@@ -1,5 +1,5 @@
name: dash-haskell
version: 1.0.0.4
version: 1.0.0.5
synopsis: Command line tool to generate Dash docsets (IDE docs) from package haddock
homepage: http://www.github.com/jfeltz/dash-haskell
Bug-reports: https://github.com/jfeltz/dash-haskell/issues
Expand Down
2 changes: 1 addition & 1 deletion src/Main.hs
Expand Up @@ -34,6 +34,6 @@ main = do
where
parserInfo :: ParserInfo Options
parserInfo = info (helper <*> parser) $
header "dash-haskell v1.0.0.4, a dash docset construction tool for Haskell packages"
header "dash-haskell v1.0.0.5, a dash docset construction tool for Haskell packages"
<> progDesc "additional help is available with \"dash-haskell help <topic|option>\""
<> footer "http://www.github.com/jfeltz/dash-haskell (C) John P. Feltz 2014"

0 comments on commit 1ffc241

Please sign in to comment.