From a610d74fcb4a852a9e6b0926580c055bb3dddc23 Mon Sep 17 00:00:00 2001 From: Tom Ellis Date: Mon, 5 Feb 2024 14:40:00 +0000 Subject: [PATCH] version -> 0.1.2.1 --- CHANGELOG.md | 6 ++++++ stan.cabal | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ea0ecb..d111290 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ `stan` uses [PVP Versioning][1]. The change log is available [on GitHub][2]. +## 0.1.2.1 + +* Support `clay-0.15` series. + +* Support `base64-1.0` series. + ## 0.1.2.0 * Added `runStan`, `getAnalysis`, `getStanConfig` diff --git a/stan.cabal b/stan.cabal index 4048287..1cc1714 100644 --- a/stan.cabal +++ b/stan.cabal @@ -1,6 +1,6 @@ cabal-version: 2.4 name: stan -version: 0.1.2.0 +version: 0.1.2.1 synopsis: Haskell STatic ANalyser description: Stan is a Haskell __ST__atic __AN__alysis CLI tool. @@ -135,7 +135,7 @@ library Stan.Hie.Debug908 build-depends: array ^>= 0.5 - , base64 >= 0.4.1 && < 2.1 + , base64 >= 0.4.1 && < 1.1 , blaze-html ^>= 0.9.1 , bytestring >= 0.10 && < 0.13 , clay >= 0.14 && < 0.16