language-dickinson 1.4.1.0 → 1.4.1.1
raw patch · 4 files changed
+22/−1 lines, 4 filesbinary-addedPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- doc/user-guide.pdf binary
- language-dickinson.cabal +2/−1
- lib/noun.dck +16/−0
CHANGELOG.md view
@@ -1,5 +1,9 @@ # dickinson +## 1.4.1.1++ * Bundle `user-guide.pdf` in tarball+ ## 1.4.1.0 * Export `dckPath` and `defaultLibPath`
+ doc/user-guide.pdf view
binary file changed (absent → 190911 bytes)
language-dickinson.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.0 name: language-dickinson-version: 1.4.1.0+version: 1.4.1.1 license: BSD3 license-file: LICENSE copyright: Copyright: (c) 2020 Vanessa McHale@@ -20,6 +20,7 @@ prelude/*.dck lib/grammar/*.dck lib/fun/*.dck+ doc/user-guide.pdf extra-source-files: test/data/*.pretty
lib/noun.dck view
@@ -8,6 +8,22 @@ (| "stichomythia") (| "antanaclasis") (| "metaphor")+ (| "metabole")+ (| "antimetabole")+ (| "adnomination")+ (| "anaphora")+ (| "assonance")+ (| "asyndeton")+ (| "polysyndeton")+ (| "sarcasm")+ (| "litotes")+ (| "understatement")+ (| "irony")+ (| "paradox")+ (| "hyperbole")+ (| "epizeuxis")+ (| "hypocatastasis")+ (| "mesozeugma") (| "simile") (| "alliteration") (| "synecdoche")