packages feed

haddock 2.29.0 → 2.29.1

raw patch · 3 files changed

+6/−2 lines, 3 filesdep ~haddock-api

Dependency ranges changed: haddock-api

Files

CHANGES.md view
@@ -1,3 +1,6 @@+## Changes in 2.29.1+ * Fix build on GHC 9.2+ ## Changes in 2.29.0  * Fixes for memory leaks and performance improvements 
haddock-api/src/Haddock/Backends/Xhtml.hs view
@@ -15,6 +15,7 @@ {-# LANGUAGE NamedFieldPuns   #-} {-# LANGUAGE TupleSections    #-} {-# LANGUAGE TypeApplications #-}+{-# LANGUAGE TypeFamilies     #-} {-# LANGUAGE BangPatterns     #-}  module Haddock.Backends.Xhtml (
haddock.cabal view
@@ -1,6 +1,6 @@ cabal-version:        3.0 name:                 haddock-version:              2.29.0+version:              2.29.1 synopsis:             A documentation-generation tool for Haskell libraries description:   This is Haddock, a tool for automatically generating documentation@@ -150,7 +150,7 @@   else     -- in order for haddock's advertised version number to have proper meaning,     -- we pin down to a single haddock-api version.-    build-depends:  haddock-api == 2.29.0+    build-depends:  haddock-api == 2.29.1  test-suite html-test   type:             exitcode-stdio-1.0