hsx 0.5.1 → 0.5.2
raw patch · 2 files changed
+3/−3 lines, 2 filesdep ~haskell-src-extsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: haskell-src-exts
API changes (from Hackage documentation)
Files
- hsx.cabal +2/−2
- src/Trhsx.hs +1/−1
hsx.cabal view
@@ -1,5 +1,5 @@ Name: hsx-Version: 0.5.1+Version: 0.5.2 License: BSD3 License-File: LICENSE Author: Niklas Broberg, Joel Björnson@@ -29,7 +29,7 @@ Homepage: http://code.google.com/hsp -Build-Depends: base>3 && <5, mtl, haskell-src-exts>0.5.2 && <1, utf8-string+Build-Depends: base>3 && <5, mtl, haskell-src-exts == 0.5.4, utf8-string Build-Type: Simple Tested-With: GHC==6.8.3, GHC==6.10.1 Cabal-Version: >= 1.2.3
src/Trhsx.hs view
@@ -52,7 +52,7 @@ transform $ checkParse $ parse fp fc parse :: String -> String -> ParseResult Module-parse fn fc = parseModuleWithMode (ParseMode fn allExtensions baseFixities) fcuc+parse fn fc = parseModuleWithMode (ParseMode fn allExtensions False baseFixities) fcuc where fcuc= unlines $ filter (not . isPrefixOf "#") $ lines fc usageString :: String