synchronize with lts:8 at 9aa119edf767960b35a1ac0fd859a69489c7c436

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-pandoc-types?expand=0&rev=39
This commit is contained in:
Peter Simons 2017-06-21 14:34:31 +00:00 committed by Git OBS Bridge
parent 2645d3cd1e
commit 1d7e8f7069
3 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jun 19 20:51:53 UTC 2017 - psimons@suse.com
- Update to version 1.17.0.5 revision 4.
-------------------------------------------------------------------
Mon Apr 24 12:33:34 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/3.cabal#/%{pkg_name}.cabal
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/4.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: 3
x-revision: 4
Synopsis: Types for representing a structured document
Description: @Text.Pandoc.Definition@ defines the 'Pandoc' data
structure, which is used by pandoc to represent
@ -72,7 +72,7 @@ test-suite test-pandoc-types
test-framework >= 0.3 && < 0.9,
test-framework-hunit >= 0.2 && < 0.4,
test-framework-quickcheck2 >= 0.2.9 && < 0.4,
QuickCheck >= 2.4 && < 2.10,
QuickCheck >= 2.4 && < 2.11,
HUnit >= 1.2 && < 1.7,
string-qq == 0.0.2
ghc-options: -threaded -rtsopts -with-rtsopts=-N