packages feed

Cabal revisions of xdcc-1.1.4

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

revision 1
-name:                 xdcc-version:              1.1.4-synopsis:             A wget-like utility for retrieving files from XDCC bots on-                      IRC-description:          XDCC (eXtended DCC) is a protocol used by IRC bots to make-                      files available for transfer. This utility can be used to-                      retrieve such files.-                      .-                      See <https://github.com/JanGe/xdcc/blob/master/README.md>-                      for usage instructions.-                      .-                      See <https://de.wikipedia.org/wiki/XDCC> for-                      more details.-license:              MIT-license-file:         LICENSE-homepage:             https://github.com/JanGe/xdcc-bug-reports:          https://github.com/JanGe/xdcc/issues-author:               Jan Gerlinger-maintainer:           git@jangerlinger.de-category:             Network--- copyright:-build-type:           Simple-cabal-version:        >=1.10--executable xdcc-  hs-source-dirs:       src-  main-is:              Main.hs-  other-modules:        DCC-                      , IRC.Types-                      , XDCC-                      , ZNC-                      , Options.Applicative.Extended-  build-depends:        base                 >= 4.7      && < 5-                      , ascii-progress       >= 0.3.2.0  && < 0.4-                      , async                >= 2.1.0    && < 2.2-                      , bytestring           >= 0.10.6.0 && < 0.11-                      , case-insensitive     >= 1.2.0.6  && < 1.3-                      , concurrent-output    >= 1.7.4    && < 1.8-                      , errors               >= 2.1.2    && < 2.3-                      , iproute              >= 1.7.0    && < 1.8-                      , irc-client           >= 0.4.3.0  && < 0.5-                      , irc-dcc              >= 2.0.1    && < 2.1-                      , monad-control        >= 1.0.1.0  && < 1.1-                      , network              >= 2.6.2.1  && < 2.7-                      , optparse-applicative >= 0.12.1.0 && < 0.14-                      , path                 >= 0.5.7    && < 0.6-                      , random               == 1.1.*-                      , text                 >= 1.2.2.1  && < 1.3-                      , transformers         >= 0.4.2.0  && < 0.6-                      , transformers-base    >= 0.4.4    && < 0.5-                      , safe-exceptions      >= 0.1.4.0  && < 0.2-                      , signal               >= 0.1.0.3  && < 0.2-                      , stm                  >= 2.4.4.1  && < 2.5-                      , unix-compat          >= 0.4.1.0  && < 0.5-  default-language:     Haskell2010-  ghc-options:          -Wall -threaded -rtsopts -with-rtsopts=-N+name:                 xdcc
+version:              1.1.4
+x-revision: 1
+synopsis:             A wget-like utility for retrieving files from XDCC bots on
+                      IRC
+description:          XDCC (eXtended DCC) is a protocol used by IRC bots to make
+                      files available for transfer. This utility can be used to
+                      retrieve such files.
+                      .
+                      See <https://github.com/JanGe/xdcc/blob/master/README.md>
+                      for usage instructions.
+                      .
+                      See <https://de.wikipedia.org/wiki/XDCC> for
+                      more details.
+license:              MIT
+license-file:         LICENSE
+homepage:             https://github.com/JanGe/xdcc
+bug-reports:          https://github.com/JanGe/xdcc/issues
+author:               Jan Gerlinger
+maintainer:           git@jangerlinger.de
+category:             Network
+-- copyright:
+build-type:           Simple
+cabal-version:        >=1.10
+
+executable xdcc
+  hs-source-dirs:       src
+  main-is:              Main.hs
+  other-modules:        DCC
+                      , IRC.Types
+                      , XDCC
+                      , ZNC
+                      , Options.Applicative.Extended
+  build-depends:        base                 >= 4.7      && < 5
+                      , ascii-progress       >= 0.3.2.0  && < 0.4
+                      , async                >= 2.1.0    && < 2.2
+                      , bytestring           >= 0.10.6.0 && < 0.11
+                      , case-insensitive     >= 1.2.0.6  && < 1.3
+                      , concurrent-output    >= 1.7.4    && < 1.10
+                      , errors               >= 2.1.2    && < 2.3
+                      , iproute              >= 1.7.0    && < 1.8
+                      , irc-client           >= 0.4.3.0  && < 0.5
+                      , irc-dcc              >= 2.0.1    && < 2.1
+                      , monad-control        >= 1.0.1.0  && < 1.1
+                      , network              >= 2.6.2.1  && < 2.7
+                      , optparse-applicative >= 0.12.1.0 && < 0.14
+                      , path                 >= 0.5.7    && < 0.6
+                      , random               == 1.1.*
+                      , text                 >= 1.2.2.1  && < 1.3
+                      , transformers         >= 0.4.2.0  && < 0.6
+                      , transformers-base    >= 0.4.4    && < 0.5
+                      , safe-exceptions      >= 0.1.4.0  && < 0.2
+                      , signal               >= 0.1.0.3  && < 0.2
+                      , stm                  >= 2.4.4.1  && < 2.5
+                      , unix-compat          >= 0.4.1.0  && < 0.5
+  default-language:     Haskell2010
+  ghc-options:          -Wall -threaded -rtsopts -with-rtsopts=-N
revision 2
 name:                 xdcc
 version:              1.1.4
-x-revision: 1
+x-revision: 2
 synopsis:             A wget-like utility for retrieving files from XDCC bots on
                       IRC
 description:          XDCC (eXtended DCC) is a protocol used by IRC bots to make
                       , irc-dcc              >= 2.0.1    && < 2.1
                       , monad-control        >= 1.0.1.0  && < 1.1
                       , network              >= 2.6.2.1  && < 2.7
-                      , optparse-applicative >= 0.12.1.0 && < 0.14
+                      , optparse-applicative >= 0.12.1.0 && < 0.15
                       , path                 >= 0.5.7    && < 0.6
                       , random               == 1.1.*
                       , text                 >= 1.2.2.1  && < 1.3
revision 3
 name:                 xdcc
 version:              1.1.4
-x-revision: 2
+x-revision: 3
 synopsis:             A wget-like utility for retrieving files from XDCC bots on
                       IRC
 description:          XDCC (eXtended DCC) is a protocol used by IRC bots to make
                       , monad-control        >= 1.0.1.0  && < 1.1
                       , network              >= 2.6.2.1  && < 2.7
                       , optparse-applicative >= 0.12.1.0 && < 0.15
-                      , path                 >= 0.5.7    && < 0.6
+                      , path                 >= 0.5.7    && < 0.7
                       , random               == 1.1.*
                       , text                 >= 1.2.2.1  && < 1.3
                       , transformers         >= 0.4.2.0  && < 0.6