diff --git a/geni-util.cabal b/geni-util.cabal
--- a/geni-util.cabal
+++ b/geni-util.cabal
@@ -2,7 +2,7 @@
 -- documentation, see http://haskell.org/cabal/users-guide/
 
 name:                geni-util
-version:             0.25.0
+version:             0.25.0.1
 synopsis:            Companion tools for use with the GenI surface realiser
 description:
   Tools included:
@@ -21,7 +21,6 @@
 build-type:          Simple
 -- extra-source-files:  
 cabal-version:       >=1.10
-
 data-files:   jquery-1.6.2.min.js
           ,   jquery.tablesorter.min.js
           ,   asc.gif
@@ -45,6 +44,8 @@
                ,      text
                ,      blaze-html
                ,      blaze-markup
+  other-modules:
+                      Paths_geni_util
   default-language:    Haskell2010
 
 
@@ -54,6 +55,7 @@
   other-modules:       Report
                ,       Client
                ,       Config
+               ,       Paths_geni_util
   -- other-extensions:    
   build-depends:       base
                ,       bytestring
