errata 0.4.0.1 → 0.4.0.2
raw patch · 1 files changed
+4/−3 lines, 1 filesdep ~basedep ~textPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: base, text
API changes (from Hackage documentation)
- Errata.Internal.Render: renderSourceLines :: forall source. Source source => [(Line, source)] -> Block -> Int -> IntMap [Pointer] -> Maybe Builder
+ Errata.Internal.Render: renderSourceLines :: Source source => [(Line, source)] -> Block -> Int -> IntMap [Pointer] -> Maybe Builder
Files
- errata.cabal +4/−3
errata.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.4 name: errata-version: 0.4.0.1+version: 0.4.0.2 synopsis: Source code error pretty printing description: An extremely customizable error pretty printer that can handle many kinds of error formatting.@@ -27,6 +27,7 @@ , GHC == 9.2.8 , GHC == 9.4.5 , GHC == 9.6.2+ , GHC == 9.8.1 source-repository head type: git@@ -38,9 +39,9 @@ common common-options build-depends:- base >= 4.12 && < 4.19+ base >= 4.12 && < 4.20 , containers >= 0.6 && < 0.7- , text >= 1.2.3 && < 2.1+ , text >= 1.2.3 && < 2.2 ghc-options: -Wall -Wcompat