packages feed

smallstring 0.3.0 → 0.3.1

raw patch · 2 files changed

+3/−2 lines, 2 filesdep ~hashable

Dependency ranges changed: hashable

Files

Data/SmallString.hs view
@@ -63,6 +63,7 @@  instance H.Hashable SmallString where     hash (SmallString arr) = H.hash arr+    {-# INLINE hash #-}  compareSmallString :: SmallString -> SmallString -> Ordering compareSmallString (SmallString lhsAry) (SmallString rhsAry)
smallstring.cabal view
@@ -1,5 +1,5 @@ Name:                smallstring-Version:             0.3.0+Version:             0.3.1 Synopsis:            A Unicode text type, optimized for low memory overhead Description:         A Unicode text type, optimized for low memory overhead.                      No string manipulation functions are offered.@@ -22,5 +22,5 @@ Library   Build-depends:       base == 4.*, utf8-string == 0.3.*, smallarray == 0.2.*,                        deepseq == 1.1.*, bytestring == 0.9.*, text == 0.11.*,-                       hashable < 1.1 && >= 1.0.1+                       hashable < 1.2 && >= 1.0.1   Exposed-modules:     Data.SmallString