diff --git a/ghc-warp.changes b/ghc-warp.changes index c3cb475..fb32e06 100644 --- a/ghc-warp.changes +++ b/ghc-warp.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Tue Dec 3 06:33:00 UTC 2024 - Peter Simons + +- Update warp to version 3.4.7. + ## 3.4.7 + + * Using time-manager >= 0.2. + + ## 3.4.6 + + * Using `withHandle` of time-manager. + +------------------------------------------------------------------- +Tue Nov 19 21:11:28 UTC 2024 - Peter Simons + +- Update warp to version 3.4.5. + ## 3.4.5 + + * Rethrowing asynchronous exceptions and preventing callsing + `connClose` twice. + [#1013](https://github.com/yesodweb/wai/pull/1013) + +------------------------------------------------------------------- +Thu Nov 7 01:53:49 UTC 2024 - Peter Simons + +- Update warp to version 3.4.4. + ## 3.4.4 + + * Removing `unliftio`. + ------------------------------------------------------------------- Tue Oct 15 04:15:19 UTC 2024 - Peter Simons diff --git a/ghc-warp.spec b/ghc-warp.spec index d9f39ce..5feb5c5 100644 --- a/ghc-warp.spec +++ b/ghc-warp.spec @@ -20,7 +20,7 @@ %global pkgver %{pkg_name}-%{version} %bcond_with tests Name: ghc-%{pkg_name} -Version: 3.4.3 +Version: 3.4.7 Release: 0 Summary: A fast, light-weight web server for WAI applications License: MIT @@ -29,6 +29,8 @@ Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg BuildRequires: ghc-Cabal-devel BuildRequires: ghc-array-devel BuildRequires: ghc-array-prof +BuildRequires: ghc-async-devel +BuildRequires: ghc-async-prof BuildRequires: ghc-auto-update-devel BuildRequires: ghc-auto-update-prof BuildRequires: ghc-base-devel @@ -70,8 +72,6 @@ BuildRequires: ghc-time-manager-devel BuildRequires: ghc-time-manager-prof BuildRequires: ghc-unix-devel BuildRequires: ghc-unix-prof -BuildRequires: ghc-unliftio-devel -BuildRequires: ghc-unliftio-prof BuildRequires: ghc-vault-devel BuildRequires: ghc-vault-prof BuildRequires: ghc-wai-devel diff --git a/warp-3.4.3.tar.gz b/warp-3.4.3.tar.gz deleted file mode 100644 index a58425e..0000000 --- a/warp-3.4.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0631b003b96873c8cc3fc1b3d346d24ae491dcf561640347cbd21385ea1acfbc -size 68636 diff --git a/warp-3.4.7.tar.gz b/warp-3.4.7.tar.gz new file mode 100644 index 0000000..ebb33c3 --- /dev/null +++ b/warp-3.4.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:facc035c77e90cd67cec15eeea8a760e1bdedcd3bde5e65f3a96e348b1f513e8 +size 68905