diff --git a/byteunits.cabal b/byteunits.cabal
--- a/byteunits.cabal
+++ b/byteunits.cabal
@@ -1,34 +1,53 @@
+-- This file has been generated from package.yaml by hpack version 0.21.2.
+--
+-- see: https://github.com/sol/hpack
+--
+-- hash: 20179e2125273750a449e60394c889ddc2f0e22d03d684a96fbb3f20d15e3f41
+
 name:                byteunits
-version:             0.4.0.1
+version:             0.4.0.2
 description:         Human friendly conversion between byte units (KB, MB, GB...)...
 synopsis:            Human friendly conversion between byte units (KB, MB, GB...)
 license:             BSD3
 license-file:        LICENSE
-author:              CabalSaneDefault
-maintainer:          nobody
+author:              chrissound (Chris Stryczynski)
+maintainer:          chrissound (Chris Stryczynski)
 category:            Library
+homepage:            https://github.com/chrissound/byteunits#readme
+bug-reports:         https://github.com/chrissound/byteunits/issues
 build-type:          Simple
-extra-source-files:  ChangeLog.md
-cabal-version:       >=1.10
+cabal-version:       >= 1.10
+
+extra-source-files:
+    ChangeLog.md
+
 source-repository head
-  type:     git
+  type: git
   location: https://github.com/chrissound/byteunits
 
 library
-  hs-source-dirs: src
+  hs-source-dirs:
+      src
   default-language: Haskell2010
-  exposed-modules: Data.ByteUnits
-  build-depends:       base >=4.5 && <5
-                       , safe
-  default-language:    Haskell2010
+  exposed-modules:
+      Data.ByteUnits
+  other-modules:
+      Paths_byteunits
+  build-depends:
+      base >=4.5 && <5
+    , safe
 
-Test-Suite testing-example
-    default-language: Haskell2010
-    Type:          exitcode-stdio-1.0
-    Main-is:       Tests.hs
-    hs-source-dirs: tests
-    build-depends: base
-                 , Cabal
-                 , QuickCheck
-                 , byteunits
-                 , HUnit
+test-suite testing-example
+  type: exitcode-stdio-1.0
+  main-is: Tests.hs
+  other-modules:
+      Paths_byteunits
+  hs-source-dirs:
+      tests
+  build-depends:
+      Cabal
+    , HUnit
+    , QuickCheck
+    , base
+    , byteunits
+  default-language: Haskell2010
