From 9597d9806d6f637f7a146911b838eceff643df97a0c3c3e3316d6d8f88640076 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 23 May 2017 11:40:42 +0000 Subject: [PATCH] synchronize with lts:8 at 27d82acd4aecec9d6ec7f65048ad62d72911ed17 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-old-locale?expand=0&rev=9 --- ghc-old-locale.changes | 5 +++++ ghc-old-locale.spec | 2 +- old-locale.cabal | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ghc-old-locale.changes b/ghc-old-locale.changes index de56d72..cf36409 100644 --- a/ghc-old-locale.changes +++ b/ghc-old-locale.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu May 18 09:52:19 UTC 2017 - psimons@suse.com + +- Update to version 1.0.0.7 revision 2 with cabal2obs. + ------------------------------------------------------------------- Sun Jul 10 17:31:20 UTC 2016 - psimons@suse.com diff --git a/ghc-old-locale.spec b/ghc-old-locale.spec index 6b2e31b..4c7c2fb 100644 --- a/ghc-old-locale.spec +++ b/ghc-old-locale.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-rpm-macros BuildRoot: %{_tmppath}/%{name}-%{version}-build diff --git a/old-locale.cabal b/old-locale.cabal index 5f0b7c9..aa4728d 100644 --- a/old-locale.cabal +++ b/old-locale.cabal @@ -1,6 +1,6 @@ name: old-locale version: 1.0.0.7 -x-revision: 1 +x-revision: 2 -- NOTE: Don't forget to update ./changelog.md license: BSD3 license-file: LICENSE @@ -32,5 +32,5 @@ Library exposed-modules: System.Locale - build-depends: base >= 4.2 && < 4.10 + build-depends: base >= 4.2 && < 5 ghc-options: -Wall