From d9d82b0d0a7004006203a9181d98e86420f68fb34b4bf63b1e2d96675c55d75c Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 28 Mar 2017 10:59:30 +0000 Subject: [PATCH] synchronize with lts:8 from configuration b099e9d7d96777a669f3ad2cb719ba73f50b4189 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-pandoc-types?expand=0&rev=35 --- 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 d0f0a30..ab18a73 100644 --- a/ghc-pandoc-types.changes +++ b/ghc-pandoc-types.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 22 09:10:32 UTC 2017 - psimons@suse.com + +- Update to version 1.17.0.5 revision 2 with cabal2obs. + ------------------------------------------------------------------- Thu Mar 2 10:44:37 UTC 2017 - psimons@suse.com diff --git a/ghc-pandoc-types.spec b/ghc-pandoc-types.spec index db21cf9..459c64c 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/1.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.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 dde79ba..a5c514d 100644 --- a/pandoc-types.cabal +++ b/pandoc-types.cabal @@ -1,6 +1,6 @@ Name: pandoc-types Version: 1.17.0.5 -x-revision: 1 +x-revision: 2 Synopsis: Types for representing a structured document Description: @Text.Pandoc.Definition@ defines the 'Pandoc' data structure, which is used by pandoc to represent @@ -73,6 +73,6 @@ test-suite test-pandoc-types test-framework-hunit >= 0.2 && < 0.4, test-framework-quickcheck2 >= 0.2.9 && < 0.4, QuickCheck >= 2.4 && < 2.10, - HUnit >= 1.2 && < 1.6, + HUnit >= 1.2 && < 1.7, string-qq == 0.0.2 ghc-options: -threaded -rtsopts -with-rtsopts=-N