packages feed

Cabal revisions of socks-0.5.5

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

revision 1
-Name:                socks-Version:             0.5.5-Description:         Socks proxy (version 5) implementation.-License:             BSD3-License-file:        LICENSE-Copyright:           Vincent Hanquez <vincent@snarc.org>-Author:              Vincent Hanquez <vincent@snarc.org>-Maintainer:          Vincent Hanquez <vincent@snarc.org>-Synopsis:            Socks proxy (version 5) implementation.-Build-Type:          Simple-Category:            Network-stability:           experimental-Cabal-Version:       >=1.6-Homepage:            http://github.com/vincenthz/hs-socks-extra-doc-files:     README.md, Example.hs--Library-  Build-Depends:     base >= 3 && < 5-                   , bytestring-                   , cereal >= 0.3.1-                   , network >= 2.3-  Exposed-modules:   Network.Socks5-                     Network.Socks5.Lowlevel-                     Network.Socks5.Types-  Other-modules:     Network.Socks5.Wire-                     Network.Socks5.Conf-                     Network.Socks5.Command-                     Network.Socks5.Parse-  ghc-options:       -Wall -fno-warn-missing-signatures -fwarn-tabs--source-repository head-  type: git-  location: git://github.com/vincenthz/hs-socks+Name:                socks
+Version:             0.5.5
+x-revision: 1
+Description:         Socks proxy (version 5) implementation.
+License:             BSD3
+License-file:        LICENSE
+Copyright:           Vincent Hanquez <vincent@snarc.org>
+Author:              Vincent Hanquez <vincent@snarc.org>
+Maintainer:          Vincent Hanquez <vincent@snarc.org>
+Synopsis:            Socks proxy (version 5) implementation.
+Build-Type:          Simple
+Category:            Network
+stability:           experimental
+Cabal-Version:       >=1.6
+Homepage:            http://github.com/vincenthz/hs-socks
+extra-doc-files:     README.md, Example.hs
+
+Library
+  -- Needs IsString Lazy.ByteString instance
+  Build-Depends:     base >= 3 && < 5
+                   , bytestring >=0.10 && <0.11
+                   , cereal >= 0.3.1
+                   , network >= 2.3
+  Exposed-modules:   Network.Socks5
+                     Network.Socks5.Lowlevel
+                     Network.Socks5.Types
+  Other-modules:     Network.Socks5.Wire
+                     Network.Socks5.Conf
+                     Network.Socks5.Command
+                     Network.Socks5.Parse
+  ghc-options:       -Wall -fno-warn-missing-signatures -fwarn-tabs
+
+source-repository head
+  type: git
+  location: git://github.com/vincenthz/hs-socks
revision 2
 Name:                socks
 Version:             0.5.5
-x-revision: 1
+x-revision: 2
 Description:         Socks proxy (version 5) implementation.
 License:             BSD3
 License-file:        LICENSE
   Build-Depends:     base >= 3 && < 5
                    , bytestring >=0.10 && <0.11
                    , cereal >= 0.3.1
-                   , network >= 2.3
+                   ,  network >= 2.3 && < 2.9
   Exposed-modules:   Network.Socks5
                      Network.Socks5.Lowlevel
                      Network.Socks5.Types
revision 3
 Name:                socks
 Version:             0.5.5
-x-revision: 2
+x-revision: 3
 Description:         Socks proxy (version 5) implementation.
 License:             BSD3
 License-file:        LICENSE
 
 Library
   -- Needs IsString Lazy.ByteString instance
-  Build-Depends:     base >= 3 && < 5
+  Build-Depends:     base >= 3 && < 4.13
                    , bytestring >=0.10 && <0.11
                    , cereal >= 0.3.1
                    ,  network >= 2.3 && < 2.9