diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
 # hw-diagnostics
-[![CircleCI](https://circleci.com/gh/haskell-works/hw-diagnostics/tree/0-branch.svg?style=svg)](https://circleci.com/gh/haskell-works/hw-diagnostics/tree/0-branch)
+
+[![CircleCI](https://circleci.com/gh/haskell-works/hw-diagnostics.svg?style=svg)](https://circleci.com/gh/haskell-works/hw-diagnostics)
 
 Simple facilities for debugging code
diff --git a/hw-diagnostics.cabal b/hw-diagnostics.cabal
--- a/hw-diagnostics.cabal
+++ b/hw-diagnostics.cabal
@@ -1,27 +1,33 @@
-name:                   hw-diagnostics
-version:                0.0.0.5
-synopsis:               Diagnostics library
-description:            Please see README.md
-homepage:               http://github.com/haskell-works/hw-diagnostics#readme
-license:                BSD3
-license-file:           LICENSE
-author:                 John Ky
-maintainer:             newhoggy@gmail.com
-copyright:              2016 John Ky
-category:               Profiling
-build-type:             Simple
-extra-source-files:     README.md
-cabal-version:          >= 1.22
-
-library
-  hs-source-dirs:       src
-  exposed-modules:      HaskellWorks.Diagnostics
-                      , HaskellWorks.Diagnostics.Time
-  build-depends:        base                          >= 4          && < 5
-
-  default-language:     Haskell2010
-  ghc-options:          -Wall
+name:           hw-diagnostics
+version:        0.0.0.7
+synopsis:       Diagnostics library
+description:    Please see README.md
+category:       Profiling
+homepage:       http://github.com/haskell-works/hw-diagnostics#readme
+bug-reports:    https://github.com/haskell-works/hw-diagnostics/issues
+author:         John Ky
+maintainer:     newhoggy@gmail.com
+copyright:      2016 John Ky
+license:        BSD3
+license-file:   LICENSE
+build-type:     Simple
+cabal-version:  >= 1.10
+extra-source-files:
+    README.md
 
 source-repository head
-  type:     git
+  type: git
   location: https://github.com/haskell-works/hw-diagnostics
+
+library
+  exposed-modules:
+      HaskellWorks.Diagnostics
+      HaskellWorks.Diagnostics.Time
+  other-modules:
+      Paths_hw_diagnostics
+  hs-source-dirs:
+      src
+  ghc-options: -Wall
+  build-depends:
+      base >=4 && <5
+  default-language: Haskell2010
