diff --git a/Setup.hs b/Setup.hs
--- a/Setup.hs
+++ b/Setup.hs
@@ -1,6 +1,2 @@
-
-import Distribution.Simple          (defaultMainWithHooks)
-import Distribution.Simple.UUAGC    (uuagcLibUserHook)
-import UU.UUAGC                     (uuagc)
-
-main = defaultMainWithHooks (uuagcLibUserHook uuagc)
+import Distribution.Simple
+main = defaultMain
diff --git a/gll.cabal b/gll.cabal
--- a/gll.cabal
+++ b/gll.cabal
@@ -3,7 +3,7 @@
 
 -- The name of the package.
 name:                gll
-version:             0.2.0.0
+version:             0.2.0.1
 synopsis:            GLL parser with simple combinator interface 
 license:             BSD3
 license-file:        LICENSE
