[ghc-shakespeare] depends on text not blaze-html

Jens Petersen petersen at fedoraproject.org
Fri Mar 23 08:35:03 UTC 2012


commit d837cfd52ab79ea3b9942cdd84e40ff4da020dab
Author: Jens Petersen <petersen at redhat.com>
Date:   Fri Mar 23 17:34:50 2012 +0900

    depends on text not blaze-html

 ghc-shakespeare.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/ghc-shakespeare.spec b/ghc-shakespeare.spec
index d092e3e..0cace36 100644
--- a/ghc-shakespeare.spec
+++ b/ghc-shakespeare.spec
@@ -25,11 +25,11 @@ ExclusiveArch:  %{ghc_arches_with_ghci}
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros %{!?without_hscolour:hscolour}
 # END cabal2spec
-BuildRequires:  ghc-blaze-html-prof
 BuildRequires:  ghc-failure-prof
 BuildRequires:  ghc-parsec-prof
 BuildRequires:  ghc-process-prof
 BuildRequires:  ghc-template-haskell-prof
+BuildRequires:  ghc-text-prof
 
 %description
 %{common_description}
@@ -61,6 +61,7 @@ BuildRequires:  ghc-template-haskell-prof
 %changelog
 * Fri Mar 23 2012 Jens Petersen <petersen at redhat.com> - 0.11-1
 - update to 0.11
+- depends on text not blaze-html
 
 * Wed Mar  7 2012 Jens Petersen <petersen at redhat.com> - 0.10.3.1-1
 - update to 0.10.3.1


More information about the scm-commits mailing list