packages feed

TypingTester-0.1.0.5: TypingTester.cabal

name: TypingTester
version: 0.1.0.5
cabal-version: >=1.8
build-type: Simple
license: GPL-3
license-file: LICENSE
maintainer: hawk.alan@gmail.com
homepage: https://github.com/xpika/typingtester
synopsis: Command Line Typing speed tester
description:
    Prompts the user to type anything they wish. Notifies them of how long it took.
category: Game
author: Alan Hawkins
extra-source-files:
    README.md

source-repository head
    type: git
    location: http://github.com/xpika/TypingTester.git

executable typingtester
    main-is: typingtester.hs
    extensions: Safe
    build-depends:
        base <10000,
        time <10000,
        containers <10000,
        directory <10000