diff --git a/comonad.cabal b/comonad.cabal index e0874ea..982a018 100644 --- a/comonad.cabal +++ b/comonad.cabal @@ -1,7 +1,7 @@ name: comonad category: Control, Comonads version: 5.0.8 -x-revision: 1 +x-revision: 2 license: BSD3 cabal-version: >= 1.10 license-file: LICENSE @@ -86,7 +86,7 @@ library build-depends: semigroups >= 0.18.5 && < 1 if flag(containers) - build-depends: containers >= 0.3 && < 0.7 + build-depends: containers >= 0.3 && < 0.8 if flag(distributive) build-depends: distributive >= 0.5.2 && < 1 diff --git a/ghc-comonad.changes b/ghc-comonad.changes index ce55378..883bbb6 100644 --- a/ghc-comonad.changes +++ b/ghc-comonad.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Sep 30 12:22:30 UTC 2023 - Peter Simons + +- Update comonad to version 5.0.8 revision 2. + Upstream has revised the Cabal build instructions on Hackage. + ------------------------------------------------------------------- Thu Mar 30 17:06:17 UTC 2023 - Peter Simons diff --git a/ghc-comonad.spec b/ghc-comonad.spec index dfee058..54b4197 100644 --- a/ghc-comonad.spec +++ b/ghc-comonad.spec @@ -25,7 +25,7 @@ Summary: Comonads License: BSD-2-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-base-devel BuildRequires: ghc-base-prof