diff --git a/src/UU/UUAGC/BootstrapVersion.hs b/src/UU/UUAGC/BootstrapVersion.hs
new file mode 100644
--- /dev/null
+++ b/src/UU/UUAGC/BootstrapVersion.hs
@@ -0,0 +1,3 @@
+module UU.UUAGC.BootstrapVersion(version) where
+
+import Paths_uuagc_bootstrap(version)
diff --git a/src/Version.hs b/src/Version.hs
--- a/src/Version.hs
+++ b/src/Version.hs
@@ -1,7 +1,7 @@
 module Version where
 
-import Paths_uuagc_bootstrap(version)
 import Data.Version
+import UU.UUAGC.BootstrapVersion
 
 banner :: String
 banner = ("Attribute Grammar compiler / HUT project. Version " ++ showVersion version)
diff --git a/uuagc-bootstrap.cabal b/uuagc-bootstrap.cabal
--- a/uuagc-bootstrap.cabal
+++ b/uuagc-bootstrap.cabal
@@ -1,7 +1,7 @@
 cabal-version: >=1.2
 build-type: Simple
 name: uuagc-bootstrap
-version: 0.9.38.6.3
+version: 0.9.38.6.4
 license: GPL
 license-file: LICENSE
 maintainer: Arie Middelkoop <ariem@cs.uu.nl>
@@ -73,3 +73,8 @@
     , ExecutionPlan2Hs
   extensions: TypeSynonymInstances, MultiParamTypeClasses
   hs-source-dirs: src, src-derived
+
+library
+   build-depends:   base >= 4, base < 5
+   hs-source-dirs:  src
+   exposed-modules: UU.UUAGC.BootstrapVersion
