-- This file has been generated from package.yaml by hpack version 0.17.0. -- -- see: https://github.com/sol/hpack name: stack-bump version: 0.7.1.0 synopsis: Dead simple version bumping for hpack packages description: Runs tests and build with stack, then bumps the package with a tagged commit. category: Development homepage: https://github.com/yamadapc/stack-bump author: Pedro Tacla Yamada maintainer: tacla.yamada@gmail.com license: MIT license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: ChangeLog.md executable stack-bump main-is: Main.hs hs-source-dirs: src build-depends: base >=4.8 && <4.9 , optparse-applicative , yaml , lens , lens-aeson , text , bytestring , process , strict , async , ansi-terminal , Glob , filepath other-modules: StackBump.Main StackBump.Spinner default-language: Haskell2010 test-suite hspec type: exitcode-stdio-1.0 main-is: Spec.hs hs-source-dirs: src test build-depends: base >=4.8 && <4.9 , optparse-applicative , yaml , lens , lens-aeson , text , bytestring , process , strict , async , ansi-terminal , Glob , filepath , hspec , QuickCheck other-modules: Main StackBump.Main StackBump.Spinner MainSpec SanitySpec default-language: Haskell2010