diff --git a/ghc-byteorder.cabal b/ghc-byteorder.cabal index f07372d..ddd51e2 100644 --- a/ghc-byteorder.cabal +++ b/ghc-byteorder.cabal @@ -1,7 +1,7 @@ cabal-version: 2.2 name: ghc-byteorder version: 4.11.0.0.10 -x-revision: 2 +x-revision: 3 license: BSD-3-Clause license-file: LICENSE @@ -30,7 +30,7 @@ source-repository head library default-language: Haskell2010 - build-depends: base >=4.11 && <4.17 + build-depends: base >=4.11 && <4.18 reexported-modules: GHC.ByteOrder test-suite tests diff --git a/ghc-ghc-byteorder.changes b/ghc-ghc-byteorder.changes index a2dd332..fc83f05 100644 --- a/ghc-ghc-byteorder.changes +++ b/ghc-ghc-byteorder.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Aug 10 20:20:38 UTC 2022 - Peter Simons + +- Update ghc-byteorder to version 4.11.0.0.10 revision 3. + Upstream has revised the Cabal build instructions on Hackage. + ------------------------------------------------------------------- Mon Nov 1 08:30:42 UTC 2021 - psimons@suse.com diff --git a/ghc-ghc-byteorder.spec b/ghc-ghc-byteorder.spec index f70277c..0b1b46d 100644 --- a/ghc-ghc-byteorder.spec +++ b/ghc-ghc-byteorder.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-ghc-byteorder # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,7 +24,7 @@ Summary: "GHC.ByteOrder" API Compatibility Layer 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-rpm-macros ExcludeArch: %{ix86}