Simple agent-based exchange simulator
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.
 

96 lines
2.2 KiB

cabal-version: 1.12
-- This file has been generated from package.yaml by hpack version 0.34.4.
--
-- see: https://github.com/sol/hpack
name: exchange-simulator
version: 0.1.0.0
description: Please see the README on GitHub at <https://github.com/githubuser/exchange-simulator#readme>
homepage: https://github.com/asakul/exchange-simulator#readme
bug-reports: https://github.com/asakul/exchange-simulator/issues
author: Denis Tereshkin
maintainer: denis@kasan.ws
copyright: 2021 Denis Tereshkin
license: BSD3
license-file: LICENSE
build-type: Simple
extra-source-files:
README.md
ChangeLog.md
source-repository head
type: git
location: https://github.com/asakul/exchange-simulator
library
exposed-modules:
ATrade.ESim.Core
other-modules:
Paths_exchange_simulator
hs-source-dirs:
src
default-extensions:
OverloadedStrings
ImportQualifiedPost
FlexibleContexts
FlexibleInstances
MultiParamTypeClasses
RankNTypes
LambdaCase
build-depends:
base >=4.7 && <5
, containers
, libatrade
default-language: Haskell2010
executable exchange-simulator-exe
main-is: Main.hs
other-modules:
Paths_exchange_simulator
hs-source-dirs:
app
default-extensions:
OverloadedStrings
ImportQualifiedPost
FlexibleContexts
FlexibleInstances
MultiParamTypeClasses
RankNTypes
LambdaCase
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, containers
, exchange-simulator
, libatrade
default-language: Haskell2010
test-suite exchange-simulator-test
type: exitcode-stdio-1.0
main-is: Spec.hs
other-modules:
TestLOB
Paths_exchange_simulator
hs-source-dirs:
test
default-extensions:
OverloadedStrings
ImportQualifiedPost
FlexibleContexts
FlexibleInstances
MultiParamTypeClasses
RankNTypes
LambdaCase
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, containers
, exchange-simulator
, hedgehog
, libatrade
, tasty
, tasty-hedgehog
, tasty-hunit
, tasty-quickcheck
default-language: Haskell2010