packages feed

shellmate-extras-0.3: shellmate-extras.cabal

name:                shellmate-extras
version:             0.3
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
  build-depends:
    base        >=4.7    && <5,
    bytestring  >=0.10   && <0.11,
    HTTP        >=4000.2 && <4000.4,
    network-uri >=2.6    && <2.7,
    feed        >=0.3    && <0.4,
    tagsoup     >=0.13   && <0.14,
    xml         >=1.3    && <1.4,
    shellmate   >=0.3    && <0.4
  default-language:
    Haskell2010