-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.yaml
More file actions
41 lines (37 loc) · 862 Bytes
/
package.yaml
File metadata and controls
41 lines (37 loc) · 862 Bytes
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
31
32
33
34
35
36
37
38
39
40
41
name: OpenDE
version: 0.16.6
github: "vitalibarozzi/OpenDE"
license: BSD-3-Clause
author: "João Vítor Vitali Barozzi"
maintainer: "vitalivitor@gmail.com"
copyright: "2024 João Vítor Vitali Barozzi"
dependencies:
- base >= 4.9 && < 5
- array >= 0.5
- StateVar >= 1.2
ghc-options:
- -Wall
- -Werror
- -Wcompat
- -Widentities
- -Wincomplete-record-updates
- -Wincomplete-uni-patterns
- -Wmissing-home-modules
- -Wpartial-fields
- -Wredundant-constraints
- -Wno-missing-export-lists
- -Wno-unused-matches
library:
source-dirs: src
extra-libraries: [ ode, stdc++ ]
tests:
OpenDE-test:
main: Spec.hs
source-dirs: test
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
dependencies:
- OpenDE
- hspec