12
0

6 Commits

Author SHA256 Message Date
b2ad080eaa Accepting request 1266709 from devel:languages:haskell
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1266709
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-http-client-tls?expand=0&rev=27
2025-04-03 14:49:48 +00:00
a7fc73e21e osc copypac from project:devel:languages:haskell:ghc-9.10.x package:ghc-http-client-tls revision:4, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-http-client-tls?expand=0&rev=77
2025-04-02 21:00:56 +00:00
f7dd3f2ca0 Accepting request 1266536 from devel:languages:haskell
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1266536
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-http-client-tls?expand=0&rev=26
2025-04-02 19:05:35 +00:00
59c40e16bb osc copypac from project:devel:languages:haskell:ghc-9.10.x package:ghc-http-client-tls revision:3, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-http-client-tls?expand=0&rev=75
2025-03-26 13:52:05 +00:00
2d69cd03a0 Accepting request 1220197 from devel:languages:haskell
version update

OBS-URL: https://build.opensuse.org/request/show/1220197
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-http-client-tls?expand=0&rev=25
2024-11-02 15:12:32 +00:00
baa5457429 osc copypac from project:devel:languages:haskell:ghc-9.8.x package:ghc-http-client-tls revision:2, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-http-client-tls?expand=0&rev=73
2024-10-28 22:00:52 +00:00
5 changed files with 88 additions and 7 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Wed Mar 26 16:42:07 UTC 2025 - Peter Simons <psimons@suse.com>
- Update http-client-tls to version 0.3.6.4 revision 2.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Wed Mar 26 11:01:34 UTC 2025 - Peter Simons <psimons@suse.com>
- Update http-client-tls to version 0.3.6.4 revision 1.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Sun Oct 27 07:49:17 UTC 2024 - Peter Simons <psimons@suse.com>
- Update http-client-tls to version 0.3.6.4.
## 0.3.6.4
* data-default-class -> data-default [#546](https://github.com/snoyberg/http-client/pull/546/files)
-------------------------------------------------------------------
Thu Aug 17 04:45:01 UTC 2023 - Peter Simons <psimons@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package ghc-http-client-tls
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -20,12 +20,13 @@
%global pkgver %{pkg_name}-%{version}
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.3.6.3
Version: 0.3.6.4
Release: 0
Summary: Http-client backend using the connection package and tls library
License: MIT
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
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-base-devel
BuildRequires: ghc-base-prof
@@ -39,8 +40,8 @@ BuildRequires: ghc-crypton-connection-devel
BuildRequires: ghc-crypton-connection-prof
BuildRequires: ghc-crypton-devel
BuildRequires: ghc-crypton-prof
BuildRequires: ghc-data-default-class-devel
BuildRequires: ghc-data-default-class-prof
BuildRequires: ghc-data-default-devel
BuildRequires: ghc-data-default-prof
BuildRequires: ghc-exceptions-devel
BuildRequires: ghc-exceptions-prof
BuildRequires: ghc-http-client-devel
@@ -99,6 +100,7 @@ This package provides the Haskell %{pkg_name} profiling library.
%prep
%autosetup -n %{pkg_name}-%{version}
cp -p %{SOURCE1} %{pkg_name}.cabal
%build
%ghc_lib_build

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:38dcfc3d772eb6898b4a8856d6159824d13f65eb291733619f625a802dad9095
size 7935

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7756006fee8ab924c521372e0f9d6705579016b9fab0b0312d1b9a335cfc18a3
size 7954

59
http-client-tls.cabal Normal file
View File

@@ -0,0 +1,59 @@
name: http-client-tls
version: 0.3.6.4
x-revision: 2
synopsis: http-client backend using the connection package and tls library
description: Hackage documentation generation is not reliable. For up to date documentation, please see: <https://www.stackage.org/package/http-client-tls>.
homepage: https://github.com/snoyberg/http-client
license: MIT
license-file: LICENSE
author: Michael Snoyman
maintainer: michael@snoyman.com
category: Network
build-type: Simple
cabal-version: >=1.10
extra-source-files: README.md
ChangeLog.md
library
exposed-modules: Network.HTTP.Client.TLS
other-extensions: ScopedTypeVariables
build-depends: base >= 4.10 && < 5
, data-default
, http-client >= 0.7.11
, crypton-connection
, network
, tls (>=1.2 && < 2.1) || >= 2.1.2
, bytestring
, case-insensitive
, transformers
, http-types
, crypton
, memory
, exceptions
, containers
, text
, network-uri
default-language: Haskell2010
ghc-options: -Wall
test-suite spec
main-is: Spec.hs
type: exitcode-stdio-1.0
hs-source-dirs: test
default-language: Haskell2010
build-depends: base
, hspec
, http-client
, http-client-tls
, http-types
, crypton-connection
benchmark benchmark
main-is: Bench.hs
type: exitcode-stdio-1.0
hs-source-dirs: bench
default-language: Haskell2010
build-depends: base
, gauge
, http-client
, http-client-tls