diff --git a/TypingTester.cabal b/TypingTester.cabal
--- a/TypingTester.cabal
+++ b/TypingTester.cabal
@@ -1,21 +1,29 @@
-name:                TypingTester
-version:             0.1.0.2
-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
+name: TypingTester
+version: 0.1.0.3
+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
-  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
+
