Cabal revisions of network-simple-0.4.2
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: network-simple-version: 0.4.2-homepage: https://github.com/k0001/network-simple-bug-reports: https://github.com/k0001/network-simple/issues-license: BSD3-license-file: LICENSE-author: Renzo Carbonara-maintainer: renλren.zone-copyright: Copyright (c) Renzo Carbonara 2013-2018-category: Network-build-type: Simple-cabal-version: >=1.8-synopsis: Simple network sockets usage patterns.-description:- This module exports functions that abstract simple network socket- usage patterns.- .- See the @changelog.md@ file in the source distribution to learn about any- important changes between versions.-extra-source-files:- changelog.md- README.md- PEOPLE- examples/echo-tcp.hs- examples/chat-tcp.hs---source-repository head- type: git- location: git://github.com/k0001/network-simple.git--library- hs-source-dirs: src- exposed-modules: Network.Simple.TCP- other-modules: Network.Simple.Internal- build-depends: base (>=4.7 && < 5)- , network (>=2.3)- , bytestring (>=0.9.2.1)- , transformers (>=0.2)- , exceptions (>=0.6)- , safe-exceptions+name: network-simple +version: 0.4.2 +x-revision: 1 +homepage: https://github.com/k0001/network-simple +bug-reports: https://github.com/k0001/network-simple/issues +license: BSD3 +license-file: LICENSE +author: Renzo Carbonara +maintainer: renλren.zone +copyright: Copyright (c) Renzo Carbonara 2013-2018 +category: Network +build-type: Simple +cabal-version: >=1.8 +synopsis: Simple network sockets usage patterns. +description: + This module exports functions that abstract simple network socket + usage patterns. + . + See the @changelog.md@ file in the source distribution to learn about any + important changes between versions. +extra-source-files: + changelog.md + README.md + PEOPLE + examples/echo-tcp.hs + examples/chat-tcp.hs + + +source-repository head + type: git + location: git://github.com/k0001/network-simple.git + +library + hs-source-dirs: src + exposed-modules: Network.Simple.TCP + other-modules: Network.Simple.Internal + build-depends: base (>=4.8 && < 5) + , network (>=2.3) + , bytestring (>=0.9.2.1) + , transformers (>=0.2) + , exceptions (>=0.6) + , safe-exceptions
revision 2
name: network-simple version: 0.4.2 -x-revision: 1 +x-revision: 2 homepage: https://github.com/k0001/network-simple bug-reports: https://github.com/k0001/network-simple/issues license: BSD3 exposed-modules: Network.Simple.TCP other-modules: Network.Simple.Internal build-depends: base (>=4.8 && < 5) - , network (>=2.3) + , network (>=2.6.3.0) , bytestring (>=0.9.2.1) , transformers (>=0.2) , exceptions (>=0.6)