diff --git a/haste-compiler.cabal b/haste-compiler.cabal
--- a/haste-compiler.cabal
+++ b/haste-compiler.cabal
@@ -1,5 +1,5 @@
 Name:           haste-compiler
-Version:        0.5.5.0
+Version:        0.5.5.1
 License:        BSD3
 License-File:   LICENSE
 Synopsis:       Haskell To ECMAScript compiler
diff --git a/src/haste-boot.hs b/src/haste-boot.hs
--- a/src/haste-boot.hs
+++ b/src/haste-boot.hs
@@ -198,9 +198,9 @@
 
       when (initialPortableBoot cfg) $ do
         mapM_ relocate ["array", "bytestring", "containers", "base",
-                        "deepseq", "dlist", "haste-prim", "time", "haste-lib",
+                        "deepseq", "haste-prim", "time", "haste-lib",
                         "monads-tf", "old-locale", "transformers", "integer-gmp",
-                        "hashable", "text", "binary"]
+                        "hashable", "text", "binary", "random", "QuickCheck", "text"]
 
       -- Wait for closure download to finish.
       await closure
