From cecdc67109d367566a521c6b8567b8abcc672973 Mon Sep 17 00:00:00 2001 From: Rickard Andersson Date: Tue, 18 Oct 2022 23:45:46 +0300 Subject: [PATCH] fix: commit generated cabal file --- gotyno-hs.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gotyno-hs.cabal b/gotyno-hs.cabal index 5d9e94d..04c666b 100644 --- a/gotyno-hs.cabal +++ b/gotyno-hs.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: gotyno-hs -version: 2.2.1 +version: 2.2.2 synopsis: A type definition compiler supporting multiple output languages. description: Compiles type definitions into F#, TypeScript and Python, with validators, decoders and encoders. category: Compiler