test-framework-th-prime 0.0.3 → 0.0.4
raw patch · 2 files changed
+6/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
Test/Framework/TH/Prime/Parser.hs view
@@ -58,7 +58,11 @@ where pack = unlines . tail . map snd go = cppIfdef "dummy" [] [] defaultBoolOptions- opt = defaultParseMode {extensions = [TemplateHaskell]}+ opt = defaultParseMode {+ extensions = [TemplateHaskell]+ -- to prevent "Ambiguous infix expression"+ , fixities = Nothing+ } ----------------------------------------------------------------
test-framework-th-prime.cabal view
@@ -1,5 +1,5 @@ Name: test-framework-th-prime-Version: 0.0.3+Version: 0.0.4 Author: Kazu Yamamoto <kazu@iij.ad.jp> Maintainer: Kazu Yamamoto <kazu@iij.ad.jp> License: BSD3