272 lines
6.1 KiB
Plaintext
272 lines
6.1 KiB
Plaintext
cabal-version: 1.12
|
|
|
|
-- This file has been generated from package.yaml by hpack version 0.34.4.
|
|
--
|
|
-- see: https://github.com/sol/hpack
|
|
--
|
|
-- hash: 29430caeb23dbcda76bfca110be97a03298091ea80fcdc7b3343208de6e8a085
|
|
|
|
name: ibhelper
|
|
version: 0.1.0.0
|
|
description: Please see the README.md
|
|
homepage: https://gitea.dresselhaus.cloud/Drezil/ibhelper#readme
|
|
bug-reports: https://gitea.dresselhaus.cloud/Drezil/ibhelper/issues
|
|
author: Stefan Dresselhaus
|
|
maintainer: sdressel@pwning.de
|
|
copyright: 2022 Stefan Dresselhaus
|
|
license: AllRightsReserved
|
|
license-file: LICENSE
|
|
build-type: Simple
|
|
extra-source-files:
|
|
README.md
|
|
ChangeLog.md
|
|
|
|
source-repository head
|
|
type: git
|
|
location: https://gitea.dresselhaus.cloud/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 -dynamic
|
|
include-dirs:
|
|
deps/dear-implot.hs/implot
|
|
deps/dear-imgui.hs/imgui
|
|
extra-libraries:
|
|
HSdear-imgui-2.0.0-inplace-ghc8.10.7
|
|
HSdear-implot-1.0.0-inplace-ghc8.10.7
|
|
build-depends:
|
|
StateVar
|
|
, aeson
|
|
, base >=4.11 && <10
|
|
, binary
|
|
, bytestring
|
|
, data-default
|
|
, dear-imgui >=2.0.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 -dynamic
|
|
include-dirs:
|
|
deps/dear-implot.hs/implot
|
|
deps/dear-imgui.hs/imgui
|
|
extra-libraries:
|
|
HSdear-imgui-2.0.0-inplace-ghc8.10.7
|
|
HSdear-implot-1.0.0-inplace-ghc8.10.7
|
|
build-depends:
|
|
StateVar
|
|
, aeson
|
|
, base >=4.11 && <10
|
|
, binary
|
|
, bytestring
|
|
, data-default
|
|
, dear-imgui >=2.0.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-2.0.0-inplace-ghc8.10.7
|
|
HSdear-implot-1.0.0-inplace-ghc8.10.7
|
|
build-depends:
|
|
StateVar
|
|
, aeson
|
|
, base >=4.11 && <10
|
|
, binary
|
|
, bytestring
|
|
, data-default
|
|
, dear-imgui >=2.0.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
|