packages feed

panic 0.4.0.0 → 0.4.0.1

raw patch · 2 files changed

+4/−4 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

panic.cabal view
@@ -1,5 +1,5 @@ name:                panic-version:             0.4.0.0+version:             0.4.0.1 synopsis:            A convenient way to panic. description:         A convenient way to panic. license:             ISC
src/Panic.hs view
@@ -40,13 +40,13 @@ -- | Description of a component. class Typeable a => PanicComponent a where   panicComponentName     :: a -> String-  -- | ^ Name of the panicing component.+  -- ^ Name of the panicing component.    panicComponentIssues   :: a -> String-  -- | ^ Issue tracker for the panicking component.+  -- ^ Issue tracker for the panicking component.    panicComponentRevision :: a -> (String,String)-  -- | ^ Information about the component's revision.+  -- ^ Information about the component's revision.   -- (commit hash, branch info)  -- | An expression of type @a -> (String,String)@.