From c8f3c26eea735968fee5ba5b80e1fbadb18e7884 Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Thu, 23 May 2024 14:52:55 +1000 Subject: [PATCH] Version 0.9.0.2 --- CHANGELOG.md | 4 ++++ vector-algorithms.cabal | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96c7172..0339c07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## Version 0.9.0.2 (2024-05-23) + +- Add `TypeOperators` pragma where needed. + ## Version 0.9.0.1 (2022-07-28) - Allow building with vector-0.13.*. diff --git a/vector-algorithms.cabal b/vector-algorithms.cabal index a25a089..dd0b4cc 100644 --- a/vector-algorithms.cabal +++ b/vector-algorithms.cabal @@ -1,6 +1,6 @@ cabal-version: >= 1.10 name: vector-algorithms -version: 0.9.0.1 +version: 0.9.0.2 license: BSD3 license-file: LICENSE author: Dan Doel