haskell-src-exts 0.5.2 → 0.5.3
raw patch · 2 files changed
+3/−3 lines, 2 filessetup-changed
Files
- Setup.hs +2/−2
- haskell-src-exts.cabal +1/−1
Setup.hs view
@@ -1,3 +1,3 @@ import Distribution.Simple-import Test.Runner ( go )-main = defaultMainWithHooks $ simpleUserHooks { runTests = \args _ _ _ -> go args }+--import Test.Runner ( go )+main = defaultMain --WithHooks $ simpleUserHooks { runTests = \args _ _ _ -> go args }
haskell-src-exts.cabal view
@@ -1,5 +1,5 @@ Name: haskell-src-exts-Version: 0.5.2+Version: 0.5.3 License: BSD3 License-File: LICENSE Author: Niklas Broberg