ibhelper/ibhelper.cabal
2022-03-14 20:12:24 +01:00

249 lines
5.3 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
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:
README.md
ChangeLog.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
build-depends:
GLFW-b
, StateVar
, aeson
, base >=4.11 && <10
, binary
, bytestring
, data-default
, dear-imgui
, directory
, fingertree
, gl
, managed
, microlens-th
, network
, pretty-show
, rio >=0.1.12.0
, 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
build-depends:
GLFW-b
, StateVar
, aeson
, base >=4.11 && <10
, binary
, bytestring
, data-default
, dear-imgui
, directory
, fingertree
, gl
, ibhelper
, managed
, microlens-th
, network
, optparse-simple
, pretty-show
, rio >=0.1.12.0
, 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
build-depends:
GLFW-b
, StateVar
, aeson
, base >=4.11 && <10
, binary
, bytestring
, data-default
, dear-imgui
, directory
, fingertree
, gl
, hspec
, ibhelper
, managed
, microlens-th
, network
, pretty-show
, rio >=0.1.12.0
, stm
, text
, time
, type-iso
, unordered-containers
default-language: Haskell2010