packages feed

Cabal revisions of hookup-0.8

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

revision 1
-cabal-version:       2.2-name:                hookup-version:             0.8-synopsis:            Abstraction over creating network connections with SOCKS5 and TLS-description:         This package provides an abstraction for communicating with line-oriented-                     network services while abstracting over the use of SOCKS5 and TLS (via OpenSSL)-license:             ISC-license-file:        LICENSE-author:              Eric Mertens-maintainer:          emertens@gmail.com-copyright:           2016-2020 Eric Mertens-category:            Network-build-type:          Simple-extra-doc-files:     ChangeLog.md-homepage:            https://github.com/glguy/irc-core-bug-reports:         https://github.com/glguy/irc-core/issues-tested-with:         GHC==9.4.7--source-repository head-  type: git-  location: git://github.com/glguy/irc-core.git-  branch: v2--library-  hs-source-dirs:      src-  default-language:    Haskell2010--  exposed-modules:-    Hookup-    Hookup.OpenSSL--  other-modules:-    Hookup.Socks5-    Hookup.Concurrent--  c-sources:-    cbits/pem_password_cb.c--  build-depends:-    base                  >=4.11 && <4.20,-    async                 ^>=2.2,-    stm                   ^>=2.5,-    network               >=3.0  && <3.2,-    bytestring            >=0.10 && <0.13,-    attoparsec            ^>=0.14,-    HsOpenSSL             >=0.11.2.3 && <0.12,-    HsOpenSSL-x509-system >=0.1  && <0.2,+cabal-version:       2.2
+name:                hookup
+version:             0.8
+x-revision: 1
+synopsis:            Abstraction over creating network connections with SOCKS5 and TLS
+description:         This package provides an abstraction for communicating with line-oriented
+                     network services while abstracting over the use of SOCKS5 and TLS (via OpenSSL)
+license:             ISC
+license-file:        LICENSE
+author:              Eric Mertens
+maintainer:          emertens@gmail.com
+copyright:           2016-2020 Eric Mertens
+category:            Network
+build-type:          Simple
+extra-doc-files:     ChangeLog.md
+homepage:            https://github.com/glguy/irc-core
+bug-reports:         https://github.com/glguy/irc-core/issues
+tested-with:         GHC==9.4.7
+
+source-repository head
+  type: git
+  location: git://github.com/glguy/irc-core.git
+  branch: v2
+
+library
+  hs-source-dirs:      src
+  default-language:    Haskell2010
+
+  exposed-modules:
+    Hookup
+    Hookup.OpenSSL
+
+  other-modules:
+    Hookup.Socks5
+    Hookup.Concurrent
+
+  c-sources:
+    cbits/pem_password_cb.c
+
+  build-depends:
+    base                  >=4.11 && <4.20,
+    async                 ^>=2.2,
+    stm                   ^>=2.5,
+    network               >=3.0  && <3.3,
+    bytestring            >=0.10 && <0.13,
+    attoparsec            ^>=0.14,
+    HsOpenSSL             >=0.11.2.3 && <0.12,
+    HsOpenSSL-x509-system >=0.1  && <0.2,
revision 2
 cabal-version:       2.2
 name:                hookup
 version:             0.8
-x-revision: 1
+x-revision: 2
 synopsis:            Abstraction over creating network connections with SOCKS5 and TLS
 description:         This package provides an abstraction for communicating with line-oriented
                      network services while abstracting over the use of SOCKS5 and TLS (via OpenSSL)
     cbits/pem_password_cb.c
 
   build-depends:
-    base                  >=4.11 && <4.20,
+    base                  >=4.11 && <4.23,
     async                 ^>=2.2,
     stm                   ^>=2.5,
     network               >=3.0  && <3.3,