From 9ab57e3f4de23ac3ad267373604bf00b16ed7394 Mon Sep 17 00:00:00 2001 From: Phil Freeman Date: Sat, 13 Nov 2021 13:39:53 -0800 Subject: [PATCH] cabal --- CONTRIBUTING.md | 3 +++ dovetail-aeson/package.yaml | 5 +++-- dovetail/package.yaml | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..ed6e546 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,3 @@ +# Pull requests + +Sorry, but I don't have time to review unsolicited changes these days, so please don't open a pull request without making an issue first, and discussing the requested change. I reserve the right to close any PRs which don't have a corresponding issue and discussion, without review. \ No newline at end of file diff --git a/dovetail-aeson/package.yaml b/dovetail-aeson/package.yaml index c2b7414..2bad5f7 100644 --- a/dovetail-aeson/package.yaml +++ b/dovetail-aeson/package.yaml @@ -2,11 +2,12 @@ name: dovetail-aeson version: 0.1.0.0 github: "paf31/dovetail" license: BSD3 +license-file: ../LICENSE author: "Phil Freeman" maintainer: "freeman.phil@gmail.com" copyright: "2021 Phil Freeman" - -description: Use Aeson from your Dovetail programs. +category: Language +synopsis: Use Aeson from your Dovetail programs dependencies: - base >= 4.7 && < 5 diff --git a/dovetail/package.yaml b/dovetail/package.yaml index 22964ef..e3a8640 100644 --- a/dovetail/package.yaml +++ b/dovetail/package.yaml @@ -2,10 +2,12 @@ name: dovetail version: 0.1.0.0 github: "paf31/dovetail" license: BSD3 +license-file: ../LICENSE author: "Phil Freeman" maintainer: "freeman.phil@gmail.com" copyright: "2021 Phil Freeman" - +category: Language +synopsis: A PureScript interpreter with a Haskell FFI. description: Dovetail is a general-purpose PureScript corefn interpreter with an FFI to Haskell. Please see the README on GitHub at , or check out the examples directory, to learn how to use the library.