From 21ed96003d32b11d112151d1e78b96a84068dab9 Mon Sep 17 00:00:00 2001 From: Miika-Petteri Matikainen Date: Sun, 5 Dec 2021 20:06:32 +0100 Subject: [PATCH] Bump the version to 0.2.0.0 --- hchesslib.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hchesslib.cabal b/hchesslib.cabal index e460ed6..8c7f8e8 100644 --- a/hchesslib.cabal +++ b/hchesslib.cabal @@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: hchesslib -version: 0.1.1.0 +version: 0.2.0.0 synopsis: Chess library description: Library implementing chess rules. license: GPL-2 @@ -43,7 +43,7 @@ Test-Suite spec Type: exitcode-stdio-1.0 Default-Language: Haskell2010 Hs-Source-Dirs: src, test, test/Chess - Ghc-Options: -Wall -Werror + Ghc-Options: -Wall Main-Is: Spec.hs Other-modules: BoardTests,