summaryrefslogtreecommitdiff
path: root/package.yaml
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-05-15 22:36:52 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-05-15 22:36:52 +0200
commitb11192d813bdf803011b4ea4cd3efead532d9b4c (patch)
tree3c8bc29b0d43eb0fd7ef89d1c3b25c865a8cb46a /package.yaml
parent8a8d1a99243af120b2e4187c2d90855f02f85f31 (diff)
downloadtrivmix-b11192d813bdf803011b4ea4cd3efead532d9b4c.tar
trivmix-b11192d813bdf803011b4ea4cd3efead532d9b4c.tar.gz
trivmix-b11192d813bdf803011b4ea4cd3efead532d9b4c.tar.bz2
trivmix-b11192d813bdf803011b4ea4cd3efead532d9b4c.tar.xz
trivmix-b11192d813bdf803011b4ea4cd3efead532d9b4c.zip
Don't use manual locking
Diffstat (limited to 'package.yaml')
-rw-r--r--package.yaml3
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 @@
1name: trivmix 1name: trivmix
2version: 4.0.2 2version: 4.0.3
3license: PublicDomain 3license: PublicDomain
4license-file: LICENSE 4license-file: LICENSE
5author: Gregor Kleen <aethoago@141.li> 5author: 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