lambda-infobot/lambda-infobot.cabal
2018-07-04 09:01:18 +00:00

73 lines
1.7 KiB
Text

-- This file has been generated from package.yaml by hpack version 0.28.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: 49bec0c9a24472e04ae1b2e4f796dec4da0d3c81b32f9aa9bd75f5d221f354e3
name: lambda-infobot
version: 0.1.0.0
description: Please see the README on Github at <https://github.com/Garmelon/lambda-infobot#readme>
homepage: https://github.com/Garmelon/lambda-infobot#readme
bug-reports: https://github.com/Garmelon/lambda-infobot/issues
author: Joscha Mennicken
maintainer: joscha@migejolise.de
copyright: Joscha Mennicken
license: BSD3
license-file: LICENSE
build-type: Simple
cabal-version: >= 1.10
extra-source-files:
ChangeLog.md
README.md
source-repository head
type: git
location: https://github.com/Garmelon/lambda-infobot
library
hs-source-dirs:
src
build-depends:
base >=4.7 && <5
, euph-api
, hslogger
, stm
, text
exposed-modules:
InfoBot
other-modules:
Paths_lambda_infobot
default-language: Haskell2010
executable lambda-infobot-exe
main-is: Main.hs
hs-source-dirs:
app
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, euph-api
, hslogger
, lambda-infobot
, stm
, text
other-modules:
Paths_lambda_infobot
default-language: Haskell2010
test-suite lambda-infobot-test
type: exitcode-stdio-1.0
main-is: Spec.hs
hs-source-dirs:
test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, euph-api
, hslogger
, lambda-infobot
, stm
, text
other-modules:
Paths_lambda_infobot
default-language: Haskell2010