TypingTester-0.1.0.0: TypingTester.cabal
name: TypingTester
version: 0.1.0.0
synopsis: Command Line Typing speed tester
description: Prompts the user to type anything they wish. Notifies them of how long it took.
license: GPL-3
license-file: LICENSE
author: Alan Hawkins
maintainer: hawk.alan@gmailcom
homepage: https://github.com/xpika/typingtester
category: Game
build-type: Simple
cabal-version: >=1.8
extra-source-files: README.md
executable typingtester
Main-Is: typingtester.hs
build-depends: base ==4.5.* , time
source-repository head
type: git
location: https://github.com/xpika/typingtester