Author: sparky Date: Sat May 15 23:56:50 2010 GMT Module: packages Tag: HEAD ---- Log message: - BR: gmp-devel (this probably should be required in ghc)
---- Files affected: packages/ghc-haskeline: ghc-haskeline.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: packages/ghc-haskeline/ghc-haskeline.spec diff -u packages/ghc-haskeline/ghc-haskeline.spec:1.1 packages/ghc-haskeline/ghc-haskeline.spec:1.2 --- packages/ghc-haskeline/ghc-haskeline.spec:1.1 Sat Apr 10 18:37:24 2010 +++ packages/ghc-haskeline/ghc-haskeline.spec Sun May 16 01:56:44 2010 @@ -11,6 +11,7 @@ URL: http://hackage.haskell.org/package/%{pkgname}/ BuildRequires: ghc >= 6.10 BuildRequires: ghc-utf8-string >= 0.3.6 +BuildRequires: gmp-devel %requires_eq ghc Requires: ghc-utf8-string >= 0.3.6 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -18,10 +19,10 @@ %define libsubdir ghc-%(/usr/bin/ghc --numeric-version)/%{pkgname}-%{version} %description -Haskeline provides a user interface for line input in -command-line programs. This library is similar in purpose -to readline, but since it is written in Haskell it is -(hopefully) more easily used in other Haskell programs. +Haskeline provides a user interface for line input in command-line +programs. This library is similar in purpose to readline, but since it +is written in Haskell it is (hopefully) more easily used in other +Haskell programs. %prep %setup -q -n %{pkgname}-%{version} @@ -71,6 +72,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2010/05/15 23:56:44 sparky +- BR: gmp-devel (this probably should be required in ghc) + Revision 1.1 2010/04/10 16:37:24 baggins - initial revision ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ghc-haskeline/ghc-haskeline.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
