From 001d3451a62055b316e01bb9a039925a46c853cf Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Jan 19 2009 10:58:49 +0000 Subject: buildrequire ncurses-devel to fix build of missing editline package needed for ghci line-editing (#478466) --- diff --git a/ghc.spec b/ghc.spec index 17b9d5d..428ba78 100644 --- a/ghc.spec +++ b/ghc.spec @@ -34,6 +34,8 @@ Obsoletes: ghc682, ghc681, ghc661, ghc66, haddock <= 2.0.0.0 Provides: haddock = 2.3.0 BuildRequires: ghc, happy, sed BuildRequires: gmp-devel, libedit-devel +# editline package requires ncurses to configure +BuildRequires: ncurses-devel %if %{build_doc} BuildRequires: libxslt, docbook-style-xsl %endif @@ -218,6 +220,8 @@ fi %changelog * Mon Jan 19 2009 Jens Petersen - 6.10.1-7 +- buildrequire ncurses-devel to fix build of missing editline package needed + for ghci line-editing (#478466) - move spec templates to a haskell-packaging for easy updating - provide correct haddock version