packages feed

Cabal revisions of hackage-security-HTTP-0.1.1.1

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-cabal-version:       1.12-name:                hackage-security-HTTP-version:             0.1.1.1-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==8.10.1, GHC==8.8.3, GHC==8.6.5, GHC==8.4.4, GHC==8.2.2, GHC==8.0.2,-                     GHC==7.10.3, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2--extra-source-files:-  ChangeLog.md--source-repository head-  type: git-  location: https://github.com/haskell/hackage-security.git--flag use-network-uri-  description: Are we using network-uri?-  manual: False--library-  exposed-modules:     Hackage.Security.Client.Repository.HttpLib.HTTP-  build-depends:       base             >= 4.5       && < 4.15,-                       bytestring       >= 0.9       && < 0.11,-                       HTTP             >= 4000.2.19 && < 4000.4,-                       mtl              >= 2.1       && < 2.3,-                       zlib             >= 0.5       && < 0.7,-                       hackage-security >= 0.5       && < 0.7-  hs-source-dirs:      src-  default-language:    Haskell2010-  default-extensions:  DeriveDataTypeable-                       FlexibleContexts-                       RankNTypes-                       RecordWildCards-                       ScopedTypeVariables-                       StandaloneDeriving-  other-extensions:    CPP-  ghc-options:         -Wall--  -- See comments in hackage-security.cabal-  if flag(use-network-uri)-    build-depends: network-uri >= 2.6 && < 2.7,-                   network     >= 2.6 && < 2.9-                            || >= 3.0 && < 3.2-  else-    build-depends: network     >= 2.5 && < 2.6+cabal-version:       1.12
+name:                hackage-security-HTTP
+version:             0.1.1.1
+x-revision: 1
+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==8.10.1, GHC==8.8.3, GHC==8.6.5, GHC==8.4.4, GHC==8.2.2, GHC==8.0.2,
+                     GHC==7.10.3, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2
+
+extra-source-files:
+  ChangeLog.md
+
+source-repository head
+  type: git
+  location: https://github.com/haskell/hackage-security.git
+
+flag use-network-uri
+  description: Are we using network-uri?
+  manual: False
+
+library
+  exposed-modules:     Hackage.Security.Client.Repository.HttpLib.HTTP
+  build-depends:       base             >= 4.5       && < 4.15,
+                       bytestring       >= 0.9       && < 0.12,
+                       HTTP             >= 4000.2.19 && < 4000.4,
+                       mtl              >= 2.1       && < 2.3,
+                       zlib             >= 0.5       && < 0.7,
+                       hackage-security >= 0.5       && < 0.7
+  hs-source-dirs:      src
+  default-language:    Haskell2010
+  default-extensions:  DeriveDataTypeable
+                       FlexibleContexts
+                       RankNTypes
+                       RecordWildCards
+                       ScopedTypeVariables
+                       StandaloneDeriving
+  other-extensions:    CPP
+  ghc-options:         -Wall
+
+  -- See comments in hackage-security.cabal
+  if flag(use-network-uri)
+    build-depends: network-uri >= 2.6 && < 2.7,
+                   network     >= 2.6 && < 2.9
+                            || >= 3.0 && < 3.2
+  else
+    build-depends: network     >= 2.5 && < 2.6
revision 2
-cabal-version:       1.12
-name:                hackage-security-HTTP
-version:             0.1.1.1
-x-revision: 1
-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==8.10.1, GHC==8.8.3, GHC==8.6.5, GHC==8.4.4, GHC==8.2.2, GHC==8.0.2,
-                     GHC==7.10.3, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2
-
-extra-source-files:
-  ChangeLog.md
-
-source-repository head
-  type: git
-  location: https://github.com/haskell/hackage-security.git
-
-flag use-network-uri
-  description: Are we using network-uri?
-  manual: False
-
-library
-  exposed-modules:     Hackage.Security.Client.Repository.HttpLib.HTTP
-  build-depends:       base             >= 4.5       && < 4.15,
-                       bytestring       >= 0.9       && < 0.12,
-                       HTTP             >= 4000.2.19 && < 4000.4,
-                       mtl              >= 2.1       && < 2.3,
-                       zlib             >= 0.5       && < 0.7,
-                       hackage-security >= 0.5       && < 0.7
-  hs-source-dirs:      src
-  default-language:    Haskell2010
-  default-extensions:  DeriveDataTypeable
-                       FlexibleContexts
-                       RankNTypes
-                       RecordWildCards
-                       ScopedTypeVariables
-                       StandaloneDeriving
-  other-extensions:    CPP
-  ghc-options:         -Wall
-
-  -- See comments in hackage-security.cabal
-  if flag(use-network-uri)
-    build-depends: network-uri >= 2.6 && < 2.7,
-                   network     >= 2.6 && < 2.9
-                            || >= 3.0 && < 3.2
-  else
-    build-depends: network     >= 2.5 && < 2.6
+cabal-version:       1.12+name:                hackage-security-HTTP+version:             0.1.1.1+x-revision:          2+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.2.1, GHC==9.0.2,+  GHC==8.10.7, GHC==8.8.4, GHC==8.6.5, GHC==8.4.4, GHC==8.2.2, GHC==8.0.2,+  GHC==7.10.3, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2++extra-source-files:+  ChangeLog.md++source-repository head+  type: git+  location: https://github.com/haskell/hackage-security.git++flag use-network-uri+  description: Are we using network-uri?+  manual: False++library+  exposed-modules:     Hackage.Security.Client.Repository.HttpLib.HTTP+  build-depends:       base             >= 4.5       && < 4.17,+                       bytestring       >= 0.9       && < 0.12,+                       HTTP             >= 4000.2.19 && < 4000.4,+                       mtl              >= 2.1       && < 2.3,+                       zlib             >= 0.5       && < 0.7,+                       hackage-security >= 0.5       && < 0.7+  hs-source-dirs:      src+  default-language:    Haskell2010+  default-extensions:  DeriveDataTypeable+                       FlexibleContexts+                       RankNTypes+                       RecordWildCards+                       ScopedTypeVariables+                       StandaloneDeriving+  other-extensions:    CPP+  ghc-options:         -Wall++  -- See comments in hackage-security.cabal+  if flag(use-network-uri)+    build-depends: network-uri >= 2.6 && < 2.7,+                   network     >= 2.6 && < 2.9+                            || >= 3.0 && < 3.2+  else+    build-depends: network     >= 2.5 && < 2.6
revision 3
 cabal-version:       1.12 name:                hackage-security-HTTP version:             0.1.1.1-x-revision:          2+x-revision:          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 build-type:          Simple  tested-with:-  GHC==9.2.1, GHC==9.0.2,+  GHC==9.4.2, GHC==9.2.4, GHC==9.0.2,   GHC==8.10.7, GHC==8.8.4, GHC==8.6.5, GHC==8.4.4, GHC==8.2.2, GHC==8.0.2,   GHC==7.10.3, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2   library   exposed-modules:     Hackage.Security.Client.Repository.HttpLib.HTTP-  build-depends:       base             >= 4.5       && < 4.17,+  build-depends:       base             >= 4.5       && < 4.18,                        bytestring       >= 0.9       && < 0.12,-                       HTTP             >= 4000.2.19 && < 4000.4,+                       HTTP             >= 4000.2.19 && < 4000.5,                        mtl              >= 2.1       && < 2.3,                        zlib             >= 0.5       && < 0.7,                        hackage-security >= 0.5       && < 0.7
revision 4
 cabal-version:       1.12 name:                hackage-security-HTTP version:             0.1.1.1-x-revision:          3+x-revision:          4 synopsis:            Hackage security bindings against the HTTP library description:         The hackage security library provides a 'HttpLib'                      abstraction to allow to bind against different HTTP build-type:          Simple  tested-with:-  GHC==9.4.2, GHC==9.2.4, GHC==9.0.2,+  GHC==9.4.4, GHC==9.2.5, GHC==9.0.2,   GHC==8.10.7, GHC==8.8.4, GHC==8.6.5, GHC==8.4.4, GHC==8.2.2, GHC==8.0.2,   GHC==7.10.3, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2    build-depends:       base             >= 4.5       && < 4.18,                        bytestring       >= 0.9       && < 0.12,                        HTTP             >= 4000.2.19 && < 4000.5,-                       mtl              >= 2.1       && < 2.3,+                       mtl              >= 2.1       && < 2.4,                        zlib             >= 0.5       && < 0.7,                        hackage-security >= 0.5       && < 0.7   hs-source-dirs:      src
revision 5
 cabal-version:       1.12 name:                hackage-security-HTTP version:             0.1.1.1-x-revision:          4+x-revision:          5 synopsis:            Hackage security bindings against the HTTP library description:         The hackage security library provides a 'HttpLib'                      abstraction to allow to bind against different HTTP build-type:          Simple  tested-with:-  GHC==9.4.4, GHC==9.2.5, GHC==9.0.2,-  GHC==8.10.7, GHC==8.8.4, GHC==8.6.5, GHC==8.4.4, GHC==8.2.2, GHC==8.0.2,-  GHC==7.10.3, GHC==7.8.4, GHC==7.6.3, GHC==7.4.2+  GHC == 9.6.0+  GHC == 9.4.4+  GHC == 9.2.6+  GHC == 9.0.2+  GHC == 8.10.7+  GHC == 8.8.4+  GHC == 8.6.5+  GHC == 8.4.4+  GHC == 8.2.2+  GHC == 8.0.2+  GHC == 7.10.3+  GHC == 7.8.4+  GHC == 7.6.3+  GHC == 7.4.2  extra-source-files:   ChangeLog.md  library   exposed-modules:     Hackage.Security.Client.Repository.HttpLib.HTTP-  build-depends:       base             >= 4.5       && < 4.18,+  build-depends:       base             >= 4.5       && < 4.19,                        bytestring       >= 0.9       && < 0.12,                        HTTP             >= 4000.2.19 && < 4000.5,                        mtl              >= 2.1       && < 2.4,
revision 6
 cabal-version:       1.12 name:                hackage-security-HTTP version:             0.1.1.1-x-revision:          5+x-revision:          6 synopsis:            Hackage security bindings against the HTTP library description:         The hackage security library provides a 'HttpLib'                      abstraction to allow to bind against different HTTP build-type:          Simple  tested-with:-  GHC == 9.6.0-  GHC == 9.4.4-  GHC == 9.2.6+  GHC == 9.6.2+  GHC == 9.4.5+  GHC == 9.2.8   GHC == 9.0.2   GHC == 8.10.7   GHC == 8.8.4 library   exposed-modules:     Hackage.Security.Client.Repository.HttpLib.HTTP   build-depends:       base             >= 4.5       && < 4.19,-                       bytestring       >= 0.9       && < 0.12,+                       bytestring       >= 0.9       && < 0.13,                        HTTP             >= 4000.2.19 && < 4000.5,                        mtl              >= 2.1       && < 2.4,                        zlib             >= 0.5       && < 0.7,
revision 7
 cabal-version:       1.12 name:                hackage-security-HTTP version:             0.1.1.1-x-revision:          6+x-revision:          7 synopsis:            Hackage security bindings against the HTTP library description:         The hackage security library provides a 'HttpLib'                      abstraction to allow to bind against different HTTP build-type:          Simple  tested-with:-  GHC == 9.6.2-  GHC == 9.4.5+  GHC == 9.8.0+  GHC == 9.6.3+  GHC == 9.4.7   GHC == 9.2.8   GHC == 9.0.2   GHC == 8.10.7   GHC == 8.2.2   GHC == 8.0.2   GHC == 7.10.3-  GHC == 7.8.4-  GHC == 7.6.3-  GHC == 7.4.2  extra-source-files:   ChangeLog.md  library   exposed-modules:     Hackage.Security.Client.Repository.HttpLib.HTTP-  build-depends:       base             >= 4.5       && < 4.19,+  build-depends:       base             >= 4.5       && < 4.20,                        bytestring       >= 0.9       && < 0.13,                        HTTP             >= 4000.2.19 && < 4000.5,                        mtl              >= 2.1       && < 2.4,
revision 8
 cabal-version:       1.12 name:                hackage-security-HTTP version:             0.1.1.1-x-revision:          7+x-revision:          8 synopsis:            Hackage security bindings against the HTTP library description:         The hackage security library provides a 'HttpLib'                      abstraction to allow to bind against different HTTP build-type:          Simple  tested-with:-  GHC == 9.8.0-  GHC == 9.6.3-  GHC == 9.4.7+  GHC == 9.8.1+  GHC == 9.6.4+  GHC == 9.4.8   GHC == 9.2.8   GHC == 9.0.2   GHC == 8.10.7                        bytestring       >= 0.9       && < 0.13,                        HTTP             >= 4000.2.19 && < 4000.5,                        mtl              >= 2.1       && < 2.4,-                       zlib             >= 0.5       && < 0.7,+                       zlib             >= 0.5       && < 0.8,                        hackage-security >= 0.5       && < 0.7   hs-source-dirs:      src   default-language:    Haskell2010