diff --git a/hw-prim-bits.cabal b/hw-prim-bits.cabal
--- a/hw-prim-bits.cabal
+++ b/hw-prim-bits.cabal
@@ -1,17 +1,17 @@
-name:                hw-prim-bits
-version:             0.1.0.0
-synopsis:            Primitive support for bit manipulation
-description:         Please see README.md
-homepage:            https://github.com/githubuser/hw-prim-bits#readme
-license:             BSD3
-license-file:        LICENSE
-author:              Author name here
-maintainer:          example@example.com
-copyright:           2017 Author name here
-category:            Web
-build-type:          Simple
-extra-source-files:  README.md
-cabal-version:       >= 1.10
+name:                   hw-prim-bits
+version:                0.1.0.1
+synopsis:               Primitive support for bit manipulation
+description:            Please see README.md
+homepage:               https://github.com/githubuser/hw-prim-bits#readme
+license:                BSD3
+license-file:           LICENSE
+author:                 John Ky
+maintainer:             newhoggy@gmail.com
+copyright:              2017 John Ky
+category:               Data
+build-type:             Simple
+extra-source-files:     README.md
+cabal-version:          >= 1.10
 
 library
   hs-source-dirs:       src
@@ -23,21 +23,21 @@
   Install-includes:     bits.h
 
 executable hw-prim-bits-exe
-  hs-source-dirs:      app
-  main-is:             Main.hs
-  ghc-options:         -threaded -rtsopts -with-rtsopts=-N
-  build-depends:       base
-                     , hw-prim-bits
-  default-language:    Haskell2010
+  hs-source-dirs:       app
+  main-is:              Main.hs
+  ghc-options:          -threaded -rtsopts -with-rtsopts=-N
+  build-depends:        base
+                      , hw-prim-bits
+  default-language:     Haskell2010
 
 test-suite hw-prim-bits-test
-  type:                exitcode-stdio-1.0
-  hs-source-dirs:      test
-  main-is:             Spec.hs
-  build-depends:       base
-                     , hw-prim-bits
-  ghc-options:         -threaded -rtsopts -with-rtsopts=-N
-  default-language:    Haskell2010
+  type:                 exitcode-stdio-1.0
+  hs-source-dirs:       test
+  main-is:              Spec.hs
+  build-depends:        base
+                      , hw-prim-bits
+  ghc-options:          -threaded -rtsopts -with-rtsopts=-N
+  default-language:     Haskell2010
 
 benchmark bench
     Type: exitcode-stdio-1.0
