cabal-version: 2.4 name: releaser synopsis: Automation of Haskell package release process version: 0.3.0.2 license: Apache-2.0 license-file: LICENSE maintainer: info@hercules-ci.com author: Domen Kozar category: Development extra-source-files: CHANGELOG.md source-repository head type: git location: https://github.com/hercules-ci/haskell-releaser/ library exposed-modules: Releaser.Primitives hs-source-dirs: src default-language: Haskell2010 default-extensions: OverloadedStrings build-depends: base >=4.7 && <5, bytestring, directory, Cabal >=3.6, regex-tdfa -any, process -any, pretty-terminal -any, text -any executable releaser main-is: Main.hs default-language: Haskell2010 hs-source-dirs: releaser other-modules: Paths_releaser autogen-modules: Paths_releaser build-depends: base -any, releaser -any