packages feed

Cabal revisions of hopenpgp-tools-0.23.11

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

revision 1
-cabal-version:       3.0-name:                hopenpgp-tools-version:             0.23.11-synopsis:            hOpenPGP-based command-line tools-description:         command-line tools for performing some OpenPGP-related operations-homepage:            https://salsa.debian.org/clint/hOpenPGP-tools-license:             AGPL-3.0-or-later-license-file:        LICENSE-author:              Clint Adams-maintainer:          Clint Adams <clint@debian.org>-copyright:           2012-2025 Clint Adams-category:            Codec, Data-build-type:          Simple--common deps-  autogen-modules:     Paths_hopenpgp_tools-  build-depends:       base                   > 4.9       && < 5-               ,       aeson-               ,       binary                 >= 0.6.4.0-               ,       binary-conduit-               ,       bytestring-               ,       conduit                >= 1.3.0-               ,       errors-               ,       hOpenPGP               >= 2.10.1   && < 3-               ,       lens-               ,       optparse-applicative   >= 0.18.1.0-               ,       prettyprinter          >= 1.7.0-               ,       text-               ,       transformers           >= 0.4-               ,       yaml-  ghc-options:         -Wall-  other-modules:       HOpenPGP.Tools.Common-               ,       Paths_hopenpgp_tools--executable hot-  import:              deps-  main-is:             hot.hs-  autogen-modules:     Paths_hopenpgp_tools-  other-modules:       HOpenPGP.Tools.Armor-               ,       HOpenPGP.Tools.Lexer-               ,       HOpenPGP.Tools.Parser-  build-depends:       array-               ,       conduit-extra          >= 1.1-               ,       monad-loops-               ,       openpgp-asciiarmor     >= 0.1-  build-tool-depends:  alex:alex, happy:happy-  default-language: Haskell2010--executable hokey-  import:              deps-  main-is:             hokey.hs-  other-modules:       HOpenPGP.Tools.HKP-               ,       HOpenPGP.Tools.TKUtils-  build-depends:       base16-bytestring-               ,       conduit-extra          >= 1.1-               ,       containers-               ,       crypton-               ,       http-client            >= 0.4.30-               ,       http-client-tls-               ,       http-types-               ,       memory-               ,       openpgp-asciiarmor     >= 0.1-               ,       prettyprinter-ansi-terminal >= 1.1.2-               ,       time-               ,       time-locale-compat-  default-language: Haskell2010--executable hkt-  import:              deps-  main-is:             hkt.hs-  other-modules:       HOpenPGP.Tools.Lexer-               ,       HOpenPGP.Tools.Parser-  build-depends:       array-               ,       containers-               ,       conduit-extra          >= 1.1-               ,       directory-               ,       fgl                    >= 5.5.4.0-               ,       graphviz-               ,       ixset-typed-               ,       monad-loops-               ,       resourcet-               ,       time-               ,       unordered-containers-  build-tool-depends:  alex:alex, happy:happy-  default-language: Haskell2010--executable hop-  import:              deps-  main-is:             hop.hs-  other-modules:       HOpenPGP.Tools.Armor-               ,       HOpenPGP.Tools.Lexer-               ,       HOpenPGP.Tools.Parser-               ,       HOpenPGP.Tools.TKUtils-  build-depends:       array-               ,       conduit-extra          >= 1.1-               ,       containers-               ,       crypton-               ,       monad-loops-               ,       mtl-               ,       openpgp-asciiarmor     >= 0.1-               ,       resourcet-               ,       time-               ,       vector-  build-tool-depends:  alex:alex, happy:happy-  default-language: Haskell2010--source-repository head-  type:     git-  location: https://salsa.debian.org/clint/hopenpgp-tools.git--source-repository this-  type:     git-  location: https://salsa.debian.org/clint/hopenpgp-tools.git-  tag:      hopenpgp-tools/0.23.8+cabal-version:       3.0
+name:                hopenpgp-tools
+version:             0.23.11
+x-revision: 1
+synopsis:            hOpenPGP-based command-line tools
+description:         command-line tools for performing some OpenPGP-related operations
+homepage:            https://salsa.debian.org/clint/hOpenPGP-tools
+license:             AGPL-3.0-or-later
+license-file:        LICENSE
+author:              Clint Adams
+maintainer:          Clint Adams <clint@debian.org>
+copyright:           2012-2025 Clint Adams
+category:            Codec, Data
+build-type:          Simple
+
+common deps
+  autogen-modules:     Paths_hopenpgp_tools
+  build-depends:       base                   > 4.9       && < 5
+               ,       aeson
+               ,       binary                 >= 0.6.4.0
+               ,       binary-conduit
+               ,       bytestring
+               ,       conduit                >= 1.3.0
+               ,       errors
+               ,       hOpenPGP               >= 2.10.1   && < 3
+               ,       lens
+               ,       optparse-applicative   >= 0.18.1.0
+               ,       prettyprinter          >= 1.7.0
+               ,       text
+               ,       transformers           >= 0.4
+               ,       yaml
+  ghc-options:         -Wall
+  other-modules:       HOpenPGP.Tools.Common
+               ,       Paths_hopenpgp_tools
+
+executable hot
+  import:              deps
+  main-is:             hot.hs
+  autogen-modules:     Paths_hopenpgp_tools
+  other-modules:       HOpenPGP.Tools.Armor
+               ,       HOpenPGP.Tools.Lexer
+               ,       HOpenPGP.Tools.Parser
+  build-depends:       array
+               ,       conduit-extra          >= 1.1
+               ,       monad-loops
+               ,       openpgp-asciiarmor     >= 0.1
+  build-tool-depends:  alex:alex, happy:happy
+  default-language: Haskell2010
+
+executable hokey
+  import:              deps
+  main-is:             hokey.hs
+  other-modules:       HOpenPGP.Tools.HKP
+               ,       HOpenPGP.Tools.TKUtils
+  build-depends:       base16-bytestring
+               ,       conduit-extra          >= 1.1
+               ,       containers
+               ,       crypton                < 1.1
+               ,       http-client            >= 0.4.30
+               ,       http-client-tls
+               ,       http-types
+               ,       memory
+               ,       openpgp-asciiarmor     >= 0.1
+               ,       prettyprinter-ansi-terminal >= 1.1.2
+               ,       time
+               ,       time-locale-compat
+  default-language: Haskell2010
+
+executable hkt
+  import:              deps
+  main-is:             hkt.hs
+  other-modules:       HOpenPGP.Tools.Lexer
+               ,       HOpenPGP.Tools.Parser
+  build-depends:       array
+               ,       containers
+               ,       conduit-extra          >= 1.1
+               ,       directory
+               ,       fgl                    >= 5.5.4.0
+               ,       graphviz
+               ,       ixset-typed
+               ,       monad-loops
+               ,       resourcet
+               ,       time
+               ,       unordered-containers
+  build-tool-depends:  alex:alex, happy:happy
+  default-language: Haskell2010
+
+executable hop
+  import:              deps
+  main-is:             hop.hs
+  other-modules:       HOpenPGP.Tools.Armor
+               ,       HOpenPGP.Tools.Lexer
+               ,       HOpenPGP.Tools.Parser
+               ,       HOpenPGP.Tools.TKUtils
+  build-depends:       array
+               ,       conduit-extra          >= 1.1
+               ,       containers
+               ,       crypton                < 1.1
+               ,       monad-loops
+               ,       mtl
+               ,       openpgp-asciiarmor     >= 0.1
+               ,       resourcet
+               ,       time
+               ,       vector
+  build-tool-depends:  alex:alex, happy:happy
+  default-language: Haskell2010
+
+source-repository head
+  type:     git
+  location: https://salsa.debian.org/clint/hopenpgp-tools.git
+
+source-repository this
+  type:     git
+  location: https://salsa.debian.org/clint/hopenpgp-tools.git
+  tag:      hopenpgp-tools/0.23.8