From ac0c159203c2829cdc203cb8a562f434e9be6ec6 Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Thu, 5 Dec 2024 06:46:57 -0500 Subject: [PATCH] Version 0.7.1.0 --- ChangeLog.md | 2 +- th-abstraction.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index 5ed2d05..68cc68d 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,6 +1,6 @@ # Revision history for th-abstraction -## next -- ????.??.?? +## 0.7.1.0 -- 2024.12.05 * Drop support for pre-8.0 versions of GHC. ## 0.7.0.0 -- 2024.03.17 diff --git a/th-abstraction.cabal b/th-abstraction.cabal index ffcc580..07b7ae0 100644 --- a/th-abstraction.cabal +++ b/th-abstraction.cabal @@ -1,5 +1,5 @@ name: th-abstraction -version: 0.7.0.0 +version: 0.7.1.0 synopsis: Nicer interface for reified information about data types description: This package normalizes variations in the interface for inspecting datatype information via Template Haskell