Cabal revisions of hsrelp-0.1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: hsrelp-version: 0.1.0.0-synopsis: RELP (Reliable Event Logging Protocol) server implementation-description: - The specification of the RELP protocol:- <http://www.rsyslog.com/doc/relp.html>--homepage: https://github.com/verrens/hsrelp-bug-reports: https://github.com/verrens/hsrelp/issues-license: BSD3-license-file: LICENSE-author: Denis Afonin-maintainer: verrens@yandex.ru--- copyright: -category: Network-build-type: Simple--- extra-source-files: -cabal-version: >=1.10--library- -- other-modules: - -- other-extensions: - build-depends: base >=4.8 && <4.9,- network,- bytestring,- utf8-string,- attoparsec- hs-source-dirs: src- default-language: Haskell2010- exposed-modules: Network.RELP.Server--Source-repository head- Type: git- Location: https://github.com/verrens/hsrelp+name: hsrelp +version: 0.1.0.0 +x-revision: 1 +synopsis: RELP (Reliable Event Logging Protocol) server implementation +description: + The specification of the RELP protocol: + <http://www.rsyslog.com/doc/relp.html> + +homepage: https://github.com/verrens/hsrelp +bug-reports: https://github.com/verrens/hsrelp/issues +license: BSD3 +license-file: LICENSE +author: Denis Afonin +maintainer: verrens@yandex.ru +-- copyright: +category: Network +build-type: Simple +-- extra-source-files: +cabal-version: >=1.10 + +library + -- other-modules: + -- other-extensions: + build-depends: base >4.8 && < 5, + network, + bytestring, + utf8-string, + attoparsec + hs-source-dirs: src + default-language: Haskell2010 + exposed-modules: Network.RELP.Server + +Source-repository head + Type: git + Location: https://github.com/verrens/hsrelp
revision 2
name: hsrelp version: 0.1.0.0 -x-revision: 1 +x-revision: 2 synopsis: RELP (Reliable Event Logging Protocol) server implementation description: The specification of the RELP protocol: library -- other-modules: -- other-extensions: - build-depends: base >4.8 && < 5, + build-depends: base >= 4.8 && < 5, network, bytestring, utf8-string,
revision 3
name: hsrelp version: 0.1.0.0 -x-revision: 2 +x-revision: 3 synopsis: RELP (Reliable Event Logging Protocol) server implementation description: The specification of the RELP protocol: library -- other-modules: -- other-extensions: - build-depends: base >= 4.8 && < 5, + build-depends: base >= 4 && < 5, network, bytestring, utf8-string,
revision 4
name: hsrelp version: 0.1.0.0 -x-revision: 3 +x-revision: 4 synopsis: RELP (Reliable Event Logging Protocol) server implementation description: The specification of the RELP protocol: bug-reports: https://github.com/verrens/hsrelp/issues license: BSD3 license-file: LICENSE -author: Denis Afonin -maintainer: verrens@yandex.ru --- copyright: +author: Denis Afonin <verrens@yandex.ru> +maintainer: Denis Afonin <verrens@yandex.ru> +copyright: (c) 2016 Denis Afonin category: Network build-type: Simple -- extra-source-files: