Use pristine copy of edited Cabal file from upstream.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-http-client-tls?expand=0&rev=10
This commit is contained in:
parent
1aa8edfae0
commit
f08e3797ab
@ -1,38 +1,38 @@
|
|||||||
name: http-client-tls
|
name: http-client-tls
|
||||||
version: 0.2.4.1
|
version: 0.2.4.1
|
||||||
x-revision: 1
|
x-revision: 1
|
||||||
synopsis: http-client backend using the connection package and tls library
|
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>.
|
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
|
homepage: https://github.com/snoyberg/http-client
|
||||||
license: MIT
|
license: MIT
|
||||||
license-file: LICENSE
|
license-file: LICENSE
|
||||||
author: Michael Snoyman
|
author: Michael Snoyman
|
||||||
maintainer: michael@snoyman.com
|
maintainer: michael@snoyman.com
|
||||||
category: Network
|
category: Network
|
||||||
build-type: Simple
|
build-type: Simple
|
||||||
cabal-version: >=1.10
|
cabal-version: >=1.10
|
||||||
extra-source-files: README.md
|
extra-source-files: README.md
|
||||||
ChangeLog.md
|
ChangeLog.md
|
||||||
|
|
||||||
library
|
library
|
||||||
exposed-modules: Network.HTTP.Client.TLS
|
exposed-modules: Network.HTTP.Client.TLS
|
||||||
other-extensions: ScopedTypeVariables
|
other-extensions: ScopedTypeVariables
|
||||||
build-depends: base >= 4 && < 5
|
build-depends: base >= 4 && < 5
|
||||||
, data-default-class
|
, data-default-class
|
||||||
, http-client >= 0.3.5 && <0.5
|
, http-client >= 0.3.5 && <0.5
|
||||||
, connection >= 0.2.2
|
, connection >= 0.2.2
|
||||||
, network
|
, network
|
||||||
, tls >= 1.2
|
, tls >= 1.2
|
||||||
, bytestring
|
, bytestring
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
|
|
||||||
test-suite spec
|
test-suite spec
|
||||||
main-is: Spec.hs
|
main-is: Spec.hs
|
||||||
type: exitcode-stdio-1.0
|
type: exitcode-stdio-1.0
|
||||||
hs-source-dirs: test
|
hs-source-dirs: test
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
build-depends: base
|
build-depends: base
|
||||||
, hspec
|
, hspec
|
||||||
, http-client
|
, http-client
|
||||||
, http-client-tls
|
, http-client-tls
|
||||||
, http-types
|
, http-types
|
||||||
|
Loading…
Reference in New Issue
Block a user