diff --git a/System/Executable/Hash.hs b/System/Executable/Hash.hs
--- a/System/Executable/Hash.hs
+++ b/System/Executable/Hash.hs
@@ -13,12 +13,12 @@
 --      import Distribution.Simple (defaultMainWithHooks, simpleUserHooks, postBuild)
 --      import Distribution.Simple.LocalBuildInfo (buildDir)
 --      import System.Executable.Hash.Internal (maybeInjectExecutableHash)
---      import System.FilePath ((</>))
+--      import System.FilePath ((\</>))
 --
 --      main :: IO ()
 --      main = defaultMainWithHooks $ simpleUserHooks
 --          { postBuild = \_ _ _ buildInfo ->
---              maybeInjectExecutableHash (buildDir buildInfo </> "exeName\/exeName")
+--              maybeInjectExecutableHash (buildDir buildInfo \</> "exeName\/exeName")
 --          }
 -- @
 --
diff --git a/executable-hash.cabal b/executable-hash.cabal
--- a/executable-hash.cabal
+++ b/executable-hash.cabal
@@ -1,5 +1,5 @@
 name:                executable-hash
-version:             0.2.0.1
+version:             0.2.0.2
 synopsis:            Provides the SHA1 hash of the program executable
 description:         See README.md
 homepage:            https://github.com/fpco/executable-hash
