From 17858972c6965069d98c32eeb30cf3599045ab9f Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Thu, 5 Dec 2024 07:10:02 -0500 Subject: [PATCH] Version 0.1.6 --- CHANGELOG.md | 2 +- th-compat.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 652f9d8..e446564 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -### next [????.??.??] +### 0.1.6 [2024.12.05] * Drop support for pre-8.0 versions of GHC. ### 0.1.5 [2024.03.19] diff --git a/th-compat.cabal b/th-compat.cabal index be30b73..d30bb19 100644 --- a/th-compat.cabal +++ b/th-compat.cabal @@ -1,6 +1,6 @@ cabal-version: >=1.10 name: th-compat -version: 0.1.5 +version: 0.1.6 synopsis: Backward- (and forward-)compatible Quote and Code types description: This package defines a "Language.Haskell.TH.Syntax.Compat" module, which backports the @Quote@ and @Code@ types to