regex-base 0.90 → 0.91
raw patch · 3 files changed
+5/−5 lines, 3 files
Files
- Text/Regex/Base.hs +1/−1
- Text/Regex/Base/Context.hs +3/−3
- regex-base.cabal +1/−1
Text/Regex/Base.hs view
@@ -53,6 +53,6 @@ getVersion_Text_Regex_Base :: Version getVersion_Text_Regex_Base =- Version { versionBranch = [0,90]+ Version { versionBranch = [0,91] , versionTags = ["unstable"] }
Text/Regex/Base/Context.hs view
@@ -47,9 +47,9 @@ @ newtype AllSubmatches f b = AllSubmatches {getAllSubmatches :: (f b)}-newtype AllTextSubmatches f b = AllTextSubmatches (f b)-newtype AllMatches f b = AllMatches (f b)-newtype AllTextMatches f b = AllTextMatches (f b)+newtype AllTextSubmatches f b = AllTextSubmatches {getAllTextSubmatches :: (f b)}+newtype AllMatches f b = AllMatches {getAllMatches :: (f b)}+newtype AllTextMatches f b = AllTextMatches {getAllTextMatches :: (f b) } @ The newtypes' @f@ parameters are the containers, usually @[]@ or
regex-base.cabal view
@@ -1,5 +1,5 @@ Name: regex-base-Version: 0.90+Version: 0.91 -- Cabal-Version: >=1.1.4 License: BSD3 License-File: LICENSE