cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.31.2. -- -- see: https://github.com/sol/hpack -- -- hash: d5c030fa8dd9717353e88856ef71c7e7c92cc984be5d40a99a071c221cf9c1e5 name: haboli-testbot version: 0.1.0.0 synopsis: A bot used for testing small things description: See homepage: https://github.com/Garmelon/haboli-bot-collection#readme bug-reports: https://github.com/Garmelon/haboli-bot-collection/issues author: Garmelon maintainer: Garmelon copyright: 2020 Garmelon license: MIT build-type: Simple extra-source-files: README.md source-repository head type: git location: https://github.com/Garmelon/haboli-bot-collection library exposed-modules: Haboli.Bots.TestBot other-modules: Paths_haboli_testbot hs-source-dirs: src build-depends: base >=4.7 && <5 , containers , haboli , megaparsec , microlens-platform , text , time default-language: Haskell2010 executable haboli-testbot main-is: Main.hs other-modules: Paths_haboli_testbot hs-source-dirs: app ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , containers , haboli , haboli-testbot , megaparsec , microlens-platform , text , time default-language: Haskell2010