Accepting request 304570 from devel:languages:haskell:lts

- remove unneeded dep

OBS-URL: https://build.opensuse.org/request/show/304570
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-haddock-library?expand=0&rev=2
This commit is contained in:
Peter Trommler 2015-05-02 10:00:07 +00:00 committed by Git OBS Bridge
parent b5ad2de566
commit 4d0ebfd354
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 20 12:03:43 UTC 2015 - mimi.vx@gmail.com
- remove unneeded dep
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Feb 3 13:09:32 UTC 2015 - mimi.vx@gmail.com Tue Feb 3 13:09:32 UTC 2015 - mimi.vx@gmail.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package ghc-haddock-library # spec file for package ghc-haddock-library
# #
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -24,7 +24,7 @@
Name: ghc-haddock-library Name: ghc-haddock-library
Version: 1.1.1 Version: 1.1.1
Release: 1 Release: 0
Summary: Library exposing some functionality of Haddock Summary: Library exposing some functionality of Haddock
Group: Development/Languages/Haskell Group: Development/Languages/Haskell
License: BSD-3-Clause License: BSD-3-Clause
@ -36,7 +36,6 @@ BuildRequires: ghc-rpm-macros
# Begin cabal-rpm deps: # Begin cabal-rpm deps:
BuildRequires: ghc-bytestring-devel BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-deepseq-devel BuildRequires: ghc-deepseq-devel
BuildRequires: ghc-attoparsec-devel
%if %{with tests} %if %{with tests}
BuildRequires: ghc-QuickCheck-devel BuildRequires: ghc-QuickCheck-devel
BuildRequires: ghc-base-compat-devel BuildRequires: ghc-base-compat-devel