[ghc-parsec] correct missing dep on text lib

Jens Petersen petersen at fedoraproject.org
Wed Mar 21 16:44:01 UTC 2012


commit d00c9e676ad301d243895da9800325550edce0c3
Author: Jens Petersen <petersen at redhat.com>
Date:   Thu Mar 22 01:43:50 2012 +0900

    correct missing dep on text lib

 ghc-parsec.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/ghc-parsec.spec b/ghc-parsec.spec
index e733990..2fa6b08 100644
--- a/ghc-parsec.spec
+++ b/ghc-parsec.spec
@@ -27,8 +27,8 @@ ExclusiveArch:  %{ghc_arches}
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros %{!?without_hscolour:hscolour}
 # END cabal2spec
-BuildRequires:  ghc-bytestring-prof
 BuildRequires:  ghc-mtl-prof
+BuildRequires:  ghc-text-prof
 
 %description
 %{common_description}
@@ -60,6 +60,7 @@ BuildRequires:  ghc-mtl-prof
 %changelog
 * Wed Mar 21 2012 Jens Petersen <petersen at redhat.com> - 3.1.2-1
 - update to 3.1.2
+- depends on text
 
 * Mon Jan 16 2012 Jens Petersen <petersen at redhat.com> - 3.1.1-8
 - no longer depends on syb


More information about the scm-commits mailing list