[ghc-rpm-macros] fix missing html haddock output

Jens Petersen petersen at fedoraproject.org
Tue Oct 9 03:28:37 UTC 2012


commit 20b1088ae249b2957ab56d0db6089c6989f418b3
Author: Jens Petersen <petersen at redhat.com>
Date:   Tue Oct 9 12:28:27 2012 +0900

    fix missing html haddock output

 ghc-rpm-macros.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ghc-rpm-macros.spec b/ghc-rpm-macros.spec
index cda882d..061e764 100644
--- a/ghc-rpm-macros.spec
+++ b/ghc-rpm-macros.spec
@@ -8,8 +8,8 @@
 #%%undefine without_hscolour
 
 Name:           ghc-rpm-macros
-Version:        0.97.1
-Release:        2%{?dist}
+Version:        0.97.2
+Release:        1%{?dist}
 Summary:        Macros for building packages for GHC
 
 Group:          Development/Libraries
@@ -82,6 +82,9 @@ EOF
 
 
 %changelog
+* Tue Oct  9 2012 Jens Petersen <petersen at redhat.com> - 0.97.2-1
+- "cabal haddock" needs --html option with --hoogle to output html
+
 * Thu Sep 20 2012 Jens Petersen <petersen at redhat.com> - 0.97.1-2
 - no need to BR hscolour
 


More information about the scm-commits mailing list