diff --git a/keera-hails-i18n.cabal b/keera-hails-i18n.cabal
--- a/keera-hails-i18n.cabal
+++ b/keera-hails-i18n.cabal
@@ -6,12 +6,13 @@
 build-type:    Simple
 
 name:          keera-hails-i18n
-version:       0.6.0
+version:       0.7.0
 author:        Ivan Perez
 maintainer:    support@keera.co.uk
 homepage:      http://www.keera.co.uk/blog/community/
 license:       BSD3
 license-file:  LICENSE
+copyright:     (C) 2013 Keera Studios Ltd
 category:      Development
 synopsis:      Rapid Gtk Application Development - I18N
 description:
@@ -32,9 +33,9 @@
 
 
 source-repository head
- type: git
- location: git://github.com/keera-studios/keera-hails
- subdir: keera-hails-i18n
+  type: git
+  location: git://github.com/keera-studios/keera-hails
+  subdir: keera-hails-i18n
 
 
 -- You can disable the hlint test suite with -f-test-hlint
@@ -65,11 +66,14 @@
     , hgettext
     , setlocale
 
-  default-language: Haskell2010
+  default-language:
+    Haskell2010
 
-  hs-source-dirs: src/
+  hs-source-dirs:
+    src/
 
-  ghc-options: -Wall -fno-warn-unused-do-bind -O2
+  ghc-options:
+    -Wall -fno-warn-unused-do-bind -O2
 
 
 test-suite hlint
@@ -80,6 +84,9 @@
   main-is:
     HLintMain.hs
 
+  default-language:
+    Haskell2010
+
   hs-source-dirs:
     tests
 
@@ -90,10 +97,6 @@
         base
       , hlint                >= 1.7
 
-  default-language:
-    Haskell2010
-
-
 -- Verify that the code is thoroughly documented
 test-suite haddock-coverage
 
@@ -103,12 +106,15 @@
   main-is:
     HaddockCoverage.hs
 
-  ghc-options:
-    -Wall
+  default-language:
+    Haskell2010
 
   hs-source-dirs:
     tests
 
+  ghc-options:
+    -Wall
+
   if !flag(test-doc-coverage)
     buildable: False
   else
@@ -118,6 +124,3 @@
       , filepath
       , process
       , regex-posix
-
-  default-language:
-    Haskell2010
