packages feed

haddock 2.8.0 → 2.8.1

raw patch · 5 files changed

+8/−3 lines, 5 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

CHANGES view
@@ -1,3 +1,7 @@+Changes in version 2.8.1++  * Fix build on Windows with MinGW+ Changes in version 2.8.0    * HTML backend completely rewritten to generate semantically rich XHTML
doc/haddock.xml view
@@ -21,7 +21,7 @@       <holder>Simon Marlow, David Waern</holder>     </copyright>     <abstract>-      <para>This document describes Haddock version 2.8.0, a Haskell+      <para>This document describes Haddock version 2.8.1, a Haskell       documentation tool.</para>     </abstract>   </bookinfo>
haddock.cabal view
@@ -1,5 +1,5 @@ name:                 haddock-version:              2.8.0+version:              2.8.1 cabal-version:        >= 1.6 license:              BSD3 build-type:           Simple
haddock.spec view
@@ -17,7 +17,7 @@ # version label of your release tarball.  %define name    haddock-%define version 2.8.0+%define version 2.8.1 %define release 1  Name:           %{name}
src/Haddock/Utils.hs view
@@ -1,3 +1,4 @@+{-# LANGUAGE ForeignFunctionInterface #-} ----------------------------------------------------------------------------- -- | -- Module      :  Haddock.Utils