diff --git a/mk/config.mk.in b/mk/config.mk.in
index 532be577ac7b5d760085f9a8358dd69a5c30b76f..538c1bac89485c2436351f5a3890218436f816bb 100644
--- a/mk/config.mk.in
+++ b/mk/config.mk.in
@@ -106,7 +106,6 @@ exeext=@exeext@
 # projects use others you must list them in the correct order.
 #
 # Generally: 	* glafp-utils should be first
-#		* literate next
 #		* happy next
 #		* ghc next
 #		then it's up to you
@@ -145,7 +144,7 @@ ProjectPatchLevel = $($(Project)ProjectPatchLevel)
 # 
 GhcProjectName         = The Glorious Glasgow Haskell Compilation System
 GhcProjectNameShort    = ghc
-GhcProjectVersion      = 3.00
+GhcProjectVersion      = 3.01
 GhcProjectPatchLevel   = 0
 
 #---------------------------------------------------------------