packages feed

Cabal revisions of hack-handler-epoll-0.1.3

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

revision 1
-name:               hack-handler-epoll-version:            0.1.3-synopsis:           hack handler implementation using epoll-description:        Hack handler implemented using System.Linux.Epoll-category:           Web-license:            LGPL-license-file:       LICENSE-author:             Toralf Wittner-maintainer:         toralf.wittner@gmail.com-copyright:          Copyright (c) 2010 Toralf Wittner-homepage:           http://github.com/twittner/hack-handler-epoll/-stability:          experimental-tested-With:        GHC == 6.12.1-cabal-version:      >= 1.6.0-build-type:         Simple-extra-source-files: README--library-  exposed-modules:  Hack.Handler.Epoll-  ghc-options:      -Wall -O2-  build-depends:    base >= 3 && < 5,-                    unix,-                    hack,-                    epoll,-                    HTTP,-                    data-default,-                    network,-                    failure,-                    utf8-string,-                    containers-  hs-source-dirs:   src-+name:               hack-handler-epoll
+version:            0.1.3
+x-revision: 1
+synopsis:           hack handler implementation using epoll
+description:        Hack handler implemented using System.Linux.Epoll
+category:           Web
+license:            LGPL
+license-file:       LICENSE
+author:             Toralf Wittner
+maintainer:         toralf.wittner@gmail.com
+copyright:          Copyright (c) 2010 Toralf Wittner
+homepage:           https://gitlab.com/twittner/hack-handler-epoll
+stability:          experimental
+tested-With:        GHC == 6.12.1
+cabal-version:      >= 1.6.0
+build-type:         Simple
+extra-source-files: README
+
+library
+  exposed-modules:  Hack.Handler.Epoll
+  ghc-options:      -Wall -O2
+  build-depends:    base >= 3 && < 5,
+                    unix,
+                    hack,
+                    epoll,
+                    HTTP,
+                    data-default,
+                    network,
+                    failure,
+                    utf8-string,
+                    containers
+  hs-source-dirs:   src
+