diff --git a/Text/ProtocolBuffers/ProtoCompile.hs b/Text/ProtocolBuffers/ProtoCompile.hs
--- a/Text/ProtocolBuffers/ProtoCompile.hs
+++ b/Text/ProtocolBuffers/ProtoCompile.hs
@@ -38,8 +38,8 @@
 import qualified Text.Google.Protobuf.Compiler.CodeGeneratorResponse as CGR(file)
 import qualified Text.Google.Protobuf.Compiler.CodeGeneratorResponse.File as CGR.File
 
--- The Paths_hprotoc module is produced by cabal
-import Paths_hprotoc(version)
+-- The Paths_hprotoc_fork module is produced by cabal
+import Paths_hprotoc_fork(version)
 
 data Options = Options { optPrefix :: [MName String]
                        , optAs :: [(CanonFP,[MName String])]
diff --git a/Text/ProtocolBuffers/ProtoCompile/Gen.hs b/Text/ProtocolBuffers/ProtoCompile/Gen.hs
--- a/Text/ProtocolBuffers/ProtoCompile/Gen.hs
+++ b/Text/ProtocolBuffers/ProtoCompile/Gen.hs
@@ -21,7 +21,7 @@
 
 import Text.ProtocolBuffers.ProtoCompile.BreakRecursion(Result(..),VertexKind(..),pKey,pfKey,getKind,Part(..))
 
---import Paths_hprotoc(version)
+--import Paths_hprotoc_fork(version)
 --import Data.Version(showVersion)
 import qualified Data.ByteString.Lazy.Char8 as LC(unpack)
 import qualified Data.Foldable as F(foldr,toList)
diff --git a/hprotoc-fork.cabal b/hprotoc-fork.cabal
--- a/hprotoc-fork.cabal
+++ b/hprotoc-fork.cabal
@@ -1,5 +1,5 @@
 name:           hprotoc-fork
-version:        2.0.16
+version:        2.0.16.1
 cabal-version:  >= 1.6
 build-type:     Simple
 license:        BSD3
