drop with_devhelp since html-help option gone from haddock-2.8.0

This commit is contained in:
Jens Petersen 2010-11-26 12:29:14 +10:00
parent 2f1663e620
commit 21e17e3468
2 changed files with 4 additions and 1 deletions

View File

@ -187,7 +187,7 @@ find $RPM_BUILD_ROOT -type f -exec sh -c "file {} | grep -q 'dynamically linked'
%ghc_lib_build\
%cabal_configure --ghc -p\
%cabal build\
%cabal haddock %{!?without_hscolour:--hyperlink-source} %{?with_devhelp:--haddock-option=--html-help=devhelp}
%cabal haddock %{!?without_hscolour:--hyperlink-source}
# ghc_bin_install
%ghc_bin_install\

View File

@ -53,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Fri Nov 26 2010 Jens Petersen <petersen@redhat.com>
- drop with_devhelp since --html-help option gone from haddock-2.8.0
* Tue Nov 23 2010 Jens Petersen <petersen@redhat.com> - 0.10.2-1
- ignore ghc's builtin pseudo-libs