From 3c6a7f23ec7dfc1f25c1ad05fb22fde0d5c097d578f61741f76d05db92bb9fd4 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 23 May 2017 11:40:43 +0000 Subject: [PATCH] synchronize with lts:8 at 27d82acd4aecec9d6ec7f65048ad62d72911ed17 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-old-time?expand=0&rev=9 --- ghc-old-time.changes | 10 ++++++++++ ghc-old-time.spec | 2 +- old-time.cabal | 4 ++-- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/ghc-old-time.changes b/ghc-old-time.changes index db59266..382b07f 100644 --- a/ghc-old-time.changes +++ b/ghc-old-time.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu May 18 09:52:23 UTC 2017 - psimons@suse.com + +- Update to version 1.1.0.3 revision 2 with cabal2obs. + +------------------------------------------------------------------- +Sun Jul 10 17:16:04 UTC 2016 - psimons@suse.com + +- Update to version 1.1.0.3 revision 1 with cabal2obs. + ------------------------------------------------------------------- Thu May 14 07:35:57 UTC 2015 - mimi.vx@gmail.com diff --git a/ghc-old-time.spec b/ghc-old-time.spec index c83721d..406d9ba 100644 --- a/ghc-old-time.spec +++ b/ghc-old-time.spec @@ -25,7 +25,7 @@ License: BSD-3-Clause 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-old-locale-devel BuildRequires: ghc-rpm-macros diff --git a/old-time.cabal b/old-time.cabal index 367ef9d..c447c09 100644 --- a/old-time.cabal +++ b/old-time.cabal @@ -1,6 +1,6 @@ name: old-time version: 1.1.0.3 -x-revision: 1 +x-revision: 2 -- NOTE: Don't forget to update ./changelog.md license: BSD3 license-file: LICENSE @@ -54,7 +54,7 @@ Library HsTime.h build-depends: - base >= 4.7 && < 4.10, + base >= 4.7 && < 5, old-locale == 1.0.* ghc-options: -Wall