cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.34.4. -- -- see: https://github.com/sol/hpack name: discord-register version: 0.0.2 synopsis: Discord verification bot description: This bot can send new server members a message on entry, ask for their name and an attachment. category: Web homepage: https://github.com/hgsipiere/discord-register#readme bug-reports: https://github.com/hgsipiere/discord-register/issues author: Hugh Sipiere maintainer: Hugh Sipiere copyright: 2020 Hugh Sipiere license: MPL-2.0 license-file: LICENSE build-type: Simple tested-with: GHC == 8.10.4 extra-source-files: LICENSE README.md ChangeLog.md source-repository head type: git location: https://github.com/hgsipiere/discord-register library exposed-modules: Kv Lib Parser Utils other-modules: Paths_discord_register hs-source-dirs: src default-extensions: DataKinds FlexibleContexts GADTs LambdaCase PolyKinds ScopedTypeVariables TypeOperators TypeFamilies DeriveGeneric BlockArguments OverloadedLabels OverloadedStrings TemplateHaskell ConstraintKinds DefaultSignatures FlexibleInstances MultiParamTypeClasses MultiWayIf UndecidableInstances ViewPatterns NamedFieldPuns TemplateHaskell PartialTypeSignatures ConstraintKinds LambdaCase ghc-options: -fplugin=Polysemy.Plugin build-depends: aeson , base ==4.14.* , binary , bytestring , calamity , calamity-commands , data-flags , di , di-polysemy , generic-lens , hashable , hedis , lens , megaparsec , polysemy , polysemy-plugin , regex-tdfa , text , text-show , unboxing-vector , unordered-containers default-language: Haskell2010 executable discord-register-exe main-is: Main.hs other-modules: Paths_discord_register hs-source-dirs: app default-extensions: DataKinds FlexibleContexts GADTs LambdaCase PolyKinds ScopedTypeVariables TypeOperators TypeFamilies DeriveGeneric BlockArguments OverloadedLabels OverloadedStrings TemplateHaskell ConstraintKinds DefaultSignatures FlexibleInstances MultiParamTypeClasses MultiWayIf UndecidableInstances ViewPatterns NamedFieldPuns TemplateHaskell PartialTypeSignatures ConstraintKinds LambdaCase build-depends: aeson , base ==4.14.* , binary , bytestring , calamity , calamity-commands , data-flags , di , di-polysemy , discord-register , generic-lens , hashable , hedis , lens , megaparsec , polysemy , polysemy-plugin , regex-tdfa , text , text-show , unboxing-vector , unordered-containers default-language: Haskell2010