diff --git a/ghc-shelly.changes b/ghc-shelly.changes index ef85db9..b4e69ce 100644 --- a/ghc-shelly.changes +++ b/ghc-shelly.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Nov 20 17:30:38 UTC 2021 - psimons@suse.com + +- Update shelly to version 1.9.0 revision 2. + Upstream has revised the Cabal build instructions on Hackage. + ------------------------------------------------------------------- Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup diff --git a/ghc-shelly.spec b/ghc-shelly.spec index 39c3640..a90fc56 100644 --- a/ghc-shelly.spec +++ b/ghc-shelly.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-shelly # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,7 +25,7 @@ Summary: Shell-like (systems) programming in Haskell 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/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-async-devel BuildRequires: ghc-bytestring-devel diff --git a/shelly.cabal b/shelly.cabal index fca9ee3..a2e5baa 100644 --- a/shelly.cabal +++ b/shelly.cabal @@ -1,7 +1,7 @@ Name: shelly Version: 1.9.0 -x-revision: 1 +x-revision: 2 Synopsis: shell-like (systems) programming in Haskell Description: Shelly provides convenient systems programming in Haskell, @@ -50,7 +50,7 @@ Library Build-depends: containers >= 0.4.2.0, - time >= 1.3 && < 1.10, + time >= 1.3 && < 1.13, directory >= 1.3.0.0 && < 1.4.0.0, mtl >= 2, process >= 1.0,