[ghc-snap-core] fix attoparsec-enumerator lower bound

Jens Petersen petersen at fedoraproject.org
Thu Mar 8 01:35:24 UTC 2012


commit f2ec01caacd95c06bd74439e438edca09370e08e
Author: Jens Petersen <petersen at redhat.com>
Date:   Thu Mar 8 10:35:19 2012 +0900

    fix attoparsec-enumerator lower bound

 ghc-snap-core.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/ghc-snap-core.spec b/ghc-snap-core.spec
index 1377be3..1befb43 100644
--- a/ghc-snap-core.spec
+++ b/ghc-snap-core.spec
@@ -24,7 +24,7 @@ ExclusiveArch:  %{ghc_arches}
 BuildRequires:  ghc-Cabal-devel
 BuildRequires:  ghc-rpm-macros %{!?without_hscolour:hscolour}
 # END cabal2spec
-BuildRequires:   ghc-attoparsec-enumerator-prof > 0.3
+BuildRequires:   ghc-attoparsec-enumerator-prof >= 0.3
 BuildRequires:   ghc-blaze-builder-enumerator-prof
 BuildRequires:   ghc-base16-bytestring-prof
 BuildRequires:   ghc-bytestring-nums-prof


More information about the scm-commits mailing list