Accepting request 494180 from devel:languages:haskell

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/494180
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-pandoc-types?expand=0&rev=15
This commit is contained in:
Dominique Leuenberger 2017-06-03 23:54:51 +00:00 committed by Git OBS Bridge
commit 3b0e6a3afd
3 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Apr 24 12:33:34 UTC 2017 - psimons@suse.com
- Update to version 1.17.0.5 revision 3 with cabal2obs.
-------------------------------------------------------------------
Wed Mar 22 09:10:32 UTC 2017 - psimons@suse.com

View File

@ -26,7 +26,7 @@ License: GPL-2.0
Group: Development/Languages/Other
Url: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-QuickCheck-devel
BuildRequires: ghc-aeson-devel

View File

@ -1,6 +1,6 @@
Name: pandoc-types
Version: 1.17.0.5
x-revision: 2
x-revision: 3
Synopsis: Types for representing a structured document
Description: @Text.Pandoc.Definition@ defines the 'Pandoc' data
structure, which is used by pandoc to represent
@ -52,7 +52,7 @@ Library
syb >= 0.1 && < 0.8,
ghc-prim >= 0.2,
bytestring >= 0.9 && < 0.11,
aeson >= 0.6.2 && < 1.2,
aeson >= 0.6.2 && < 1.3,
QuickCheck >= 2
if impl(ghc < 7.10)
Build-depends: deepseq-generics >= 0.1 && < 0.2
@ -66,7 +66,7 @@ test-suite test-pandoc-types
build-depends: base,
pandoc-types,
syb,
aeson >= 0.6.2 && < 1.2,
aeson >= 0.6.2 && < 1.3,
containers >= 0.3,
bytestring >= 0.9 && < 0.11,
test-framework >= 0.3 && < 0.9,