HTF 0.5.0.0 → 0.5.0.1
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- HTF.cabal +1/−1
- Test/Framework/HaskellParser.hs +1/−1
HTF.cabal view
@@ -1,5 +1,5 @@ Name: HTF-Version: 0.5.0.0+Version: 0.5.0.1 License: LGPL License-File: LICENSE Copyright: (c) 2005-2010 Stefan Wehr
Test/Framework/HaskellParser.hs view
@@ -71,7 +71,7 @@ originalFileName , Parser.extensions = Ext.glasgowExts ++- [Ext.ExplicitForall]+ [Ext.ExplicitForall, Ext.BangPatterns] , Parser.fixities = Fix.baseFixities ++ Fix.infixr_ 0 ["==>"]