diff --git a/byteunits.cabal b/byteunits.cabal
--- a/byteunits.cabal
+++ b/byteunits.cabal
@@ -1,5 +1,5 @@
 name:                byteunits
-version:             0.1.0.0
+version:             0.2.0.0
 description:         Human friendly conversion between byte units (KB, MB, GB...)
 synopsis:            Human friendly conversion between byte units (KB, MB, GB...)
 license:             BSD3
@@ -15,6 +15,7 @@
   location: https://github.com/chrissound/byteunits
 
 library
+  hs-source-dirs: .
   default-language: Haskell2010
   exposed-modules: ByteUnits
   build-depends:       base >=4.9 && <4.10
