From 52db214b74926f9d72d7cb31915980be106e6de6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9cate=20Moonlight?= Date: Wed, 17 May 2023 00:30:39 +0200 Subject: [PATCH] Bump to v0.0.5.0 --- text-display.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/text-display.cabal b/text-display.cabal index cc7f56a..294a151 100644 --- a/text-display.cabal +++ b/text-display.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: text-display -version: 0.0.4.0 +version: 0.0.5.0 category: Text synopsis: A typeclass for user-facing output description: @@ -15,7 +15,7 @@ maintainer: Hécate Moonlight license: MIT build-type: Simple tested-with: - GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.7 || ==9.4.4 || ==9.6.1 + GHC ==8.8.4 || ==8.10.7 || ==9.0.2 || ==9.2.7 || ==9.4.5 || ==9.6.1 extra-source-files: LICENSE