-
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
4 changed files
with
15 additions
and
2 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,8 @@ | ||
## 0.3.0.0 (2021-03-03) | ||
* `Reprinting m` is now `Reprinting i m`, where `i` is the input type, which | ||
must be "`String`-like" (containers holding some "list" of `Char`s). | ||
Previously, `i` was limited to `Text`. By default, `ByteString`, `Text` and | ||
`String` are supported. | ||
* Add an example module taking prompts from the 2017 paper, and rewrite the | ||
tests to use the definitions in there. | ||
* Support at least GHC 8.6, 8.8, 8.10, 9.0 |
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 |
---|---|---|
|
@@ -8,6 +8,9 @@ maintainer: [email protected] | |
license: Apache-2.0 | ||
github: camfort/reprinter | ||
|
||
extra-source-files: | ||
- CHANGELOG.md | ||
|
||
dependencies: | ||
- base >=4.9 && <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 |
---|---|---|
|
@@ -4,7 +4,7 @@ cabal-version: 1.12 | |
-- | ||
-- see: https://github.com/sol/hpack | ||
-- | ||
-- hash: 51c7c3d83184ed5705c38cb91f4c299ea882d3368bde8fb4911dd680fbeebf3a | ||
-- hash: 164cc4d2149c1ec8f25483d408c9daf06fa85d19cdf998cc487e76a9c03c3efe | ||
|
||
name: reprinter | ||
version: 0.3.0.0 | ||
|
@@ -17,6 +17,8 @@ author: Dominic Orchard, Vilem-Benjamin Liepelt, Harry Clarke | |
maintainer: [email protected] | ||
license: Apache-2.0 | ||
build-type: Simple | ||
extra-source-files: | ||
CHANGELOG.md | ||
|
||
source-repository head | ||
type: git | ||
|
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