diff --git a/HTTP.cabal b/HTTP.cabal index 18fbeb9..35e83b4 100644 --- a/HTTP.cabal +++ b/HTTP.cabal @@ -1,7 +1,7 @@ Cabal-Version: >= 1.10 Name: HTTP Version: 4000.4.1 -x-revision: 3 +x-revision: 4 Build-type: Simple License: BSD3 License-file: LICENSE @@ -58,9 +58,10 @@ Description: Extra-Source-Files: CHANGES tested-with: - GHC == 9.8.0 - GHC == 9.6.3 - GHC == 9.4.7 + GHC == 9.10.0 + GHC == 9.8.2 + GHC == 9.6.4 + GHC == 9.4.8 GHC == 9.2.8 GHC == 9.0.2 GHC == 8.10.7 @@ -69,7 +70,8 @@ tested-with: GHC == 8.4.4 GHC == 8.2.2 GHC == 8.0.2 - GHC == 7.10.3 + -- 2024-04-15: Dropping GHC 7.10 from CI because it does not install with ghcup on ubuntu-22.04 + -- GHC == 7.10.3 -- 2023-10-04: Dropping GHC < 7.10 from CI -- because they need the ubuntu-18.04 image incompatible with latest 'node' -- GHC == 7.8.4 @@ -123,17 +125,17 @@ Library -- note the test harness constraints should be kept in sync with these -- where dependencies are shared build-depends: - base >= 4.6.0.0 && < 4.20 + base >= 4.6.0.0 && < 4.21 , array >= 0.3.0.2 && < 0.6 , bytestring >= 0.9.1.5 && < 0.13 , parsec >= 2.0 && < 3.2 - , time >= 1.1.2.3 && < 1.13 + , time >= 1.1.2.3 && < 1.15 , transformers >= 0.2.0.0 && < 0.7 -- transformers-0.2.0.0 is the first to have Control.Monad.IO.Class -- The following dependencies are refined by flags, but they should -- still be mentioned here on the top-level. , mtl >= 2.0.0.0 && < 2.4 - , network >= 2.4 && < 3.2 + , network >= 2.4 && < 3.3 default-language: Haskell98 default-extensions: FlexibleInstances diff --git a/ghc-HTTP.changes b/ghc-HTTP.changes index 4efd39b..587665d 100644 --- a/ghc-HTTP.changes +++ b/ghc-HTTP.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Apr 15 14:01:49 UTC 2024 - Peter Simons + +- Update HTTP to version 4000.4.1 revision 4. + Upstream has revised the Cabal build instructions on Hackage. + ------------------------------------------------------------------- Sat Oct 7 14:15:01 UTC 2023 - Peter Simons diff --git a/ghc-HTTP.spec b/ghc-HTTP.spec index fc4bfa0..e927a0a 100644 --- a/ghc-HTTP.spec +++ b/ghc-HTTP.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-HTTP # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,7 @@ Summary: A library for client-side HTTP 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/3.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/4.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-array-devel BuildRequires: ghc-array-prof