mbug-1.0: mbug.cabal
-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 94ac4ffaed906cc7c6fc21f6e34deffce3013fe48480299b75bed5fee79c1d19
name: mbug
version: 1.0
synopsis: download bugs mailboxes
description: See readme at https://gitlab.com/iu-guest/mbug
category: Debian
homepage: https://gitlab.com/iu-guest/mbug
author: Dmitry Bogatov
maintainer: KAction@gnu.org
copyright: 2018 Dmitry Bogatov
license: GPL-3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
README.md
flag devel
description: Enable -Werror GHC flag. Use only during development!
manual: True
default: False
library
exposed-modules:
MBug.Main
MBug.Data.Bug
MBug.Data.FolderMH
MBug.Options
MBug.Scrape
MBug.Cache
MBug.MH
Data.Maybe.Extended
Text.HTML.Scalpel.Core.Extended
other-modules:
Paths_mbug
hs-source-dirs:
src
build-depends:
base ==4.10.*
, bytestring ==0.10.*
, directory ==1.3.*
, extra ==1.6.*
, http-client ==0.5.*
, http-client-tls ==0.3.*
, optparse-applicative ==0.14.*
, process ==1.6.*
, scalpel-core ==0.5.*
, tagsoup ==0.14.*
, text ==1.2.*
, th-printf ==0.5.*
, time ==1.8.0.*
, xdg-basedir ==0.2.*
if flag(devel)
ghc-options: -Wall -Wextra -Werror -Wincomplete-patterns -Wunused-imports
default-language: Haskell2010
executable mbug
main-is: mbug.hs
other-modules:
Paths_mbug
hs-source-dirs:
bin
build-depends:
base ==4.10.*
, bytestring ==0.10.*
, directory ==1.3.*
, extra ==1.6.*
, http-client ==0.5.*
, http-client-tls ==0.3.*
, mbug
, optparse-applicative ==0.14.*
, process ==1.6.*
, scalpel-core ==0.5.*
, tagsoup ==0.14.*
, text ==1.2.*
, th-printf ==0.5.*
, time ==1.8.0.*
, xdg-basedir ==0.2.*
if flag(devel)
ghc-options: -Wall -Wextra -Werror -Wincomplete-patterns -Wunused-imports
default-language: Haskell2010