packages feed

Cabal revisions of hookup-0.2.2

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

revision 1
-name:                hookup-version:             0.2.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)-license:             ISC-license-file:        LICENSE-author:              Eric Mertens-maintainer:          emertens@gmail.com-copyright:           2016 Eric Mertens-category:            Network-build-type:          Simple-extra-source-files:  ChangeLog.md-homepage:            https://github.com/glguy/irc-core-bug-reports:         https://github.com/glguy/irc-core/issues-tested-with:         GHC==8.0.2-cabal-version:       >=1.10--source-repository head-  type: git-  location: git://github.com/glguy/irc-core.git-  branch: v2--library-  exposed-modules:     Hookup-  other-modules:       Hookup.OpenSSL,-                       Hookup.Socks5-  extra-libraries:     ssl-  build-depends:       base                  >=4.9  && <4.12,-                       network               >=2.6  && <2.8,-                       bytestring            >=0.10 && <0.11,-                       attoparsec            >=0.13 && <0.14,-                       HsOpenSSL             >=0.11.2.3 && <0.12,-                       HsOpenSSL-x509-system >=0.1  && <0.2-  hs-source-dirs:      src-  default-language:    Haskell2010+name:                hookup
+version:             0.2.2
+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 Eric Mertens
+category:            Network
+build-type:          Simple
+extra-source-files:  ChangeLog.md
+homepage:            https://github.com/glguy/irc-core
+bug-reports:         https://github.com/glguy/irc-core/issues
+tested-with:         GHC==8.0.2
+cabal-version:       >=1.10
+
+source-repository head
+  type: git
+  location: git://github.com/glguy/irc-core.git
+  branch: v2
+
+library
+  exposed-modules:     Hookup
+  other-modules:       Hookup.OpenSSL,
+                       Hookup.Socks5
+  extra-libraries:     ssl
+  build-depends:       base                  >=4.11 && <4.12,
+                       network               >=2.6  && <2.8,
+                       bytestring            >=0.10 && <0.11,
+                       attoparsec            >=0.13 && <0.14,
+                       HsOpenSSL             >=0.11.2.3 && <0.12,
+                       HsOpenSSL-x509-system >=0.1  && <0.2
+  hs-source-dirs:      src
+  default-language:    Haskell2010
revision 2
 name:                hookup
 version:             0.2.2
-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)
                        Hookup.Socks5
   extra-libraries:     ssl
   build-depends:       base                  >=4.11 && <4.12,
-                       network               >=2.6  && <2.8,
+                       network               >=2.6  && <2.9,
                        bytestring            >=0.10 && <0.11,
                        attoparsec            >=0.13 && <0.14,
                        HsOpenSSL             >=0.11.2.3 && <0.12,
revision 3
 name:                hookup
 version:             0.2.2
-x-revision: 2
+x-revision: 3
 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)
   other-modules:       Hookup.OpenSSL,
                        Hookup.Socks5
   extra-libraries:     ssl
-  build-depends:       base                  >=4.11 && <4.12,
+  build-depends:       base                  >=4.11 && <4.13,
                        network               >=2.6  && <2.9,
                        bytestring            >=0.10 && <0.11,
                        attoparsec            >=0.13 && <0.14,
revision 4
 name:                hookup
 version:             0.2.2
-x-revision: 3
+x-revision: 4
 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)
                        Hookup.Socks5
   extra-libraries:     ssl
   build-depends:       base                  >=4.11 && <4.13,
-                       network               >=2.6  && <2.9,
+                       network               >=2.6  && <3.1,
                        bytestring            >=0.10 && <0.11,
                        attoparsec            >=0.13 && <0.14,
                        HsOpenSSL             >=0.11.2.3 && <0.12,