From 9a973d9a7e1ad3f69918921920240cba518103a6 Mon Sep 17 00:00:00 2001 From: Mike Pilgrem Date: Sat, 8 Apr 2023 20:16:13 +0100 Subject: [PATCH] Update for version 0.8.2 --- ChangeLog.md | 5 ++++- package.yaml | 2 +- pantry.cabal | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index a25b56cd..2f82f26b 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,7 +1,10 @@ # Changelog for pantry -## Unreleased +## v0.8.2 +* `PantryException` is now an instance of the + `Text.PrettyPrint.Leijen.Extended.Pretty` class (provided by the + `rio-prettyprint` package). * Module `Pantry` now exports `FuzzyResults`, `Mismatch` and `SafeFilePath` (and `mkSafeFilePath`), used in data constructors of `PantryException`. diff --git a/package.yaml b/package.yaml index 4a059720..ec296315 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: pantry -version: 0.8.1 +version: 0.8.2 synopsis: Content addressable Haskell package management description: Please see the README on GitHub at category: Development diff --git a/pantry.cabal b/pantry.cabal index 23a418c8..75e3bdfe 100644 --- a/pantry.cabal +++ b/pantry.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: pantry -version: 0.8.1 +version: 0.8.2 synopsis: Content addressable Haskell package management description: Please see the README on GitHub at category: Development