diff options
Diffstat (limited to 'package.yaml')
-rw-r--r-- | package.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.yaml b/package.yaml index 8e5eb44..a9e8ddf 100644 --- a/package.yaml +++ b/package.yaml | |||
@@ -1,5 +1,5 @@ | |||
1 | name: trivmix | 1 | name: trivmix |
2 | version: 4.0.2 | 2 | version: 4.0.3 |
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> |
@@ -40,6 +40,7 @@ executables: | |||
40 | - heredoc >=0.2.0.0 && <1 | 40 | - heredoc >=0.2.0.0 && <1 |
41 | - refined >=0.1.2.1 && <1 | 41 | - refined >=0.1.2.1 && <1 |
42 | - scientific >=0.3.5.3 && <1 | 42 | - scientific >=0.3.5.3 && <1 |
43 | - concurrent-output >=1.10.5 && <2 | ||
43 | - trivmix | 44 | - trivmix |
44 | adjmix: | 45 | adjmix: |
45 | ghc-options: -threaded -O2 | 46 | ghc-options: -threaded -O2 |