Cabal revisions of hackage-repo-tool-0.1.1.4
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
cabal-version: 1.12 name: hackage-repo-tool version: 0.1.1.4+x-revision: 1 build-type: Simple synopsis: Manage secure file-based package repositories bug-reports: https://github.com/haskell/hackage-security/issues tested-with:- GHC == 9.10.0+ GHC == 9.12.1+ GHC == 9.10.1 GHC == 9.8.2- GHC == 9.6.4+ GHC == 9.6.6 GHC == 9.4.8 GHC == 9.2.8 GHC == 9.0.2 -- For boot libraries we try to accomodate the versions bundled with -- the respective GHC release- build-depends: base >= 4.11 && < 4.21,+ build-depends: base >= 4.11 && < 4.22, bytestring >= 0.10.8.2 && < 0.13, directory >= 1.3.1.5 && < 1.4, filepath >= 1.4.2 && < 1.6, hackage-security >= 0.6 && < 0.7 if flag(Cabal-syntax)- build-depends: Cabal-syntax >= 3.7 && < 3.14+ build-depends: Cabal-syntax >= 3.7 && < 3.16 else build-depends: Cabal >= 2.2.0.1 && < 2.6 || >= 3.0 && < 3.7,
revision 2
cabal-version: 1.12 name: hackage-repo-tool version: 0.1.1.4-x-revision: 1+x-revision: 2 build-type: Simple synopsis: Manage secure file-based package repositories bug-reports: https://github.com/haskell/hackage-security/issues tested-with:- GHC == 9.12.1- GHC == 9.10.1- GHC == 9.8.2- GHC == 9.6.6+ 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 build-depends: microlens >= 0.4.9.1 && < 0.5, -- microlens-0.4.9.1 is the version in Stackage LTS-12.26 (GHC 8.4)- optparse-applicative >= 0.13 && < 0.19,+ optparse-applicative >= 0.13 && < 0.20, tar >= 0.5 && < 0.7, zlib >= 0.6 && < 0.8, hackage-security >= 0.6 && < 0.7