diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-05-15 23:08:51 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-05-15 23:08:51 +0200 |
commit | 19b440fbabf5bc95e97a7a53119ec6218c3639d7 (patch) | |
tree | b33a0c3c5ddcbc41853af3bec260dee0dd5f8cfa /package.yaml | |
parent | 7bd8b73c107590bc2e578395fe940b95752654c0 (diff) | |
download | trivmix-master.tar trivmix-master.tar.gz trivmix-master.tar.bz2 trivmix-master.tar.xz trivmix-master.zip |
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 |