Cabal revisions of irc-core-2.1.0.0
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: irc-core-version: 2.1.0.0-synopsis: IRC core library for glirc-description: IRC core library for glirc- .- The glirc client has been split off into https://hackage.haskell.org/package/glirc-homepage: https://github.com/glguy/irc-core-license: ISC-license-file: LICENSE-author: Eric Mertens-maintainer: emertens@gmail.com-copyright: 2016 Eric Mertens-category: Network-build-type: Simple-extra-source-files: ChangeLog.md-cabal-version: >=1.10-homepage: https://github.com/glguy/irc-core-bug-reports: https://github.com/glguy/irc-core/issues--source-repository head- type: git- location: git://github.com/glguy/irc-core.git- branch: v2--library- exposed-modules: Irc.Codes- Irc.Commands- Irc.Identifier- Irc.Message- Irc.Modes- Irc.RateLimit- Irc.RawIrcMsg- Irc.UserInfo-- build-depends: base >=4.9 && <4.10,- attoparsec >=0.13 && <0.14,- bytestring >=0.10 && <0.11,- hashable >=1.2 && <1.3,- lens >=4.14 && <4.15,- memory >=0.13 && <0.14,- primitive >=0.6 && <0.7,- text >=1.2 && <1.3,- time >=1.6 && <1.7,- vector >=0.11 && <0.12-- hs-source-dirs: src- default-language: Haskell2010+name: irc-core +version: 2.1.0.0 +x-revision: 1 +synopsis: IRC core library for glirc +description: IRC core library for glirc + . + The glirc client has been split off into <https://hackage.haskell.org/package/glirc> +homepage: https://github.com/glguy/irc-core +license: ISC +license-file: LICENSE +author: Eric Mertens +maintainer: emertens@gmail.com +copyright: 2016 Eric Mertens +category: Network +build-type: Simple +extra-source-files: ChangeLog.md +cabal-version: >=1.10 +homepage: https://github.com/glguy/irc-core +bug-reports: https://github.com/glguy/irc-core/issues + +source-repository head + type: git + location: git://github.com/glguy/irc-core.git + branch: v2 + +library + exposed-modules: Irc.Codes + Irc.Commands + Irc.Identifier + Irc.Message + Irc.Modes + Irc.RateLimit + Irc.RawIrcMsg + Irc.UserInfo + + build-depends: base >=4.9 && <4.10, + attoparsec >=0.13 && <0.14, + bytestring >=0.10 && <0.11, + hashable >=1.2 && <1.3, + lens >=4.14 && <4.15, + memory >=0.13 && <0.14, + primitive >=0.6 && <0.7, + text >=1.2 && <1.3, + time >=1.6 && <1.7, + vector >=0.11 && <0.12 + + hs-source-dirs: src + default-language: Haskell2010