summaryrefslogtreecommitdiff
path: root/package.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'package.yaml')
-rw-r--r--package.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.yaml b/package.yaml
index a9e8ddf..e7c5330 100644
--- a/package.yaml
+++ b/package.yaml
@@ -1,5 +1,5 @@
1name: trivmix 1name: trivmix
2version: 4.0.3 2version: 4.1.0
3license: PublicDomain 3license: PublicDomain
4license-file: LICENSE 4license-file: LICENSE
5author: Gregor Kleen <aethoago@141.li> 5author: Gregor Kleen <aethoago@141.li>
@@ -18,6 +18,7 @@ library:
18 - refined >=0.1.2.1 && <1 18 - refined >=0.1.2.1 && <1
19 - scientific >=0.3.5.3 && <1 19 - scientific >=0.3.5.3 && <1
20 - th-lift >=0.7.8 && <1 20 - th-lift >=0.7.8 && <1
21 - ieee754 >=0.8.0 && <1
21 22
22executables: 23executables:
23 trivmix: 24 trivmix:
@@ -41,6 +42,7 @@ executables:
41 - refined >=0.1.2.1 && <1 42 - refined >=0.1.2.1 && <1
42 - scientific >=0.3.5.3 && <1 43 - scientific >=0.3.5.3 && <1
43 - concurrent-output >=1.10.5 && <2 44 - concurrent-output >=1.10.5 && <2
45 - ieee754 >=0.8.0 && <1
44 - trivmix 46 - trivmix
45 adjmix: 47 adjmix:
46 ghc-options: -threaded -O2 48 ghc-options: -threaded -O2