ipa 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- ipa.cabal +2/−2
ipa.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: ipa-version: 0.1.0.0+version: 0.1.0.1 synopsis: Internal Phonetic Alphabet (IPA) description: Types and tools for working with the International Phonetic Alphabet (IPA)@@ -31,7 +31,7 @@ library import: common-options, common-extensions build-depends:- , base ^>=4.13.0.0+ , base >=4.10 && <=5 , text ^>=1.2.4 , unicode-transforms ^>=0.3.7