packages feed

TypingTester 0.1.0.5 → 0.2.0.0

raw patch · 3 files changed

+26/−27 lines, 3 files

Files

README.md view
@@ -2,5 +2,5 @@   sh-3.2$ ./typingtester  -type something:The rain in spain falls mainly on the plain.  +type something:The rain in spain falls mainly on the plane.   9 words in 6.15483 seconds for a speed of 87.73597 WPM (words per minute)  
TypingTester.cabal view
@@ -1,30 +1,22 @@-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+name:                TypingTester+version:             0.2.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@gmail.com+homepage:            https://github.com/xpika/typingtester+category:            Game+build-type:          Simple+cabal-version:       >=1.8+extra-source-files: README.md , changelog  executable typingtester-    main-is: typingtester.hs-    extensions: Safe-    build-depends:-        base <10000,-        time <10000,-        containers <10000,-        directory <10000+  Main-Is: typingtester.hs+  build-depends:       base <10000 , time <10000 ,containers <10000, directory < 10000 +source-repository head+  type:     git+  location: https://github.com/xpika/typingtester 
+ changelog view
@@ -0,0 +1,7 @@+** 0.2.0.0++0.1.0.2 --> 0.2.0.0+===============++* Added support for high scores+