build dynamically with ghc-6.12.1

epel9
Jens Petersen 15 years ago
parent 5b52fc752d
commit 0a6956da5c

@ -4,7 +4,7 @@
Name: alex
# part of haskell-platform-2009.2.0.2
Version: 2.3.1
Release: 6%{?dist}
Release: 7%{?dist}
Summary: A lexer generator for Haskell
Group: Development/Tools
@ -28,14 +28,14 @@ expressions. It is similar to the tool lex or flex for C/C++.
%build
%cabal_configure
%cabal_configure --ghc-option=-dynamic
%cabal build
cd doc
autoreconf
./configure --prefix=%{_prefix} --libdir=%{_libdir}
make html
cd -
cd ..
%install
@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Dec 21 2009 Jens Petersen <petersen@redhat.com> - 2.3.1-7
- build dynamically with ghc-6.12.1
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.3.1-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

Loading…
Cancel
Save