Cabal revisions of eager-sockets-0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: eager-sockets-version: 0.1-synopsis: Socket operations with timeouts-stability: experimental-license: OtherLicense-license-file: LICENSE-author: Toralf Wittner-maintainer: Toralf Wittner <tw@dtex.org>-copyright: (c) 2014 Toralf Wittner-category: Network-build-type: Simple-cabal-version: >= 1.10--description:- Socket operations such as connect\/receive\/send with timeouts.--source-repository head- type: git- location: git@github.com:twittner/eager-sockets.git--library- default-language: Haskell2010- hs-source-dirs: src- ghc-options: -Wall -O2 -fwarn-tabs-- exposed-modules:- Network.Socket.Eager-- build-depends:- base >= 4.6 && < 4.8- , bytestring >= 0.10.2 && < 0.11- , network >= 2.4 && < 2.6-+name: eager-sockets +version: 0.1 +x-revision: 1 +synopsis: Socket operations with timeouts +stability: experimental +license: OtherLicense +license-file: LICENSE +author: Toralf Wittner +maintainer: Toralf Wittner <tw@dtex.org> +copyright: (c) 2014 Toralf Wittner +category: Network +build-type: Simple +cabal-version: >= 1.10 + +description: + Socket operations such as connect\/receive\/send with timeouts. + +source-repository head + type: git + location: git@gitlab.com:twittner/eager-sockets.git + +library + default-language: Haskell2010 + hs-source-dirs: src + ghc-options: -Wall -O2 -fwarn-tabs + + exposed-modules: + Network.Socket.Eager + + build-depends: + base >= 4.6 && < 4.8 + , bytestring >= 0.10.2 && < 0.11 + , network >= 2.4 && < 2.6 +