diff options
Diffstat (limited to 'package.yaml')
-rw-r--r-- | package.yaml | 4 |
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 @@ | |||
1 | name: trivmix | 1 | name: trivmix |
2 | version: 4.0.3 | 2 | version: 4.1.0 |
3 | license: PublicDomain | 3 | license: PublicDomain |
4 | license-file: LICENSE | 4 | license-file: LICENSE |
5 | author: Gregor Kleen <aethoago@141.li> | 5 | author: 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 | ||
22 | executables: | 23 | executables: |
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 |