diff --git a/changelog b/changelog index b57f2b0f1210fbbaf5e8f5f2013a819fdce7fb69..affb75f4cd80a44fdee0f4ac6f4d64f71c584269 100644 --- a/changelog +++ b/changelog @@ -1,5 +1,8 @@ -*-change-log-*- +0.6.1.1 Ross Paterson <R.Paterson@city.ac.uk> Aug 2023 + * Additions to documentation, especially of AccumT. + 0.6.1.0 Ross Paterson <R.Paterson@city.ac.uk> Feb 2023 * Add instances of Foldable1 (class added to base-4.18) * Add modifyM to StateT transformers diff --git a/transformers.cabal b/transformers.cabal index b60e819bb93af4d42444fcd6d4ae098d15299916..ea9c34c8c5767c4510f519cad81622a0d03686c9 100644 --- a/transformers.cabal +++ b/transformers.cabal @@ -1,5 +1,5 @@ name: transformers -version: 0.6.1.0 +version: 0.6.1.1 license: BSD3 license-file: LICENSE author: Andy Gill, Ross Paterson @@ -31,6 +31,10 @@ description: the @mtl@ or @monads-tf@ packages, which automatically lift operations introduced by monad transformers through other transformers. build-type: Simple +extra-doc-files: + images/bind-AccumT.svg + images/bind-ReaderT.svg + images/bind-WriterT.svg extra-source-files: changelog cabal-version: >= 1.10