Skip to content

Commit

Permalink
cabal
Browse files Browse the repository at this point in the history
  • Loading branch information
paf31 committed Nov 13, 2021
1 parent 7dcb21d commit 9ab57e3
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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.
5 changes: 3 additions & 2 deletions dovetail-aeson/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@ name: dovetail-aeson
version: 0.1.0.0
github: "paf31/dovetail"
license: BSD3
license-file: ../LICENSE
author: "Phil Freeman"
maintainer: "[email protected]"
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
Expand Down
4 changes: 3 additions & 1 deletion dovetail/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ name: dovetail
version: 0.1.0.0
github: "paf31/dovetail"
license: BSD3
license-file: ../LICENSE
author: "Phil Freeman"
maintainer: "[email protected]"
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 <https://github.com/paf31/dovetail#readme>, or
check out the examples directory, to learn how to use the library.
Expand Down

0 comments on commit 9ab57e3

Please sign in to comment.