charset 0.3.1.1 → 0.3.1.2
raw patch · 2 files changed
+4/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- .travis.yml +1/−0
- charset.cabal +3/−1
+ .travis.yml view
@@ -0,0 +1,1 @@+language: haskell
charset.cabal view
@@ -1,5 +1,5 @@ name: charset-version: 0.3.1.1+version: 0.3.1.2 license: BSD3 license-File: LICENSE copyright: (c) Edward Kmett 2010-2012@@ -9,9 +9,11 @@ stability: Experimental category: Data homepage: http://github.com/ekmett/charset+bug-reports: http://github.com/ekmett/charset/issues synopsis: Fast unicode character sets based on complemented PATRICIA tries description: Fast unicode character sets based on complemented PATRICIA tries build-type: Simple+extra-source-files: .travis.yml source-repository head type: git