haste-compiler 0.2.6 → 0.2.7
raw patch · 3 files changed
+3/−2 lines, 3 files
Files
- haste-compiler.cabal +1/−1
- src/Haste/Version.hs +1/−1
- src/haste-boot.hs +1/−0
haste-compiler.cabal view
@@ -1,5 +1,5 @@ Name: haste-compiler-Version: 0.2.6+Version: 0.2.7 License: BSD3 License-File: LICENSE Synopsis: Haskell To ECMAScript compiler
src/Haste/Version.hs view
@@ -10,7 +10,7 @@ import Haste.Environment (hasteDir) hasteVersion :: Version-hasteVersion = Version [0, 2, 6] []+hasteVersion = Version [0, 2, 7] [] ghcVersion :: String ghcVersion = cProjectVersion
src/haste-boot.hs view
@@ -131,6 +131,7 @@ run_ hastePkgBinary ["update", "packageconfig"] "" -- Install integer-gmp; double install shouldn't be needed anymore.+ run_ hasteCopyPkgBinary ["Cabal"] "" inDirectory "integer-gmp" $ do hasteInst ["install", ghcOpts]