-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontracts.cabal
30 lines (29 loc) · 934 Bytes
/
contracts.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
cabal-version: 3.4
name: contracts
version: 0.1.0.0
license: BSD-3-Clause
author: Yves Hauser
maintainer: [email protected]
category: Finance
build-type: Simple
library
hs-source-dirs: src
exposed-modules: Contracts
, Derivatives
, Models.GeometricBrownianMotion
, Valuation
build-depends: aeson
, base >=4.11 && <4.17
, bytestring
, Chart
, Chart-diagrams
, erf
, logfloat
, list-transformer
, monad-bayes
, mtl
, mwc-random
, random
, text
, time
, transformers