haddock 2.7.1 → 2.7.2
raw patch · 5 files changed
+11/−4 lines, 5 filesPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
API changes (from Hackage documentation)
- Paths_haddock: getBinDir :: IO FilePath
- Paths_haddock: getDataDir :: IO FilePath
- Paths_haddock: getDataFileName :: FilePath -> IO FilePath
- Paths_haddock: getLibDir :: IO FilePath
- Paths_haddock: getLibexecDir :: IO FilePath
- Paths_haddock: version :: Version
Files
- CHANGES +6/−0
- doc/haddock.xml +1/−1
- haddock.cabal +2/−1
- haddock.spec +1/−1
- src/Documentation/Haddock.hs +1/−1
CHANGES view
@@ -1,3 +1,9 @@+Changes in version 2.7.2++ * Add Paths_haddock to library++-----------------------------------------------------------------------------+ Changes in version 2.7.1: * Fix problems with library part of .cabal file
doc/haddock.xml view
@@ -16,7 +16,7 @@ <holder>Simon Marlow</holder> </copyright> <abstract>- <para>This document describes Haddock version 2.7.1, a Haskell+ <para>This document describes Haddock version 2.7.2, a Haskell documentation tool.</para> </abstract> </bookinfo>
haddock.cabal view
@@ -1,5 +1,5 @@ name: haddock-version: 2.7.1+version: 2.7.2 cabal-version: >= 1.6 license: BSD3 build-type: Simple@@ -175,6 +175,7 @@ Haddock.Options Haddock.GhcUtils Haddock.Convert+ Paths_haddock if flag(in-ghc-tree) buildable: False
haddock.spec view
@@ -17,7 +17,7 @@ # version label of your release tarball. %define name haddock-%define version 2.7.1+%define version 2.7.2 %define release 1 Name: %{name}
src/Documentation/Haddock.hs view
@@ -33,7 +33,7 @@ -- * Instances DocInstance,- InstHead(..),+ InstHead, -- * Documentation comments Doc(..),