packages feed

Cabal revisions of hackage-security-0.6.2.3

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

revision 1
 cabal-version:       1.12 name:                hackage-security version:             0.6.2.3+x-revision: 1  synopsis:            Hackage security library description:         The hackage security library provides both server and build-type:          Simple  tested-with:-  GHC==9.4.1, 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+  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                        Hackage.Security.Util.TypedEmbedded                        MyPrelude   -- We support ghc 7.4 (bundled with Cabal 1.14) and up-  build-depends:       base              >= 4.5     && < 4.18,+  build-depends:       base              >= 4.5     && < 4.19,                        base16-bytestring >= 0.1.1   && < 1.1,                        base64-bytestring >= 1.0     && < 1.3,                        bytestring        >= 0.9     && < 0.12,     build-depends:     base       >= 4.10    if flag(Cabal-syntax) && impl(ghc >= 8.2)-    build-depends: Cabal-syntax >= 3.7 && < 3.10+    build-depends: Cabal-syntax >= 3.7 && < 3.12   else     build-depends: Cabal        >= 1.14    && < 1.26                              || >= 2.0     && < 2.6
revision 2
 cabal-version:       1.12 name:                hackage-security version:             0.6.2.3-x-revision: 1+x-revision:          2  synopsis:            Hackage security library description:         The hackage security library provides both server and                        zlib    if flag(Cabal-syntax) && impl(ghc >= 8.2)-    build-depends: Cabal        >= 3.7 && < 3.10,-                   Cabal-syntax >= 3.7 && < 3.10+    build-depends: Cabal        >= 3.7 && < 3.12,+                   Cabal-syntax >= 3.7 && < 3.12   else     build-depends: Cabal        >= 1.14    && < 1.26                              || >= 2.0     && < 2.6
revision 3
 cabal-version:       1.12 name:                hackage-security version:             0.6.2.3-x-revision:          2+x-revision: 3  synopsis:            Hackage security library description:         The hackage security library provides both server and build-type:          Simple  tested-with:-  GHC == 9.6.0+  GHC == 9.6.1   GHC == 9.4.4-  GHC == 9.2.6+  GHC == 9.2.7   GHC == 9.0.2   GHC == 8.10.7   GHC == 8.8.4                        -- 0.4.2 introduces TarIndex, 0.4.4 introduces more                        -- functionality, 0.5.0 changes type of serialise                        tar               >= 0.5     && < 0.6,-                       template-haskell  >= 2.7     && < 2.20,+                       template-haskell  >= 2.7     && < 2.21,                        time              >= 1.2     && < 1.13,                        transformers      >= 0.3     && < 0.7,                        zlib              >= 0.5     && < 0.7,
revision 4
 cabal-version:       1.12 name:                hackage-security version:             0.6.2.3-x-revision: 3+x-revision:          4  synopsis:            Hackage security library description:         The hackage security library provides both server and build-type:          Simple  tested-with:-  GHC == 9.6.1-  GHC == 9.4.4-  GHC == 9.2.7+  GHC == 9.6.2+  GHC == 9.4.5+  GHC == 9.2.8   GHC == 9.0.2   GHC == 8.10.7   GHC == 8.8.4                        tasty-hunit      == 0.10.*,                        tasty-quickcheck == 0.10.*,                        QuickCheck       >= 2.11 && <2.15,-                       aeson            == 1.4.* || == 1.5.* || == 2.0.* || == 2.1.*,+                       aeson            >= 1.4 && < 1.6 || >= 2.0 && < 2.3,                        vector           >= 0.12 && <0.14,                        unordered-containers >=0.2.8.0 && <0.3,                        temporary        >= 1.2 && < 1.4
revision 5
 cabal-version:       1.12 name:                hackage-security version:             0.6.2.3-x-revision:          4+x-revision:          5  synopsis:            Hackage security library description:         The hackage security library provides both server and   build-depends:       base              >= 4.5     && < 4.19,                        base16-bytestring >= 0.1.1   && < 1.1,                        base64-bytestring >= 1.0     && < 1.3,-                       bytestring        >= 0.9     && < 0.12,+                       bytestring        >= 0.9     && < 0.13,                        containers        >= 0.4     && < 0.7,                        ed25519           >= 0.0     && < 0.1,                        filepath          >= 1.2     && < 1.5,
revision 6
 cabal-version:       1.12 name:                hackage-security version:             0.6.2.3-x-revision:          5+x-revision:          6  synopsis:            Hackage security library description:         The hackage security library provides both server and  tested-with:   GHC == 9.6.2-  GHC == 9.4.5+  GHC == 9.4.7   GHC == 9.2.8   GHC == 9.0.2   GHC == 8.10.7                    Cabal-syntax <  3.7    -- dependencies exclusive to test-suite-  build-depends:       tasty            >= 1.2 && < 1.5,+  build-depends:       tasty            >= 1.2 && < 1.6,                        tasty-hunit      == 0.10.*,                        tasty-quickcheck == 0.10.*,                        QuickCheck       >= 2.11 && <2.15,
revision 7
 cabal-version:       1.12 name:                hackage-security version:             0.6.2.3-x-revision:          6+x-revision:          7  synopsis:            Hackage security library description:         The hackage security library provides both server and build-type:          Simple  tested-with:-  GHC == 9.6.2+  GHC == 9.8.0+  GHC == 9.6.3   GHC == 9.4.7   GHC == 9.2.8   GHC == 9.0.2   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                        Hackage.Security.Util.TypedEmbedded                        MyPrelude   -- We support ghc 7.4 (bundled with Cabal 1.14) and up-  build-depends:       base              >= 4.5     && < 4.19,+  build-depends:       base              >= 4.5     && < 4.20,                        base16-bytestring >= 0.1.1   && < 1.1,                        base64-bytestring >= 1.0     && < 1.3,                        bytestring        >= 0.9     && < 0.13,-                       containers        >= 0.4     && < 0.7,+                       containers        >= 0.4     && < 0.8,                        ed25519           >= 0.0     && < 0.1,                        filepath          >= 1.2     && < 1.5,                        parsec            >= 3.1     && < 3.2,
revision 8
 cabal-version:       1.12 name:                hackage-security version:             0.6.2.3-x-revision:          7+x-revision:          8  synopsis:            Hackage security library description:         The hackage security library provides both server and build-type:          Simple  tested-with:-  GHC == 9.8.0+  GHC == 9.8.1   GHC == 9.6.3   GHC == 9.4.7   GHC == 9.2.8                        -- 0.4.2 introduces TarIndex, 0.4.4 introduces more                        -- functionality, 0.5.0 changes type of serialise                        tar               >= 0.5     && < 0.6,-                       template-haskell  >= 2.7     && < 2.21,+                       template-haskell  >= 2.7     && < 2.22,                        time              >= 1.2     && < 1.13,                        transformers      >= 0.3     && < 0.7,                        zlib              >= 0.5     && < 0.7,