bug 1 → 1.0.1
raw patch · 2 files changed
+3/−2 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- bug.cabal +2/−2
- library/Bug.hs +1/−0
bug.cabal view
@@ -1,7 +1,7 @@ name: bug version:- 1+ 1.0.1 synopsis: Better alternatives to the "error" function category:@@ -44,4 +44,4 @@ Bug.Formatting build-depends: template-haskell >= 2.8 && < 3,- base >= 4 && < 5+ base >= 4.7 && < 5
library/Bug.hs view
@@ -2,6 +2,7 @@ where import Prelude+import Data.Functor import Language.Haskell.TH.Syntax import qualified Bug.Formatting as B