packages feed

haste-compiler 0.5.1.1 → 0.5.1.2

raw patch · 3 files changed

+2/−3 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

haste-compiler.cabal view
@@ -1,5 +1,5 @@ Name:           haste-compiler-Version:        0.5.1.1+Version:        0.5.1.2 License:        BSD3 License-File:   LICENSE Synopsis:       Haskell To ECMAScript compiler
src/Haste/Version.hs view
@@ -12,7 +12,7 @@  -- | Current Haste version. hasteVersion :: Version-hasteVersion = Version [0,5,1,1] []+hasteVersion = Version [0,5,1,2] []  -- | Current Haste version as an Int. The format of this version number is --   MAJOR*10 000 + MINOR*100 + MICRO.
src/hastec.hs view
@@ -48,7 +48,6 @@         let ghcconfig = mkGhcCfg fs args         (dfs, _) <- getDynFlagsForConfig ghcconfig         extralibdirs <- getExtraLibDirs dfs-        putStrLn $ "EXTRALIBDIRS: " ++ show extralibdirs         let cfg = mkLinkerCfg dfs extralibdirs                 . setShowOutputable dfs                 $ mkConfig def