dash-haskell 1.0.0.3 → 1.0.0.4
raw patch · 2 files changed
+3/−3 lines, 2 filesdep ~ghc
Dependency ranges changed: ghc
Files
- dash-haskell.cabal +2/−2
- src/Main.hs +1/−1
dash-haskell.cabal view
@@ -1,5 +1,5 @@ name: dash-haskell-version: 1.0.0.3+version: 1.0.0.4 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@@ -128,7 +128,7 @@ , direct-sqlite >= 2.3.13 , directory >= 1.2.1.0 , either >= 4.3- , ghc >= 7.8.3+ , ghc >= 7.8.3 && < 7.10.1 , mtl >= 2.1.3.1 , optparse-applicative >= 0.11.0 && <= 0.11.1 , pipes >= 4.1.0
src/Main.hs view
@@ -34,6 +34,6 @@ where parserInfo :: ParserInfo Options parserInfo = info (helper <*> parser) $- header "dash-haskell v1.0.0.3, a dash docset construction tool for Haskell packages"+ header "dash-haskell v1.0.0.4, 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"