-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,15 +5,15 @@ cabal-version: 1.12 | |
-- see: https://github.com/sol/hpack | ||
|
||
name: chessIO | ||
version: 0.9.4.0 | ||
version: 0.9.5.0 | ||
synopsis: Basic chess library | ||
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. | ||
category: Game | ||
homepage: https://github.com/mlang/chessIO#readme | ||
bug-reports: https://github.com/mlang/chessIO/issues | ||
author: Mario Lang | ||
maintainer: [email protected] | ||
copyright: 2021 Mario Lang | ||
copyright: 2024 Mario Lang | ||
license: BSD3 | ||
license-file: LICENSE | ||
build-type: Simple | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
name: chessIO | ||
version: 0.9.4.0 | ||
version: 0.9.5.0 | ||
github: "mlang/chessIO" | ||
license: BSD3 | ||
author: "Mario Lang" | ||
maintainer: "[email protected]" | ||
copyright: "2021 Mario Lang" | ||
copyright: "2024 Mario Lang" | ||
|
||
synopsis: Basic chess library | ||
category: Game | ||
|