diff --git a/keera-hails-reactive-cbmvar.cabal b/keera-hails-reactive-cbmvar.cabal
--- a/keera-hails-reactive-cbmvar.cabal
+++ b/keera-hails-reactive-cbmvar.cabal
@@ -6,12 +6,13 @@
 build-type:    Simple
 
 name:          keera-hails-reactive-cbmvar
-version:       0.6.0
+version:       0.7.0
 author:        Sasha Pavlenko
 maintainer:    support@keera.co.uk
 homepage:      https://keera.co.uk/
 license:       BSD3
 license-file:  LICENSE
+copyright:     (C) 2013 Keera Studios Ltd
 category:      Development
 synopsis:      Reactive Haskell on Rails - CBMVars as reactive values
 description:
@@ -22,9 +23,9 @@
   to use them as models of reactive applications.
 
 source-repository head
- type: git
- location: git://github.com/keera-studios/keera-hails
- subdir: keera-hails-reactive-cbmvar
+  type: git
+  location: git://github.com/keera-studios/keera-hails
+  subdir: keera-hails-reactive-cbmvar
 
 -- You can disable the hlint test suite with -f-test-hlint
 flag test-hlint
@@ -47,11 +48,14 @@
     , keera-hails-reactivevalues
     , keera-callbacks
 
-  default-language: Haskell2010
+  default-language:
+    Haskell2010
 
-  hs-source-dirs: src/
+  hs-source-dirs:
+    src/
 
-  ghc-options: -Wall
+  ghc-options:
+    -Wall
 
 test-suite hlint
 
@@ -61,6 +65,9 @@
   main-is:
     HLintMain.hs
 
+  default-language:
+    Haskell2010
+
   hs-source-dirs:
     tests
 
@@ -71,10 +78,6 @@
         base
       , hlint                >= 1.7
 
-  default-language:
-    Haskell2010
-
-
 -- Verify that the code is thoroughly documented
 test-suite haddock-coverage
 
@@ -84,12 +87,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
@@ -99,6 +105,3 @@
       , filepath
       , process
       , regex-posix
-
-  default-language:
-    Haskell2010
