packages feed

Cabal revisions of shellmate-extras-0.3.4.1

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

revision 1
-name:                shellmate-extras-version:             0.3.4.1-synopsis:            Extra functionality for shellmate.-description:         HTTP downloads and parsing for various file formats.-homepage:            https://github.com/valderman/shellmate-license:             BSD3-license-file:        LICENSE-author:              Anton Ekblad-maintainer:          anton@ekblad.cc-category:            System-build-type:          Simple-cabal-version:       >=1.10-bug-reports:         https://github.com/valderman/shellmate/issues--source-repository head-    type:       git-    location:   https://github.com/valderman/shellmate.git--library-  exposed-modules:-    Control.Shell.Download-    Control.Shell.Extract-  build-depends:-    base         >=4.7   && <5,-    bytestring   >=0.10  && <0.11,-    feed         >=0.3   && <0.4,-    http-conduit >=2.2   && <2.3,-    http-types   >=0.9   && <0.10,-    mime-types   >=0.1   && <0.2,-    shellmate    >=0.3.3 && <0.4,-    tagsoup      >=0.13  && <0.14,-    text         >=1.2   && <1.3,-    utf8-string  >=1.0   && <1.1,-    xml          >=1.3   && <1.4-  default-language:-    Haskell2010-  ghc-options:-    -Wall+name:                shellmate-extras
+version:             0.3.4.1
+x-revision: 1
+synopsis:            Extra functionality for shellmate.
+description:         HTTP downloads and parsing for various file formats.
+homepage:            https://github.com/valderman/shellmate
+license:             BSD3
+license-file:        LICENSE
+author:              Anton Ekblad
+maintainer:          anton@ekblad.cc
+category:            System
+build-type:          Simple
+cabal-version:       >=1.10
+bug-reports:         https://github.com/valderman/shellmate/issues
+
+source-repository head
+    type:       git
+    location:   https://github.com/valderman/shellmate.git
+
+library
+  exposed-modules:
+    Control.Shell.Download
+    Control.Shell.Extract
+  build-depends:
+    base         >=4.7   && <5,
+    bytestring   >=0.10  && <0.11,
+    feed         >=0.3   && <0.4,
+    http-conduit >=2.2   && <2.3,
+    http-types   >=0.9   && <0.10,
+    mime-types   >=0.1   && <0.2,
+    shellmate    >=0.3.3 && <0.4,
+    tagsoup      >=0.13  && <0.15,
+    text         >=1.2   && <1.3,
+    utf8-string  >=1.0   && <1.1,
+    xml          >=1.3   && <1.4
+  default-language:
+    Haskell2010
+  ghc-options:
+    -Wall