diff --git a/ghc-tls.changes b/ghc-tls.changes index 7f9ce3d..e112ee9 100644 --- a/ghc-tls.changes +++ b/ghc-tls.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Mar 26 05:57:23 UTC 2024 - Peter Simons + +- Update tls to version 2.0.1 revision 2. + Upstream has revised the Cabal build instructions on Hackage. + ------------------------------------------------------------------- Fri Mar 1 03:31:34 UTC 2024 - Peter Simons diff --git a/ghc-tls.spec b/ghc-tls.spec index d7aebda..9cfc805 100644 --- a/ghc-tls.spec +++ b/ghc-tls.spec @@ -26,7 +26,7 @@ Summary: TLS protocol native implementation 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-asn1-encoding-devel BuildRequires: ghc-asn1-encoding-prof diff --git a/tls.cabal b/tls.cabal index 4626838..b5eab4e 100644 --- a/tls.cabal +++ b/tls.cabal @@ -1,7 +1,7 @@ cabal-version: >=1.10 name: tls version: 2.0.1 -x-revision: 1 +x-revision: 2 license: BSD3 license-file: LICENSE copyright: Vincent Hanquez @@ -126,7 +126,7 @@ library data-default-class >= 0.1 && < 0.2, memory >= 0.18 && < 0.19, mtl >= 2.2 && < 2.4, - network >= 3.1 && < 3.2, + network >= 3.1, serialise >= 0.2 && < 0.3, transformers >= 0.5 && < 0.7, unix-time >= 0.4.11 && < 0.5