From 89fee20b81f69e08f62de3be285fbee17e83bfea Mon Sep 17 00:00:00 2001 From: David Waern Date: Wed, 1 Feb 2012 02:56:56 +0100 Subject: Require ghc >= 7.4. --- haddock.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'haddock.cabal') diff --git a/haddock.cabal b/haddock.cabal index 3f186299..84d3c2a8 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -91,7 +91,7 @@ executable haddock array, xhtml >= 3000.2 && < 3000.3, Cabal >= 1.10, - ghc >= 7.2 && < 7.6 + ghc >= 7.4 && < 7.6 if flag(in-ghc-tree) cpp-options: -DIN_GHC_TREE @@ -153,7 +153,7 @@ library array, xhtml >= 3000.2 && < 3000.3, Cabal >= 1.10, - ghc >= 7.2 && < 7.6 + ghc >= 7.4 && < 7.6 if flag(in-ghc-tree) cpp-options: -DIN_GHC_TREE -- cgit v1.2.3 From d92d5a98adab5a94d34b763b9f4fd07557977ccb Mon Sep 17 00:00:00 2001 From: David Waern Date: Wed, 16 May 2012 21:32:50 +0200 Subject: Bump version number. --- doc/haddock.xml | 2 +- haddock.cabal | 2 +- haddock.spec | 2 +- tests/html-tests/tests/A.html.ref | 2 +- tests/html-tests/tests/B.html.ref | 2 +- tests/html-tests/tests/Bug1.html.ref | 2 +- tests/html-tests/tests/Bug2.html.ref | 2 +- tests/html-tests/tests/Bug3.html.ref | 2 +- tests/html-tests/tests/Bug4.html.ref | 2 +- tests/html-tests/tests/Bug6.html.ref | 2 +- tests/html-tests/tests/Bug7.html.ref | 2 +- tests/html-tests/tests/Bug8.html.ref | 2 +- tests/html-tests/tests/BugDeprecated.html.ref | 2 +- tests/html-tests/tests/BugExportHeadings.html.ref | 2 +- tests/html-tests/tests/Bugs.html.ref | 2 +- tests/html-tests/tests/CrossPackageDocs.html.ref | 2 +- tests/html-tests/tests/DeprecatedClass.html.ref | 2 +- tests/html-tests/tests/DeprecatedData.html.ref | 2 +- tests/html-tests/tests/DeprecatedFunction.html.ref | 2 +- .../html-tests/tests/DeprecatedFunction2.html.ref | 2 +- .../html-tests/tests/DeprecatedFunction3.html.ref | 2 +- tests/html-tests/tests/DeprecatedModule.html.ref | 2 +- tests/html-tests/tests/DeprecatedModule2.html.ref | 2 +- tests/html-tests/tests/DeprecatedNewtype.html.ref | 2 +- .../html-tests/tests/DeprecatedTypeFamily.html.ref | 2 +- .../tests/DeprecatedTypeSynonym.html.ref | 2 +- tests/html-tests/tests/Examples.html.ref | 2 +- tests/html-tests/tests/FunArgs.html.ref | 2 +- tests/html-tests/tests/GADTRecords.html.ref | 2 +- tests/html-tests/tests/Hash.html.ref | 2 +- tests/html-tests/tests/IgnoreExports.html.ref | 2 +- tests/html-tests/tests/ModuleWithWarning.html.ref | 2 +- tests/html-tests/tests/NamedDoc.html.ref | 2 +- tests/html-tests/tests/NoLayout.html.ref | 2 +- tests/html-tests/tests/NonGreedy.html.ref | 2 +- tests/html-tests/tests/QuasiExpr.html.ref | 2 +- tests/html-tests/tests/QuasiQuote.html.ref | 2 +- tests/html-tests/tests/TH.html.ref | 2 +- tests/html-tests/tests/TH2.html.ref | 2 +- tests/html-tests/tests/Test.html.ref | 2 +- tests/html-tests/tests/Ticket112.html.ref | 2 +- tests/html-tests/tests/Ticket61.html.ref | 2 +- tests/html-tests/tests/Ticket75.html.ref | 2 +- tests/html-tests/tests/TypeFamilies.html.ref | 2 +- tests/html-tests/tests/TypeOperators.html.ref | 2 +- tests/html-tests/tests/Unicode.html.ref | 2 +- tests/html-tests/tests/Visible.html.ref | 2 +- tests/html-tests/tests/frames.html.ref | 8 +++-- tests/html-tests/tests/mini_A.html.ref | 14 ++++++++ tests/html-tests/tests/mini_B.html.ref | 14 ++++++++ tests/html-tests/tests/mini_IgnoreExports.html.ref | 37 ++++++++++++++++++++++ 51 files changed, 117 insertions(+), 50 deletions(-) create mode 100644 tests/html-tests/tests/mini_IgnoreExports.html.ref (limited to 'haddock.cabal') diff --git a/doc/haddock.xml b/doc/haddock.xml index 7b5a07e6..27dd69d8 100644 --- a/doc/haddock.xml +++ b/doc/haddock.xml @@ -21,7 +21,7 @@ Simon Marlow, David Waern - This document describes Haddock version 2.10.0, a Haskell + This document describes Haddock version 2.11.0, a Haskell documentation tool. diff --git a/haddock.cabal b/haddock.cabal index 84d3c2a8..9d6f1a9b 100644 --- a/haddock.cabal +++ b/haddock.cabal @@ -1,5 +1,5 @@ name: haddock -version: 2.10.0 +version: 2.11.0 synopsis: A documentation-generation tool for Haskell libraries description: Haddock is a documentation-generation tool for Haskell libraries diff --git a/haddock.spec b/haddock.spec index 4a602e02..8b2a5599 100644 --- a/haddock.spec +++ b/haddock.spec @@ -17,7 +17,7 @@ # version label of your release tarball. %define name haddock -%define version 2.10.0 +%define version 2.11.0 %define release 1 Name: %{name} diff --git a/tests/html-tests/tests/A.html.ref b/tests/html-tests/tests/A.html.ref index 152dabf7..424ce52c 100644 --- a/tests/html-tests/tests/A.html.ref +++ b/tests/html-tests/tests/A.html.ref @@ -176,7 +176,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_A.html");}; >

Produced by Haddock version 2.10.0

version 2.11.0

Produced by Haddock version 2.10.0

version 2.11.0

Produced by Haddock version 2.10.0

version 2.11.0

Produced by Haddock version 2.10.0

version 2.11.0

Produced by Haddock version 2.10.0

version 2.11.0

Produced by Haddock version 2.10.0

version 2.11.0

Produced by Haddock version 2.10.0

version 2.11.0

Produced by Haddock version 2.10.0

version 2.11.0

Produced by Haddock version 2.10.0

version 2.11.0

Produced by Haddock version 2.10.0

version 2.11.0

Produced by Haddock version 2.10.0

version 2.11.0

Produced by Haddock version 2.10.0

version 2.11.0

Produced by Haddock version 2.10.0

version 2.11.0

Produced by Haddock version 2.10.0

version 2.11.0

Produced by Haddock version 2.10.0

version 2.11.0

Produced by Haddock version 2.10.0

version 2.11.0

Produced by Haddock version 2.10.0

version 2.11.0

Produced by Haddock version 2.10.0

version 2.11.0

Produced by Haddock version 2.10.0

version 2.11.0

Produced by Haddock version 2.10.0

version 2.11.0

Produced by Haddock version 2.10.0

version 2.11.0

Produced by Haddock version 2.10.0

version 2.11.0

Produced by Haddock version 2.10.0

version 2.11.0

Produced by Haddock version 2.10.0

version 2.11.0

Produced by Haddock version 2.10.0

version 2.11.0

Produced by Haddock version 2.10.0

version 2.11.0

Produced by Haddock version 2.10.0

version 2.11.0

Produced by Haddock version 2.10.0

version 2.11.0

Produced by Haddock version 2.10.0

version 2.11.0

Produced by Haddock version 2.10.0

version 2.11.0

Produced by Haddock version 2.10.0

version 2.11.0

Produced by Haddock version 2.10.0

version 2.11.0

Produced by Haddock version 2.10.0

version 2.11.0

Produced by Haddock version 2.10.0

version 2.11.0

Produced by Haddock version 2.10.0

version 2.11.0

Produced by Haddock version 2.10.0

version 2.11.0

Produced by Haddock version 2.10.0

version 2.11.0

Produced by Haddock version 2.10.0

version 2.11.0

Produced by Haddock version 2.10.0

version 2.11.0

Produced by Haddock version 2.10.0

version 2.11.0

Produced by Haddock version 2.10.0

version 2.11.0

Produced by Haddock version 2.10.0

version 2.11.0

Produced by Haddock version 2.10.0

version 2.11.0

Produced by Haddock version 2.10.0

version 2.11.0

+ + - - + + - + diff --git a/tests/html-tests/tests/mini_A.html.ref b/tests/html-tests/tests/mini_A.html.ref index 3de17437..cbe50e41 100644 --- a/tests/html-tests/tests/mini_A.html.ref +++ b/tests/html-tests/tests/mini_A.html.ref @@ -39,6 +39,20 @@ window.onload = function () {pageLoad();}; >test2

data X

test

data X

+IgnoreExports

IgnoreExports

-- cgit v1.2.3