ipa 0.3.1 → 0.3.1.1
raw patch · 2 files changed
+4/−2 lines, 2 filesdep ~attoparsecPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: attoparsec
API changes (from Hackage documentation)
Files
- CHANGELOG.org +2/−0
- ipa.cabal +2/−2
CHANGELOG.org view
@@ -1,3 +1,5 @@+* 0.3.1.1++ Relax version bounds for ~attoparsec~ * 0.3.1 + ~Delimiter~ type added along with ~transcribe~ and ~transcribeXSampa~ functions; these wrap values in IPA transcriptions delimiters + Various ~QuasiQuoter~ s added to make it easier to construct ~Syllable~ and ~Segment~ values in IPA notation
ipa.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: ipa-version: 0.3.1+version: 0.3.1.1 synopsis: Internal Phonetic Alphabet (IPA) description: See the README at https://gitlab.com/ngua/ipa-hs license: BSD-3-Clause@@ -29,7 +29,7 @@ library import: common-options, common-extensions build-depends:- , attoparsec ^>=0.13+ , attoparsec >=0.13.2 && <0.15 , base >=4.11 && <5 , template-haskell >=2.14 && <2.18 , text ^>=1.2