Skip to content

Commit

Permalink
updated: downgrade to yaml-0.7.0.3 can be built w/ the version of con…
Browse files Browse the repository at this point in the history
…duit in Fedora
  • Loading branch information
ssato committed Jul 9, 2012
1 parent 78aa93e commit 10222f3
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions rpm.specs/ghc-yaml.spec
Expand Up @@ -7,7 +7,9 @@
%global common_description A %{pkg_name} library for Haskell to provides support for parsing and emitting Yaml documents.

Name: ghc-%{pkg_name}
Version: 0.8.0
Version: 0.7.0.3
# Not yet as conduit >= 0.5.x is not available in Fedora yet:
#Version: 0.8.0
Release: 1%{?dist}
Summary: %{common_summary}
Group: System Environment/Libraries
Expand All @@ -23,7 +25,9 @@ BuildRequires: ghc-aeson-devel >= 0.5
BuildRequires: ghc-attoparsec-devel
BuildRequires: ghc-base-devel
BuildRequires: ghc-bytestring-devel >= 0.9.1.4
BuildRequires: ghc-conduit-devel >= 0.5.0
BuildRequires: ghc-conduit-devel >= 0.4.0
# Not available in Fedora yet:
#BuildRequires: ghc-conduit-devel >= 0.5.0
BuildRequires: ghc-containers-devel
BuildRequires: ghc-resourcet-devel >= 0.3.0
BuildRequires: ghc-text-devel
Expand Down

0 comments on commit 10222f3

Please sign in to comment.