packages feed

TypingTester-0.1.0.1: TypingTester.cabal

name:                TypingTester
version:             0.1.0.1
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@gmail.com
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 <10000 , time <10000

source-repository head
  type:     git
  location: https://github.com/xpika/typingtester