[make Util.Gen re-export contents of GenUtil
John Meacham <john@repetae.net>**20060817025932] hunk ./Util/Gen.hs 3
-module Util.Gen where
+module Util.Gen(module Util.Gen, module GenUtil) where
hunk ./Util/Gen.hs 10
+import GenUtil hiding(replicateM)
+