TUI abacus simulator
Go to file
Jonathan Lamothe 52c7634121 added reset key 2024-08-22 19:23:30 -04:00
app added brick framework 2024-08-21 16:56:36 -04:00
src added reset key 2024-08-22 19:23:30 -04:00
test implemented moving to top and bottom rungs 2024-08-22 19:17:44 -04:00
.gitignore initial commit 2024-08-19 20:06:34 -04:00
abacus.cabal implemented row selection 2024-08-22 16:14:23 -04:00
CHANGELOG.md initial commit 2024-08-19 20:06:34 -04:00
LICENSE initial commit 2024-08-19 20:06:34 -04:00
package.yaml implemented row selection 2024-08-22 16:14:23 -04:00
README.md added AGPL notice & removed dependency on Lib module 2024-08-20 18:58:05 -04:00
Setup.hs initial commit 2024-08-19 20:06:34 -04:00
stack.yaml initial commit 2024-08-19 20:06:34 -04:00
stack.yaml.lock initial commit 2024-08-19 20:06:34 -04:00

abacus

Copyright (C) Jonathan Lamothe jonathan@jlamothe.net

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.

Important Note

Ths program is not yet ready for release and should be considered subject to change at any time.