hxt-regex-xmlschema 9.2.0.1 → 9.2.0.2
raw patch · 2 files changed
+3/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
hxt-regex-xmlschema.cabal view
@@ -1,5 +1,5 @@ Name: hxt-regex-xmlschema-Version: 9.2.0.1+Version: 9.2.0.2 Synopsis: A regular expression library for W3C XML Schema regular expressions Description: This library supports full W3C XML Schema regular expressions inclusive all Unicode character sets and blocks.@@ -24,7 +24,7 @@ Category: Text Homepage: http://www.haskell.org/haskellwiki/Regular_expressions_for_XML_Schema Build-type: Simple-Cabal-version: >=1.18+Cabal-version: >=1.10 extra-source-files: examples/colorizeProgs/ColorizeSourceCode.hs
src/Text/Regex/XMLSchema/Generic/Regex.hs view
@@ -1,6 +1,7 @@ {-# LANGUAGE ViewPatterns #-} {-# LANGUAGE FlexibleInstances #-} + -- ------------------------------------------------------------ {- |