name: shellmate-extras
version: 0.3.4
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.1 && <2.2,
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