diff --git a/comonad.cabal b/comonad.cabal index 1b88d13..e30896d 100644 --- a/comonad.cabal +++ b/comonad.cabal @@ -1,7 +1,7 @@ name: comonad category: Control, Comonads version: 5.0.3 -x-revision: 2 +x-revision: 3 license: BSD3 cabal-version: >= 1.10 license-file: LICENSE @@ -133,4 +133,4 @@ test-suite doctests build-depends: base, comonad, - doctest >= 0.11.1 && < 0.16 + doctest >= 0.11.1 && < 0.17 diff --git a/ghc-comonad.spec b/ghc-comonad.spec index 2369ab8..d5e12cf 100644 --- a/ghc-comonad.spec +++ b/ghc-comonad.spec @@ -26,7 +26,7 @@ License: BSD-2-Clause Group: Development/Libraries/Haskell 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-cabal-doctest-devel BuildRequires: ghc-containers-devel