aboutsummaryrefslogtreecommitdiffstats
path: root/package.yaml
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-03-13 11:07:40 +0000
committerYann Herklotz <git@yannherklotz.com>2022-03-13 11:07:40 +0000
commitcf44e166a956bb7a00f9185291f02c54d213be0f (patch)
tree87617eab467af8d5a27145f75c9e1145f2423be6 /package.yaml
parent425e96636c1311b52a9e72c004cd1e74deb37bf0 (diff)
downloadchoc-cf44e166a956bb7a00f9185291f02c54d213be0f.tar.gz
choc-cf44e166a956bb7a00f9185291f02c54d213be0f.zip
Adding simply typed lambda calculus
Diffstat (limited to 'package.yaml')
-rw-r--r--package.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/package.yaml b/package.yaml
index 23a31a7..1c8e6b2 100644
--- a/package.yaml
+++ b/package.yaml
@@ -1,6 +1,7 @@
name: choc
version: 0.1.0.0
-git: "https://sr.ht/~ymherklotz/choc"
+git: "https://git.sr.ht/~ymherklotz/choc"
+homepage: "https://sr.ht/~ymherklotz/choc"
license: BSD3
author: "Yann Herklotz"
maintainer: "git@yannherklotz.com"
@@ -16,6 +17,7 @@ description: Please see the README at <https://sr.ht/~ymherklotz/choc>
dependencies:
- base >= 4.7 && < 5
+- parsec >= 3 && < 4
library:
source-dirs: src
@@ -41,3 +43,4 @@ tests:
- -with-rtsopts=-N
dependencies:
- choc
+ - hspec