vector-text 1.1 → 1.1.1
raw patch · 2 files changed
+3/−2 lines, 2 files
Files
- src/Data/Text32.hs +1/−0
- vector-text.cabal +2/−2
src/Data/Text32.hs view
@@ -5,3 +5,4 @@ import qualified Data.Vector.Unboxed as Unboxed type Text32 = Unboxed.Vector Char+
vector-text.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: bc3f5295bdf01115693e62122bcc3089bbda3f8603101c23542ab2e0775d94d9+-- hash: 2b9a9f1e79c560c40f0eb40562e7299a65b91eb8127eec1b0b4c8f3e28a5d36b name: vector-text-version: 1.1+version: 1.1.1 synopsis: Text implementation based on unboxed char vector. category: Data stability: experimental