-- This file has been generated from package.yaml by hpack version 0.20.0. -- -- see: https://github.com/sol/hpack -- -- hash: 34d66880fe63a431fe51d67e86e09a5c437590054b74ad39f32ec46d79fcf531 name: gh-labeler version: 0.1.0 x-revision: 1 synopsis: Github Standard Labeler description: Please see the README on Github at homepage: https://github.com/vincenthz/gh-labeler#readme bug-reports: https://github.com/vincenthz/gh-labeler/issues author: Vincent Hanquez maintainer: vincent@snarc.org copyright: 2018 Vincent Hanquez license: BSD3 license-file: LICENSE build-type: Simple cabal-version: >= 1.10 extra-source-files: README.md source-repository head type: git location: https://github.com/vincenthz/gh-labeler executable gh-labeler main-is: Main.hs hs-source-dirs: app ghc-options: -threaded -rtsopts -with-rtsopts=-N -Wall other-extensions: TypeApplications build-depends: base >=0 && <5 , directory , github , memory , text , vector other-modules: Paths_gh_labeler default-language: Haskell2010