phonetic-languages-ukrainian-array 0.6.1.0 → 0.7.0.0
raw patch · 4 files changed
+10/−5 lines, 4 filesdep +hashabledep ~basedep ~mmsyn2-arrayPVP ok
version bump matches the API change (PVP)
Dependencies added: hashable
Dependency ranges changed: base, mmsyn2-array
API changes (from Hackage documentation)
Files
- ChangeLog.md +5/−0
- Phonetic/Languages/Ukrainian/PrepareText.hs +1/−1
- Ukrainian/ReverseConcatenations.hs +1/−1
- phonetic-languages-ukrainian-array.cabal +3/−3
ChangeLog.md view
@@ -41,3 +41,8 @@ ## 0.6.1.0 -- 2021-09-09 * Sixth version revised A. Fixed issue with language pragma of BangPatterns extension.++## 0.7.0.0 -- 2021-10-30++* Seventh version. Switched to the Case.Hashable.Cuckoo.getBFstL' function where possible. Updated the +dependencies appropriately.
Phonetic/Languages/Ukrainian/PrepareText.hs view
@@ -44,7 +44,7 @@ , aux4 ) where -import CaseBi.Arr (getBFstL')+import Case.Hashable.Cuckoo (getBFstL') import Data.List.InnToOut.Basic (mapI) import Data.Char (isAlpha,toLower) import GHC.Arr
Ukrainian/ReverseConcatenations.hs view
@@ -21,7 +21,7 @@ #endif #endif import Data.List (sort,isPrefixOf)-import CaseBi.Arr (getBFstL')+import Case.Hashable.Cuckoo (getBFstL') import Data.List.InnToOut.Basic (mapI) #ifdef __GLASGOW_HASKELL__ #if __GLASGOW_HASKELL__==708
phonetic-languages-ukrainian-array.cabal view
@@ -2,7 +2,7 @@ -- further documentation, see http://haskell.org/cabal/users-guide/ name: phonetic-languages-ukrainian-array-version: 0.6.1.0+version: 0.7.0.0 synopsis: Prepares Ukrainian text to be used as a phonetic language text description: Applies needed minimal grammar connections so that the text afterwards can be processed by dobutokO-poetry or phonetic languages approach related programs. Uses arrays instead of vectors. Besides can be used to reverse many of the done concatenations. homepage: https://hackage.haskell.org/package/phonetic-languages-ukrainian-array@@ -20,7 +20,7 @@ exposed-modules: Phonetic.Languages.Ukrainian.PrepareText, Ukrainian.ReverseConcatenations -- other-modules: other-extensions: CPP, BangPatterns- build-depends: base >=4.7 && <4.16, mmsyn2-array >=0.1.3 && <1, mmsyn5 >=0.5 && <1+ build-depends: base >=4.9 && <4.16, mmsyn2-array >=0.2.1.1 && <1, mmsyn5 >=0.5 && <1, hashable >= 1.2.7 && <2 -- hs-source-dirs: default-language: Haskell2010 @@ -28,7 +28,7 @@ main-is: Main.hs other-modules: Ukrainian.ReverseConcatenations other-extensions: CPP, BangPatterns- build-depends: base >=4.7 && <4.16, mmsyn2-array >= 0.1.3 && <1, mmsyn5 >=0.5 && <1+ build-depends: base >=4.9 && <4.16, mmsyn2-array >= 0.2.1.1 && <1, mmsyn5 >=0.5 && <1, hashable >= 1.2.7 && <2 ghc-options: -threaded -rtsopts hs-source-dirs: ., Ukrainian default-language: Haskell2010