cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.33.0. -- -- see: https://github.com/sol/hpack -- -- hash: cb0ee8652183daa53d0b461b96eb9cfd98ffb2c63c596c26700fe5112264e860 name: discord-register version: 0.0.1 synopsis: Discord verification bot description: This bot can send new server members a message on entry, ask for their full name (using a parser to check it is reasonable), email and a picture from them. Reset commands for improper forms are also implemented, as well as help, privacy and info commands. The default prefix is the negation symbol from mathematics. 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 tested-with: GHC == 8.8.4 build-type: Simple extra-source-files: LICENSE README.md config.dhall.empty source-repository head type: git location: https://github.com/hgsipiere/discord-register library exposed-modules: Lib other-modules: Paths_discord_register hs-source-dirs: src default-extensions: DataKinds FlexibleContexts GADTs LambdaCase PolyKinds RankNTypes ScopedTypeVariables TypeApplications TypeOperators TypeFamilies DeriveGeneric BlockArguments OverloadedLabels OverloadedStrings TemplateHaskell ConstraintKinds DefaultSignatures DeriveFunctor FlexibleInstances MultiParamTypeClasses MultiWayIf UndecidableInstances ViewPatterns NamedFieldPuns ghc-options: -O2 -fplugin=Polysemy.Plugin build-depends: base >=4.7 && <5 , calamity >=0.1.20.1 && <0.1.21 , dhall >=1.35.0 && <1.36.1 , di >=1.3 && <1.3.1 , di-polysemy >=0.2.0.0 && <0.2.1 , generic-lens >=2.0.0.0 && <2.0.1 , hspec >=2.7.4 && <2.7.5 , hspec-megaparsec >=2.1.0 && <2.1.1 , megaparsec >=8.0.0 , polysemy >=1.3.0.0 && <1.3.1 , polysemy-plugin >=0.2.5.0 && <0.2.6 , text >=1.2.4.0 && <1.2.5 , text-show >=3.8.5 && <3.9.1 , unboxing-vector >=0.1.1.0 , unordered-containers >=0.2.10.0 && <0.2.13.0 , vector >=0.12.1.2 && <0.12.2 default-language: Haskell2010 executable discord-register-exe main-is: Main.hs other-modules: Paths_discord_register hs-source-dirs: app build-depends: base >=4.7 && <5 , calamity >=0.1.20.1 && <0.1.21 , dhall >=1.35.0 && <1.36.1 , di >=1.3 && <1.3.1 , di-polysemy >=0.2.0.0 && <0.2.1 , discord-register , generic-lens >=2.0.0.0 && <2.0.1 , hspec >=2.7.4 && <2.7.5 , hspec-megaparsec >=2.1.0 && <2.1.1 , megaparsec >=8.0.0 , polysemy >=1.3.0.0 && <1.3.1 , polysemy-plugin >=0.2.5.0 && <0.2.6 , text >=1.2.4.0 && <1.2.5 , text-show >=3.8.5 && <3.9.1 , unboxing-vector >=0.1.1.0 , unordered-containers >=0.2.10.0 && <0.2.13.0 , vector >=0.12.1.2 && <0.12.2 default-language: Haskell2010 test-suite discord-register-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Paths_discord_register hs-source-dirs: test ghc-options: -threaded -rtsopts -with-rtsopts=-N build-depends: base >=4.7 && <5 , calamity >=0.1.20.1 && <0.1.21 , dhall >=1.35.0 && <1.36.1 , di >=1.3 && <1.3.1 , di-polysemy >=0.2.0.0 && <0.2.1 , discord-register , generic-lens >=2.0.0.0 && <2.0.1 , hspec >=2.7.4 && <2.7.5 , hspec-megaparsec >=2.1.0 && <2.1.1 , megaparsec >=8.0.0 , polysemy >=1.3.0.0 && <1.3.1 , polysemy-plugin >=0.2.5.0 && <0.2.6 , text >=1.2.4.0 && <1.2.5 , text-show >=3.8.5 && <3.9.1 , unboxing-vector >=0.1.1.0 , unordered-containers >=0.2.10.0 && <0.2.13.0 , vector >=0.12.1.2 && <0.12.2 default-language: Haskell2010