pkgtreediff-0.4: pkgtreediff.cabal
cabal-version: 1.18
name: pkgtreediff
version: 0.4
synopsis: Package tree diff tool
description: Tool for comparing RPM packages and versions in OS dist trees or instances.
homepage: https://github.com/juhp/pkgtreediff
bug-reports: https://github.com/juhp/pkgtreediff/issues
license: GPL-3
license-file: LICENSE
author: Jens Petersen
maintainer: juhpetersen@gmail.com
copyright: 2019-2020 Jens Petersen
category: Util
build-type: Simple
extra-doc-files: README.md
, CHANGELOG.md
, TODO
tested-with: GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5,
GHC == 7.4.2, GHC == 7.6.3, GHC == 7.8.4, GHC == 7.10.3
source-repository head
type: git
location: https://github.com/juhp/pkgtreediff.git
executable pkgtreediff
main-is: Main.hs
other-modules: Paths_pkgtreediff
build-depends: async
, base < 5
, directory
, filepath
, Glob
, http-client >= 0.5.0
, http-client-tls
, http-directory >= 0.1.4 && (< 0.1.6 || >= 0.1.8)
, simple-cmd >= 0.1.4
, simple-cmd-args
, text
if impl(ghc<8.0)
build-depends: semigroups
ghc-options: -Wall
default-language: Haskell2010
default-extensions: OverloadedStrings