[ghc-attoparsec] now depends on text library

Jens Petersen petersen at fedoraproject.org
Thu Jan 5 11:17:42 UTC 2012


commit 4ab31f21a03a7a0e890cbe42fe552307cd978dac
Author: Jens Petersen <petersen at redhat.com>
Date:   Thu Jan 5 20:17:37 2012 +0900

    now depends on text library

 ghc-attoparsec.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/ghc-attoparsec.spec b/ghc-attoparsec.spec
index fb013ed..b066765 100644
--- a/ghc-attoparsec.spec
+++ b/ghc-attoparsec.spec
@@ -24,9 +24,8 @@ ExclusiveArch:  %{ghc_arches}
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros %{!?without_hscolour:hscolour}
 # END cabal2spec
-BuildRequires:  ghc-bytestring-prof
 BuildRequires:  ghc-containers-prof
-BuildRequires:  ghc-deepseq-prof
+BuildRequires:  ghc-text-prof
 
 %description
 %{common_description}
@@ -58,6 +57,7 @@ BuildRequires:  ghc-deepseq-prof
 %changelog
 * Thu Jan  5 2012 Jens Petersen <petersen at redhat.com> - 0.10.1.0-1
 - update to 0.10.1.0 and cabal2spec-0.25.2
+- now depends on text library
 
 * Thu Oct 27 2011 Jens Petersen <petersen at redhat.com> - 0.9.1.2-1
 - update to 0.9.1.2


More information about the scm-commits mailing list