diff --git a/Only.cabal b/Only.cabal index 4602ded..1508daf 100644 --- a/Only.cabal +++ b/Only.cabal @@ -1,12 +1,12 @@ name: Only version: 0.1 -x-revision: 1 +x-revision: 2 synopsis: The 1-tuple type or single-value "collection" license: BSD3 license-file: LICENSE author: Herbert Valerio Riedel maintainer: hvr@gnu.org -bug-reports: https://github.com/hvr/Only/issues +bug-reports: https://github.com/haskell-hvr/Only/issues category: Data build-type: Simple cabal-version: >=1.10 @@ -23,7 +23,7 @@ description: Source-Repository head Type: git - Location: https://github.com/hvr/Only.git + Location: https://github.com/haskell-hvr/Only.git library hs-source-dirs: src @@ -36,7 +36,7 @@ library , Safe build-depends: base >= 4.5 && <5 - , deepseq >= 1.1 && <1.5 + , deepseq >= 1.1 && <1.6 if impl(ghc == 7.4.*) build-depends: ghc-prim diff --git a/ghc-Only.changes b/ghc-Only.changes index e1bd5f3..3bda78b 100644 --- a/ghc-Only.changes +++ b/ghc-Only.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Aug 6 10:03:06 UTC 2023 - Peter Simons + +- Update Only to version 0.1 revision 2. + Upstream has revised the Cabal build instructions on Hackage. + ------------------------------------------------------------------- Thu Mar 30 17:07:45 UTC 2023 - Peter Simons diff --git a/ghc-Only.spec b/ghc-Only.spec index 06ba3f1..9a2edb4 100644 --- a/ghc-Only.spec +++ b/ghc-Only.spec @@ -25,7 +25,7 @@ Summary: The 1-tuple type or single-value "collection" 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-base-devel BuildRequires: ghc-base-prof