hoogle 4.2.39 → 4.2.40
raw patch · 5 files changed
+6/−4 lines, 5 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGES.txt +2/−0
- datadir/examples.txt +1/−1
- hoogle.cabal +1/−1
- src/Recipe/All.hs +1/−1
- src/Recipe/Keyword.hs +1/−1
CHANGES.txt view
@@ -1,5 +1,7 @@ Changelog for Hoogle +4.2.40+ #107, fix the keywords URL moving 4.2.39 #106, shake-0.15 compatibility 4.2.38
datadir/examples.txt view
@@ -10,7 +10,7 @@ -- check that keyword links work, bug #309 ! --link +keyword -n1-keyword ! -- http://haskell.org/haskellwiki/Keywords#.21+keyword ! -- http://wiki.haskell.org/Keywords#.21 -- check you find forall, bug #235 forall -n10
hoogle.cabal view
@@ -1,7 +1,7 @@ cabal-version: >= 1.10 build-type: Simple name: hoogle-version: 4.2.39+version: 4.2.40 license: BSD3 license-file: docs/LICENSE category: Development
src/Recipe/All.hs view
@@ -180,7 +180,7 @@ urls :: C.CmdLine -> [(FilePath, URL)] urls Data{..} = let (*) = (,) in- ["keyword.htm" * "http://www.haskell.org/haskellwiki/Keywords"+ ["keyword.htm" * "http://wiki.haskell.org/Keywords" ,"platform.cabal" * "http://code.galois.com/darcs/haskell-platform/haskell-platform.cabal" ,"base.txt" * "http://www.haskell.org/hoogle/base.txt" ,"cabal.tar.gz" * (hackage ++ "packages/index.tar.gz")
src/Recipe/Keyword.hs view
@@ -16,7 +16,7 @@ ,"-- See Hoogle, http://www.haskell.org/hoogle/" ,"" ,"-- | Haskell keywords, always available"- ,"@url http://haskell.org/haskellwiki/Keywords"+ ,"@url http://wiki.haskell.org/Keywords" ,"@package keyword" ]