From 1d7e8f7069319a0884ae7cedd05664252125d52ff32663fcc61517e61525cc92 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 21 Jun 2017 14:34:31 +0000 Subject: [PATCH] synchronize with lts:8 at 9aa119edf767960b35a1ac0fd859a69489c7c436 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-pandoc-types?expand=0&rev=39 --- ghc-pandoc-types.changes | 5 +++++ ghc-pandoc-types.spec | 2 +- pandoc-types.cabal | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ghc-pandoc-types.changes b/ghc-pandoc-types.changes index 75d2d84..067dad9 100644 --- a/ghc-pandoc-types.changes +++ b/ghc-pandoc-types.changes @@ -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 diff --git a/ghc-pandoc-types.spec b/ghc-pandoc-types.spec index d9e174c..bf5061f 100644 --- a/ghc-pandoc-types.spec +++ b/ghc-pandoc-types.spec @@ -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 diff --git a/pandoc-types.cabal b/pandoc-types.cabal index ed152ab..a9aa74b 100644 --- a/pandoc-types.cabal +++ b/pandoc-types.cabal @@ -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