Cabal revisions of irc-dcc-2.0.1
Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.
revision 1
-name: irc-dcc-version: 2.0.1-synopsis: A DCC message parsing and helper library for IRC clients-description: DCC (Direct Client-to-Client) is an IRC sub-protocol for- establishing and maintaining direct connections to- exchange messages and files.- .- See <http://www.irchelp.org/irchelp/rfc/ctcpspec.html> for- more details.-license: MIT-license-file: LICENSE-extra-source-files: CHANGELOG.md-homepage: https://github.com/JanGe/irc-dcc-bug-reports: https://github.com/JanGe/irc-dcc/issues-author: Jan Gerlinger-maintainer: git@jangerlinger.de-category: Network-copyright: 2016 Jan Gerlinger-build-type: Simple-cabal-version: >= 1.10--library- hs-source-dirs: src- exposed-modules: Network.IRC.DCC- , Network.IRC.DCC.Internal- , Network.IRC.DCC.Client.FileTransfer- other-modules: Network.Socket.ByteString.Extended- , System.IO.Streams.Lifted- -- other-extensions:- build-depends: base >= 4.8 && < 5- , attoparsec >= 0.13.0.1 && < 0.14- , binary >= 0.7.5.0 && < 0.10- , bytestring >= 0.10.6.0 && < 0.11- , io-streams >= 1.3.5.0 && < 1.4- , iproute >= 1.7.0 && < 1.8- , irc-ctcp >= 0.1.3.0 && < 0.2- , mtl >= 2.2.1 && < 2.3- , network >= 2.6.2.1 && < 2.7- , path >= 0.5.7 && < 0.6- , safe-exceptions >= 0.1.2.0 && < 0.2- , transformers >= 0.4.2.0 && < 0.6- , utf8-string >= 1.0.1.1 && < 1.1- default-language: Haskell2010- ghc-options: -Wall -fno-warn-unused-do-bind--test-suite irc-dcc-test- type: exitcode-stdio-1.0- hs-source-dirs: test- main-is: Spec.hs- other-modules: Network.IRC.DCCTest- build-depends: base >= 4.8 && < 5- , bytestring >= 0.10.6.0 && < 0.11- , hspec-attoparsec >= 0.1.0.2 && < 0.2- , iproute >= 1.7.0 && < 1.8- , irc-dcc- , network >= 2.6.2.1 && < 2.7- , path >= 0.5.7 && < 0.6- , utf8-string >= 1.0.1.1 && < 1.1- , tasty >= 0.11.0.2 && < 0.12- , tasty-hspec >= 1.1.2 && < 1.2- , tasty-quickcheck >= 0.8.4 && < 0.9- ghc-options: -Wall -fno-warn-orphans- -threaded -rtsopts -with-rtsopts=-N- default-language: Haskell2010--source-repository head- type: git- location: https://github.com/JanGe/irc-dcc.git+name: irc-dcc +version: 2.0.1 +x-revision: 1 +synopsis: A DCC message parsing and helper library for IRC clients +description: DCC (Direct Client-to-Client) is an IRC sub-protocol for + establishing and maintaining direct connections to + exchange messages and files. + . + See <http://www.irchelp.org/irchelp/rfc/ctcpspec.html> for + more details. +license: MIT +license-file: LICENSE +extra-source-files: CHANGELOG.md +homepage: https://github.com/JanGe/irc-dcc +bug-reports: https://github.com/JanGe/irc-dcc/issues +author: Jan Gerlinger +maintainer: git@jangerlinger.de +category: Network +copyright: 2016 Jan Gerlinger +build-type: Simple +cabal-version: >= 1.10 + +library + hs-source-dirs: src + exposed-modules: Network.IRC.DCC + , Network.IRC.DCC.Internal + , Network.IRC.DCC.Client.FileTransfer + other-modules: Network.Socket.ByteString.Extended + , System.IO.Streams.Lifted + -- other-extensions: + build-depends: base >= 4.8 && < 5 + , attoparsec >= 0.13.0.1 && < 0.14 + , binary >= 0.7.5.0 && < 0.10 + , bytestring >= 0.10.6.0 && < 0.11 + , io-streams >= 1.3.5.0 && < 1.5 + , iproute >= 1.7.0 && < 1.8 + , irc-ctcp >= 0.1.3.0 && < 0.2 + , mtl >= 2.2.1 && < 2.3 + , network >= 2.6.2.1 && < 2.7 + , path >= 0.5.7 && < 0.6 + , safe-exceptions >= 0.1.2.0 && < 0.2 + , transformers >= 0.4.2.0 && < 0.6 + , utf8-string >= 1.0.1.1 && < 1.1 + default-language: Haskell2010 + ghc-options: -Wall -fno-warn-unused-do-bind + +test-suite irc-dcc-test + type: exitcode-stdio-1.0 + hs-source-dirs: test + main-is: Spec.hs + other-modules: Network.IRC.DCCTest + build-depends: base >= 4.8 && < 5 + , bytestring >= 0.10.6.0 && < 0.11 + , hspec-attoparsec >= 0.1.0.2 && < 0.2 + , iproute >= 1.7.0 && < 1.8 + , irc-dcc + , network >= 2.6.2.1 && < 2.7 + , path >= 0.5.7 && < 0.6 + , utf8-string >= 1.0.1.1 && < 1.1 + , tasty >= 0.11.0.2 && < 0.12 + , tasty-hspec >= 1.1.2 && < 1.2 + , tasty-quickcheck >= 0.8.4 && < 0.9 + ghc-options: -Wall -fno-warn-orphans + -threaded -rtsopts -with-rtsopts=-N + default-language: Haskell2010 + +source-repository head + type: git + location: https://github.com/JanGe/irc-dcc.git
revision 2
name: irc-dcc version: 2.0.1 -x-revision: 1 +x-revision: 2 synopsis: A DCC message parsing and helper library for IRC clients description: DCC (Direct Client-to-Client) is an IRC sub-protocol for establishing and maintaining direct connections to , irc-ctcp >= 0.1.3.0 && < 0.2 , mtl >= 2.2.1 && < 2.3 , network >= 2.6.2.1 && < 2.7 - , path >= 0.5.7 && < 0.6 + , path >= 0.5.7 && < 0.7 , safe-exceptions >= 0.1.2.0 && < 0.2 , transformers >= 0.4.2.0 && < 0.6 , utf8-string >= 1.0.1.1 && < 1.1 , iproute >= 1.7.0 && < 1.8 , irc-dcc , network >= 2.6.2.1 && < 2.7 - , path >= 0.5.7 && < 0.6 + , path >= 0.5.7 && < 0.7 , utf8-string >= 1.0.1.1 && < 1.1 , tasty >= 0.11.0.2 && < 0.12 , tasty-hspec >= 1.1.2 && < 1.2
revision 3
name: irc-dcc version: 2.0.1 -x-revision: 2 +x-revision: 3 synopsis: A DCC message parsing and helper library for IRC clients description: DCC (Direct Client-to-Client) is an IRC sub-protocol for establishing and maintaining direct connections to , utf8-string >= 1.0.1.1 && < 1.1 , tasty >= 0.11.0.2 && < 0.12 , tasty-hspec >= 1.1.2 && < 1.2 - , tasty-quickcheck >= 0.8.4 && < 0.9 + , tasty-quickcheck >= 0.8.4 && < 0.10 ghc-options: -Wall -fno-warn-orphans -threaded -rtsopts -with-rtsopts=-N default-language: Haskell2010
revision 4
name: irc-dcc version: 2.0.1 -x-revision: 3 +x-revision: 4 synopsis: A DCC message parsing and helper library for IRC clients description: DCC (Direct Client-to-Client) is an IRC sub-protocol for establishing and maintaining direct connections to , attoparsec >= 0.13.0.1 && < 0.14 , binary >= 0.7.5.0 && < 0.10 , bytestring >= 0.10.6.0 && < 0.11 - , io-streams >= 1.3.5.0 && < 1.5 + , io-streams >= 1.3.5.0 && < 1.6 , iproute >= 1.7.0 && < 1.8 , irc-ctcp >= 0.1.3.0 && < 0.2 , mtl >= 2.2.1 && < 2.3
revision 5
name: irc-dcc version: 2.0.1 -x-revision: 4 +x-revision: 5 synopsis: A DCC message parsing and helper library for IRC clients description: DCC (Direct Client-to-Client) is an IRC sub-protocol for establishing and maintaining direct connections to , network >= 2.6.2.1 && < 2.7 , path >= 0.5.7 && < 0.7 , utf8-string >= 1.0.1.1 && < 1.1 - , tasty >= 0.11.0.2 && < 0.12 + , tasty >= 0.11.0.2 && < 0.13 , tasty-hspec >= 1.1.2 && < 1.2 , tasty-quickcheck >= 0.8.4 && < 0.10 ghc-options: -Wall -fno-warn-orphans
revision 6
name: irc-dcc version: 2.0.1 -x-revision: 5 +x-revision: 6 synopsis: A DCC message parsing and helper library for IRC clients description: DCC (Direct Client-to-Client) is an IRC sub-protocol for establishing and maintaining direct connections to , network >= 2.6.2.1 && < 2.7 , path >= 0.5.7 && < 0.7 , utf8-string >= 1.0.1.1 && < 1.1 - , tasty >= 0.11.0.2 && < 0.13 + , tasty >= 0.11.0.2 && < 1.1 , tasty-hspec >= 1.1.2 && < 1.2 , tasty-quickcheck >= 0.8.4 && < 0.10 ghc-options: -Wall -fno-warn-orphans
revision 7
name: irc-dcc version: 2.0.1 -x-revision: 6 +x-revision: 7 synopsis: A DCC message parsing and helper library for IRC clients description: DCC (Direct Client-to-Client) is an IRC sub-protocol for establishing and maintaining direct connections to , utf8-string >= 1.0.1.1 && < 1.1 , tasty >= 0.11.0.2 && < 1.1 , tasty-hspec >= 1.1.2 && < 1.2 - , tasty-quickcheck >= 0.8.4 && < 0.10 + , tasty-quickcheck >= 0.8.4 && < 0.11 ghc-options: -Wall -fno-warn-orphans -threaded -rtsopts -with-rtsopts=-N default-language: Haskell2010
revision 8
name: irc-dcc version: 2.0.1 -x-revision: 7 +x-revision: 8 synopsis: A DCC message parsing and helper library for IRC clients description: DCC (Direct Client-to-Client) is an IRC sub-protocol for establishing and maintaining direct connections to , iproute >= 1.7.0 && < 1.8 , irc-ctcp >= 0.1.3.0 && < 0.2 , mtl >= 2.2.1 && < 2.3 - , network >= 2.6.2.1 && < 2.7 + , network >= 2.6.2.1 && < 2.8 , path >= 0.5.7 && < 0.7 , safe-exceptions >= 0.1.2.0 && < 0.2 , transformers >= 0.4.2.0 && < 0.6 , hspec-attoparsec >= 0.1.0.2 && < 0.2 , iproute >= 1.7.0 && < 1.8 , irc-dcc - , network >= 2.6.2.1 && < 2.7 + , network >= 2.6.2.1 && < 2.8 , path >= 0.5.7 && < 0.7 , utf8-string >= 1.0.1.1 && < 1.1 - , tasty >= 0.11.0.2 && < 1.1 + , tasty >= 0.11.0.2 && < 1.2 , tasty-hspec >= 1.1.2 && < 1.2 , tasty-quickcheck >= 0.8.4 && < 0.11 ghc-options: -Wall -fno-warn-orphans