packages feed

poke-0.0.0.1: poke.cabal

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: 81575d5f8cc458663b6dc94043f26e1b4ab9f6b8b40df6462bbd082c8a34ea24

name:           poke
version:        0.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/psverify/poke#readme
bug-reports:    https://github.com/psverify/poke/issues
author:         Hugh Sipiere
maintainer:     Hugh Sipiere
copyright:      2020 Hugh Sipiere
license:        MPL-2.0
license-file:   LICENSE
build-type:     Simple
extra-source-files:
    LICENSE
    README.md
    config.dhall.empty

source-repository head
  type: git
  location: https://github.com/psverify/poke

library
  exposed-modules:
      Lib
  other-modules:
      Paths_poke
  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 poke-exe
  main-is: Main.hs
  other-modules:
      Paths_poke
  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
    , 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
    , poke
    , 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 poke-test
  type: exitcode-stdio-1.0
  main-is: Spec.hs
  other-modules:
      Paths_poke
  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
    , 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
    , poke
    , 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