From cf44e166a956bb7a00f9185291f02c54d213be0f Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sun, 13 Mar 2022 11:07:40 +0000 Subject: Adding simply typed lambda calculus --- package.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'package.yaml') 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 dependencies: - base >= 4.7 && < 5 +- parsec >= 3 && < 4 library: source-dirs: src @@ -41,3 +43,4 @@ tests: - -with-rtsopts=-N dependencies: - choc + - hspec -- cgit