-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathhackage-security-HTTP.cabal
More file actions
59 lines (54 loc) · 2.01 KB
/
hackage-security-HTTP.cabal
File metadata and controls
59 lines (54 loc) · 2.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
cabal-version: 1.18
name: hackage-security-HTTP
version: 0.1.1.3
synopsis: Hackage security bindings against the HTTP library
description: The hackage security library provides a 'HttpLib'
abstraction to allow to bind against different HTTP
libraries. This library implements this abstraction using
the @HTTP@ library.
license: BSD3
license-file: LICENSE
author: Edsko de Vries
maintainer: cabal-devel@haskell.org
copyright: Copyright 2015-2016 Well-Typed LLP
category: Distribution
homepage: https://github.com/haskell/hackage-security
bug-reports: https://github.com/haskell/hackage-security/issues
build-type: Simple
tested-with:
GHC == 9.14.1
GHC == 9.12.2
GHC == 9.10.2
GHC == 9.8.4
GHC == 9.6.7
GHC == 9.4.8
GHC == 9.2.8
GHC == 9.0.2
GHC == 8.10.7
GHC == 8.8.4
GHC == 8.6.5
GHC == 8.4.4
extra-doc-files:
ChangeLog.md
source-repository head
type: git
location: https://github.com/haskell/hackage-security.git
library
exposed-modules: Hackage.Security.Client.Repository.HttpLib.HTTP
build-depends: base >= 4.11 && < 4.23,
bytestring >= 0.10.8.2 && < 0.13,
HTTP >= 4000.2.19 && < 4000.5,
mtl >= 2.2.2 && < 2.4,
network-uri >= 2.6 && < 2.7,
network >= 2.6 && < 3.3,
zlib >= 0.5 && < 0.8,
hackage-security >= 0.5 && < 0.7
hs-source-dirs: src
default-language: Haskell2010
default-extensions: FlexibleContexts
RankNTypes
RecordWildCards
ScopedTypeVariables
StandaloneDeriving
other-extensions: CPP
ghc-options: -Wall