Skip to content

Commit d02b7e8

Browse files
committed
1.0
1 parent 405bd65 commit d02b7e8

5 files changed

Lines changed: 9 additions & 4 deletions

File tree

ChangeLog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Releases
22

3+
## chessIO 1.0.0.0
4+
5+
- Update internal book
6+
- Fix some GHC warnings
7+
38
## chessIO 0.9.3.1
49

510
- Update internal book

book/twic-9g.bin

1.65 MB
Binary file not shown.

chessIO.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
cabal-version: 1.12
22

3-
-- This file has been generated from package.yaml by hpack version 0.36.0.
3+
-- This file has been generated from package.yaml by hpack version 0.37.0.
44
--
55
-- see: https://github.com/sol/hpack
66

77
name: chessIO
8-
version: 0.9.5.0
8+
version: 1.0.0.0
99
synopsis: Basic chess library
1010
description: A simple and fast library for generating legal chess moves. Also includes a module for communication with external processes that speak the UCI (Universal Chess Interface) protocol, a PGN parser/pretty printer, and Polyglot opening book support. On top of that, provides a console frontend program (cboard) that can be used to interactively play against UCI engines.
1111
category: Game

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: chessIO
2-
version: 0.9.5.0
2+
version: 1.0.0.0
33
github: "mlang/chessIO"
44
license: BSD3
55
author: "Mario Lang"

stack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
resolver: lts-24.24
1+
resolver: lts-24.41
22
packages:
33
- .

0 commit comments

Comments
 (0)