packages feed

case-insensitive-match 0.1.0.0 → 0.1.1.0

raw patch · 2 files changed

+5/−5 lines, 2 files

Files

README.markdown view
@@ -1,5 +1,5 @@ -### case-insensitive-match 0.1.0.0+### case-insensitive-match 0.1.1.0  Here is a simplified library for matching and comparing strings in a case-insensitive manner. The only dependencies are `base`, `bytestring` and
case-insensitive-match.cabal view
@@ -1,6 +1,6 @@  name:                   case-insensitive-match-version:                0.1.0.0+version:                0.1.1.0  license:                BSD3 license-file:           LICENSE@@ -8,8 +8,8 @@  author:                 Michael Hatfield maintainer:             github@michael-hatfield.com-homepage:               https://github.com/mikehat/random-strings-bug-reports:            https://github.com/mikehat/random-strings+homepage:               https://github.com/mikehat/case-insensitive-match+bug-reports:            https://github.com/mikehat/case-insensitive-match  synopsis:               A simplified, faster way to do case-insensitive matching. description:@@ -38,7 +38,7 @@     type:               git     location:           git://github.com/mikehat/case-insensitive-match.git     branch:             master-    tag:                0.1.0.0+    tag:                0.1.1.0   library