From c65b8b68bd784d933eecb7f40e51f4247c466230 Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Sat, 18 May 2024 11:15:02 -0500 Subject: [PATCH] Version 2.0.0.5 --- flow.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flow.cabal b/flow.cabal index 551480e..f4cd0bc 100644 --- a/flow.cabal +++ b/flow.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: flow -version: 2.0.0.4 +version: 2.0.0.5 synopsis: Write more understandable Haskell. description: Flow provides operators for writing more understandable Haskell. build-type: Simple