You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
1.1 KiB
36 lines
1.1 KiB
name: atradebot |
|
version: 0.1.0.0 |
|
-- synopsis: |
|
-- description: |
|
homepage: https://github.com/githubuser/atradebot#readme |
|
license: BSD3 |
|
license-file: LICENSE |
|
author: Denis Tershkin |
|
maintainer: denis@kasan.ws |
|
copyright: 2018 Denis Tereshkin |
|
category: Web |
|
build-type: Simple |
|
cabal-version: >=1.10 |
|
extra-source-files: README.md |
|
|
|
executable atradebot |
|
hs-source-dirs: src |
|
main-is: Main.hs |
|
other-modules: Config |
|
, Bot |
|
default-language: Haskell2010 |
|
build-depends: base >= 4.7 && < 5 |
|
, pontarius-xmpp |
|
, libatrade |
|
, aeson |
|
, text |
|
, xml-types |
|
, containers |
|
, data-default |
|
, zeromq4-haskell |
|
, network |
|
, bytestring |
|
, hslogger |
|
, th-printf |
|
, BoundedChan |
|
, monad-loops
|
|
|