diff --git a/Craft3e.cabal b/Craft3e.cabal
--- a/Craft3e.cabal
+++ b/Craft3e.cabal
@@ -1,6 +1,6 @@
 
 name: Craft3e
-version: 0.2.0.0
+version: 0.2.0.1
 license: MIT
 license-file: LICENSE
 copyright: (c) Addison Wesley
@@ -45,9 +45,6 @@
     HUnit >= 1.2.0
   
   exposed-modules:
-    
-
-  other-modules:
     Chapter1
     Chapter10
     Chapter11
@@ -114,7 +111,10 @@
     QueueState
     RandomGen
     ServerState
-    TopLevelServe
+    TopLevelServe  
+
+  other-modules:
+
 
   hs-source-dirs: . ./Calculator ./Chapter15 ./Chapter16 ./Chapter19 ./Simulation  ./Chapter20
 
diff --git a/FirstScript.hs b/FirstScript.hs
--- a/FirstScript.hs
+++ b/FirstScript.hs
@@ -1,9 +1,11 @@
-{- #########################################################
-
-        FirstScript.hs
-        Simon Thompson, August 2010.
+-------------------------------------------------------------------------
+-- 
+--
+--        FirstScript.hs
+--        Simon Thompson, August 2010.
+--
+-------------------------------------------------------------------------
 
-######################################################### -}
 
 module FirstScript where
 
