From 4eea4f79110c4a0a82bef54c1164248ba49b608a Mon Sep 17 00:00:00 2001 From: William Rusnack Date: Thu, 11 Jul 2024 21:52:54 -0400 Subject: [PATCH] up versions --- mono-traversable/mono-traversable.cabal | 2 +- mono-traversable/package.yaml | 2 +- mutable-containers/mutable-containers.cabal | 2 +- mutable-containers/package.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mono-traversable/mono-traversable.cabal b/mono-traversable/mono-traversable.cabal index c8cad759..da954c6f 100644 --- a/mono-traversable/mono-traversable.cabal +++ b/mono-traversable/mono-traversable.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: mono-traversable -version: 1.0.17.0 +version: 1.0.17.1 synopsis: Type classes for mapping, folding, and traversing monomorphic containers description: Please see the README at category: Data diff --git a/mono-traversable/package.yaml b/mono-traversable/package.yaml index bae7facd..0c7ff52e 100644 --- a/mono-traversable/package.yaml +++ b/mono-traversable/package.yaml @@ -1,5 +1,5 @@ name: mono-traversable -version: 1.0.17.0 +version: 1.0.17.1 synopsis: Type classes for mapping, folding, and traversing monomorphic containers description: Please see the README at category: Data diff --git a/mutable-containers/mutable-containers.cabal b/mutable-containers/mutable-containers.cabal index ce4f5ae7..2cd3d339 100644 --- a/mutable-containers/mutable-containers.cabal +++ b/mutable-containers/mutable-containers.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: mutable-containers -version: 0.3.4.1 +version: 0.3.4.2 synopsis: Abstractions and concrete implementations of mutable containers description: See docs and README at category: Data diff --git a/mutable-containers/package.yaml b/mutable-containers/package.yaml index c007e8c6..331327b5 100644 --- a/mutable-containers/package.yaml +++ b/mutable-containers/package.yaml @@ -1,5 +1,5 @@ name: mutable-containers -version: 0.3.4.1 +version: 0.3.4.2 synopsis: Abstractions and concrete implementations of mutable containers description: See docs and README at category: Data