packages feed

panic 0.3.0.0 → 0.4.0.0

raw patch · 2 files changed

+2/−2 lines, 2 files

Files

panic.cabal view
@@ -1,5 +1,5 @@ name:                panic-version:             0.3.0.0+version:             0.4.0.0 synopsis:            A convenient way to panic. description:         A convenient way to panic. license:             ISC
src/Panic.hs view
@@ -58,7 +58,7 @@   where dirty = [| if $gitDirty then " (uncommited files present)" else "" |]  -instance (Typeable a, PanicComponent a) => Show (Panic a) where+instance (PanicComponent a) => Show (Panic a) where   show p = unlines $     [ "You have encountered a bug in " ++         panicComponentName comp ++ "'s implementation."