packages feed

matchers 0.2.0.0 → 0.4.0.0

raw patch · 3 files changed

+7/−7 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

+ Text.Matchers.CaseSensitive: instance Eq CaseSensitive
+ Text.Matchers.CaseSensitive: instance Ord CaseSensitive
+ Text.Matchers.CaseSensitive: instance Show CaseSensitive

Files

LICENSE view
@@ -1,4 +1,4 @@-Copyright (c) 2011-2012 Omari Norman.+Copyright (c) 2011-2013 Omari Norman. All rights reserved.  Redistribution and use in source and binary forms, with or without@@ -13,7 +13,7 @@     the documentation and/or other materials provided with the     distribution. -    * Neither the name of Omari Norman nor the names of its+    * Neither the name of Omari Norman nor the names of any     contributors may be used to endorse or promote products derived     from this software without specific prior written permission. 
Text/Matchers/CaseSensitive.hs view
@@ -1,3 +1,3 @@ module Text.Matchers.CaseSensitive where -data CaseSensitive = Sensitive | Insensitive+data CaseSensitive = Sensitive | Insensitive deriving (Eq, Ord, Show)
matchers.cabal view
@@ -1,15 +1,15 @@ Name: matchers-Version: 0.2.0.0+Version: 0.4.0.0 Cabal-version: >=1.8 Build-Type: Simple-License: MIT-Copyright: 2012 Omari Norman.+License: BSD3+Copyright: 2012-2013 Omari Norman. author: Omari Norman maintainer: omari@smileystation.com stability: Experimental homepage: http://www.github.com/massysett/matchers bug-reports: omari@smileystation.com-Category: Text+Category: Console License-File: LICENSE synopsis: Text matchers