-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.yaml
More file actions
52 lines (41 loc) · 1.16 KB
/
package.yaml
File metadata and controls
52 lines (41 loc) · 1.16 KB
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
42
43
44
45
46
47
48
49
50
51
52
name: ihaskell-symtegration
version: 0.1.0
homepage: https://symtegration.dev/
github: "symtegration/ihaskell"
author: "Yoo Chung"
maintainer: "dev@chungyc.org"
copyright: Copyright 2025 Yoo Chung
license: Apache-2.0
extra-source-files:
- LICENSE
- README.md
extra-doc-files:
- CHANGELOG.md
- docs/**
synopsis: IHaskell extension for making the use of Symtegration more seamless.
category: Development, Symbolic Computation
description: |
IHaskell extension for making the use of Symtegration more seamless.
See the [README](https://github.com/symtegration/ihaskell) on GitHub for more information.
tested-with: GHC == 9.8.4 || == 9.6.6 || == 9.6.4
language: GHC2021
default-extensions:
- OverloadedStrings
ghc-options:
- -Wall
dependencies:
- base >= 4.9 && < 4.22
- ihaskell >= 0.11 && < 0.13
- symtegration >= 0.6 && < 0.7
- text >= 1 && < 3
library:
source-dirs: src
tests:
spec:
source-dirs: test
main: Spec.hs
dependencies:
- ihaskell-symtegration
- hspec >= 2 && < 3
build-tools:
- hspec-discover >= 2 && < 3