build dynamically with ghc-6.12.1

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

@ -4,7 +4,7 @@
Name: alex Name: alex
# part of haskell-platform-2009.2.0.2 # part of haskell-platform-2009.2.0.2
Version: 2.3.1 Version: 2.3.1
Release: 6%{?dist} Release: 7%{?dist}
Summary: A lexer generator for Haskell Summary: A lexer generator for Haskell
Group: Development/Tools Group: Development/Tools
@ -28,14 +28,14 @@ expressions. It is similar to the tool lex or flex for C/C++.
%build %build
%cabal_configure %cabal_configure --ghc-option=-dynamic
%cabal build %cabal build
cd doc cd doc
autoreconf autoreconf
./configure --prefix=%{_prefix} --libdir=%{_libdir} ./configure --prefix=%{_prefix} --libdir=%{_libdir}
make html make html
cd - cd ..
%install %install
@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog %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 * 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 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

Loading…
Cancel
Save