show-please 0.5.2 → 0.5.3
raw patch · 2 files changed
+2/−2 lines, 2 files
Files
- Debug/Show.hs +1/−1
- show-please.cabal +1/−1
Debug/Show.hs view
@@ -2,7 +2,7 @@ -- correct haskell code, especially for exception types. {-# LANGUAGE CPP, FlexibleInstances #-}-{-# OPTIONS -Wincomplete-patterns -Werror #-}+{-# OPTIONS -Wall -Werror #-} module Debug.Show (V(V)) where import Control.Exception
show-please.cabal view
@@ -1,5 +1,5 @@ Name: show-please-Version: 0.5.2+Version: 0.5.3 License: BSD3 Author: David Fox <dsf@seereason.com> Category: debug