cabal-version: 1.18 name: fedora-dists version: 1.0.0.1 synopsis: Library for Fedora distribution versions description: This library provides the Dist datatype and various associated metadata functions for Red Hat distributions (Fedora, EPEL, etc) needed for packaging development and building. homepage: https://github.com/juhp/fedora-dists bug-reports: https://github.com/juhp/fedora-dists/issues license: GPL-3 license-file: LICENSE author: Jens Petersen maintainer: petersen@fedoraproject.org copyright: 2018 Jens Petersen category: Distribution build-type: Simple extra-doc-files: README.md , CHANGELOG.md tested-with: GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.3 source-repository head type: git location: https://github.com/juhp/fedora-dists.git library exposed-modules: FedoraDists build-depends: base < 5 ghc-options: -Wall -fwarn-missing-signatures default-extensions: CPP default-language: Haskell2010