155 lines
5.2 KiB
Plaintext
155 lines
5.2 KiB
Plaintext
-- This file has been generated from package.yaml by hpack version 0.27.0.
|
|
--
|
|
-- see: https://github.com/sol/hpack
|
|
--
|
|
-- hash: db89b15a8762e7924ae32ea1dcce94b46e75d067b37cc058d3be20c1e0b98964
|
|
|
|
cabal-version: >= 1.10
|
|
name: ibhelper
|
|
version: 0.1.0.0
|
|
description: Please see the README.md
|
|
homepage: https://github.com/Drezil/ibhelper#readme
|
|
bug-reports: https://github.com/Drezil/ibhelper/issues
|
|
author: Stefan Dresselhaus
|
|
maintainer: sdressel@pwning.de
|
|
copyright: 2022 Stefan Dresselhaus
|
|
license: BSD3
|
|
license-file: LICENSE
|
|
build-type: Simple
|
|
|
|
extra-source-files:
|
|
ChangeLog.md
|
|
README.md
|
|
|
|
source-repository head
|
|
type: git
|
|
location: https://github.com/Drezil/ibhelper
|
|
|
|
library
|
|
exposed-modules:
|
|
AppFiller
|
|
Chart
|
|
IBClient.Connection
|
|
IBClient.Types
|
|
Import
|
|
Run
|
|
Types
|
|
Util
|
|
other-modules:
|
|
Paths_ibhelper
|
|
hs-source-dirs:
|
|
src
|
|
default-extensions: BangPatterns BinaryLiterals ConstraintKinds DataKinds DefaultSignatures DeriveDataTypeable DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable DoAndIfThenElse EmptyDataDecls ExistentialQuantification FlexibleContexts FlexibleInstances FunctionalDependencies GADTs GeneralizedNewtypeDeriving InstanceSigs KindSignatures LambdaCase MultiParamTypeClasses MultiWayIf NamedFieldPuns NoImplicitPrelude OverloadedStrings PartialTypeSignatures PatternGuards PolyKinds RankNTypes RecordWildCards ScopedTypeVariables StandaloneDeriving TupleSections TypeFamilies TypeSynonymInstances ViewPatterns DuplicateRecordFields
|
|
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints
|
|
include-dirs:
|
|
deps/dear-implot.hs/implot
|
|
deps/dear-imgui.hs/imgui
|
|
extra-libraries:
|
|
HSdear-imgui-1.4.0-inplace
|
|
build-depends:
|
|
StateVar
|
|
, aeson
|
|
, base >=4.11 && <10
|
|
, binary
|
|
, bytestring
|
|
, data-default
|
|
, dear-imgui >=1.4.0
|
|
, dear-implot
|
|
, directory
|
|
, fingertree
|
|
, gl
|
|
, managed
|
|
, microlens-th
|
|
, network
|
|
, pretty-show
|
|
, rio >=0.1.12.0
|
|
, sdl2
|
|
, stm
|
|
, text
|
|
, time
|
|
, type-iso
|
|
, unordered-containers
|
|
default-language: Haskell2010
|
|
|
|
executable ibhelper-exe
|
|
main-is: Main.hs
|
|
other-modules:
|
|
Paths_ibhelper
|
|
hs-source-dirs:
|
|
app
|
|
default-extensions: BangPatterns BinaryLiterals ConstraintKinds DataKinds DefaultSignatures DeriveDataTypeable DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable DoAndIfThenElse EmptyDataDecls ExistentialQuantification FlexibleContexts FlexibleInstances FunctionalDependencies GADTs GeneralizedNewtypeDeriving InstanceSigs KindSignatures LambdaCase MultiParamTypeClasses MultiWayIf NamedFieldPuns NoImplicitPrelude OverloadedStrings PartialTypeSignatures PatternGuards PolyKinds RankNTypes RecordWildCards ScopedTypeVariables StandaloneDeriving TupleSections TypeFamilies TypeSynonymInstances ViewPatterns DuplicateRecordFields
|
|
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
|
|
include-dirs:
|
|
deps/dear-implot.hs/implot
|
|
deps/dear-imgui.hs/imgui
|
|
extra-libraries:
|
|
HSdear-imgui-1.4.0-inplace
|
|
build-depends:
|
|
StateVar
|
|
, aeson
|
|
, base >=4.11 && <10
|
|
, binary
|
|
, bytestring
|
|
, data-default
|
|
, dear-imgui >=1.4.0
|
|
, dear-implot
|
|
, directory
|
|
, fingertree
|
|
, gl
|
|
, ibhelper
|
|
, managed
|
|
, microlens-th
|
|
, network
|
|
, optparse-simple
|
|
, pretty-show
|
|
, rio >=0.1.12.0
|
|
, sdl2
|
|
, stm
|
|
, text
|
|
, time
|
|
, type-iso
|
|
, unordered-containers
|
|
default-language: Haskell2010
|
|
|
|
test-suite ibhelper-test
|
|
type: exitcode-stdio-1.0
|
|
main-is: Spec.hs
|
|
other-modules:
|
|
UtilSpec
|
|
Paths_ibhelper
|
|
hs-source-dirs:
|
|
test
|
|
default-extensions: BangPatterns BinaryLiterals ConstraintKinds DataKinds DefaultSignatures DeriveDataTypeable DeriveFoldable DeriveFunctor DeriveGeneric DeriveTraversable DoAndIfThenElse EmptyDataDecls ExistentialQuantification FlexibleContexts FlexibleInstances FunctionalDependencies GADTs GeneralizedNewtypeDeriving InstanceSigs KindSignatures LambdaCase MultiParamTypeClasses MultiWayIf NamedFieldPuns NoImplicitPrelude OverloadedStrings PartialTypeSignatures PatternGuards PolyKinds RankNTypes RecordWildCards ScopedTypeVariables StandaloneDeriving TupleSections TypeFamilies TypeSynonymInstances ViewPatterns DuplicateRecordFields
|
|
ghc-options: -Wall -Wcompat -Widentities -Wincomplete-record-updates -Wincomplete-uni-patterns -Wpartial-fields -Wredundant-constraints -threaded -rtsopts -with-rtsopts=-N
|
|
include-dirs:
|
|
deps/dear-implot.hs/implot
|
|
deps/dear-imgui.hs/imgui
|
|
extra-libraries:
|
|
HSdear-imgui-1.4.0-inplace
|
|
build-depends:
|
|
StateVar
|
|
, aeson
|
|
, base >=4.11 && <10
|
|
, binary
|
|
, bytestring
|
|
, data-default
|
|
, dear-imgui >=1.4.0
|
|
, dear-implot
|
|
, directory
|
|
, fingertree
|
|
, gl
|
|
, hspec
|
|
, ibhelper
|
|
, managed
|
|
, microlens-th
|
|
, network
|
|
, pretty-show
|
|
, rio >=0.1.12.0
|
|
, sdl2
|
|
, stm
|
|
, text
|
|
, time
|
|
, type-iso
|
|
, unordered-containers
|
|
default-language: Haskell2010
|