hoogle 4.2.12 → 4.2.13
raw patch · 2 files changed
+3/−3 lines, 2 filesdep ~cmdargsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: cmdargs
API changes (from Hackage documentation)
Files
- datadir/resources/template.html +1/−1
- hoogle.cabal +2/−2
datadir/resources/template.html view
@@ -18,7 +18,7 @@ <span id="instant" style="display:none;"><a href="javascript:setInstant()"> Instant is <span id="instantVal">off</span></a> |</span> <span id="plugin" style="display:none;"><a href="javascript:searchPlugin()">Search plugin</a> |</span>- <a href="http://www.haskell.org/haskellwiki/Hoogle">Manual</a> |+ <a href="https://github.com/ndmitchell/hoogle/blob/master/README.md">Manual</a> | $#homepage$ </div> <form action="." method="get" id="search">
hoogle.cabal view
@@ -1,7 +1,7 @@ cabal-version: >= 1.6 build-type: Simple name: hoogle-version: 4.2.12+version: 4.2.13 license: GPL license-file: docs/LICENSE category: Development@@ -106,7 +106,7 @@ build-depends: time, old-time, old-locale,- cmdargs >= 0.7 && < 0.10,+ cmdargs >= 0.7 && < 0.11, tagsoup >= 0.11 && < 0.13, blaze-builder >= 0.2 && < 0.4, http-types == 0.7.*,