haste-compiler 0.5.5.0 → 0.5.5.1
raw patch · 2 files changed
+3/−3 lines, 2 files
Files
- haste-compiler.cabal +1/−1
- src/haste-boot.hs +2/−2
haste-compiler.cabal view
@@ -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
src/haste-boot.hs view
@@ -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