-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
9 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|