name: atrade-brick version: 0.1.0.0 -- synopsis: -- description: homepage: https://github.com/githubuser/atrade-brick#readme license: BSD3 license-file: LICENSE author: Denis Tereshkin maintainer: denis@kasan.ws copyright: 2020 Denis Tereshkin category: Web build-type: Simple cabal-version: >=1.10 extra-source-files: README.md executable atrade-brick hs-source-dirs: src main-is: Main.hs ghc-options: -threaded -rtsopts -with-rtsopts=-N default-language: Haskell2010 default-extensions: OverloadedStrings other-modules: QuoteTable , Config build-depends: base >= 4.7 && < 5 , brick , vty , libatrade , containers , microlens-platform , microlens-th , BoundedChan , zeromq4-haskell , zeromq4-haskell-zap , aeson , text , bytestring