vector-text 1.1.1 → 1.1.2
raw patch · 2 files changed
+5/−5 lines, 2 files
Files
- src/Data/Text32.hs +3/−3
- vector-text.cabal +2/−2
src/Data/Text32.hs view
@@ -1,8 +1,8 @@ module Data.Text32 (module Data.Text32, module X) where import Prelude-import Data.Container.Vector as X-import qualified Data.Vector.Unboxed as Unboxed+import Data.Container.Vector as X+import Data.Vector.Unboxed as X (Vector, all) -type Text32 = Unboxed.Vector Char+type Text32 = Vector Char
vector-text.cabal view
@@ -2,10 +2,10 @@ -- -- see: https://github.com/sol/hpack ----- hash: 2b9a9f1e79c560c40f0eb40562e7299a65b91eb8127eec1b0b4c8f3e28a5d36b+-- hash: cf3a7b5caebd9200aa28d2255014408fd4386eefcca9d42f74a68a62e15d5924 name: vector-text-version: 1.1.1+version: 1.1.2 synopsis: Text implementation based on unboxed char vector. category: Data stability: experimental