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