diff --git a/ghc-hslogger.changes b/ghc-hslogger.changes index af4b426..a1044a8 100644 --- a/ghc-hslogger.changes +++ b/ghc-hslogger.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jun 14 08:43:58 UTC 2021 - psimons@suse.com + +- Update hslogger to version 1.3.1.0 revision 3. + Upstream has revised the Cabal build instructions on Hackage. + ------------------------------------------------------------------- Sat Feb 20 00:18:20 UTC 2021 - psimons@suse.com diff --git a/ghc-hslogger.spec b/ghc-hslogger.spec index 164bcaf..ac3e66e 100644 --- a/ghc-hslogger.spec +++ b/ghc-hslogger.spec @@ -25,7 +25,7 @@ Summary: Versatile logging framework License: BSD-3-Clause 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/2.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-bytestring-devel BuildRequires: ghc-containers-devel diff --git a/hslogger.cabal b/hslogger.cabal index 800723d..f3bd727 100644 --- a/hslogger.cabal +++ b/hslogger.cabal @@ -2,7 +2,7 @@ cabal-version: 1.12 build-type: Simple name: hslogger version: 1.3.1.0 -x-revision: 2 +x-revision: 3 maintainer: hvr@gnu.org author: John Goerzen @@ -65,7 +65,7 @@ library other-extensions: CPP ExistentialQuantification DeriveDataTypeable build-depends: - base >= 4.3 && < 4.15 + base >= 4.3 && < 4.16 , bytestring >= 0.9 && < 0.12 , containers >= 0.4 && < 0.7 , deepseq >= 1.1 && < 1.5