packages feed

vector-text 1.1.2 → 1.1.3

raw patch · 2 files changed

+3/−3 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

src/Data/Text32.hs view
@@ -2,7 +2,7 @@  import Prelude import Data.Container.Vector as X-import Data.Vector.Unboxed   as X (Vector, all)+import Data.Vector.Unboxed   as X (Vector, all, toList)  type Text32 = Vector Char 
vector-text.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: cf3a7b5caebd9200aa28d2255014408fd4386eefcca9d42f74a68a62e15d5924+-- hash: 583a890e6714512969d337066228235a4fd7fdfddde6a52908661643a10777cf  name:           vector-text-version:        1.1.2+version:        1.1.3 synopsis:       Text implementation based on unboxed char vector. category:       Data stability:      experimental