Skip to content

Commit

Permalink
Bump version again and remove accidental debug print. Oops!
Browse files Browse the repository at this point in the history
  • Loading branch information
valderman committed Sep 1, 2015
1 parent 8e40b16 commit 1bfc3b3
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions debian/changelog
@@ -1,5 +1,5 @@
haste-compiler (0.5.1.1) UNRELEASED; urgency=medium
haste-compiler (0.5.1.2) UNRELEASED; urgency=medium

* Cabal sandbox libdir fix.

-- Anton Ekblad <anton@ekblad.cc> Wed, 02 Sep 2015 00:04:19 +0200
-- Anton Ekblad <anton@ekblad.cc> Wed, 02 Sep 2015 00:12:01 +0200
2 changes: 1 addition & 1 deletion haste-compiler.aip
Expand Up @@ -12,7 +12,7 @@
<ROW Property="ProductCode" Value="1033:{3AEA51B2-9698-4906-8B0D-A0584E9F3AFC} " Type="16"/>
<ROW Property="ProductLanguage" Value="1033"/>
<ROW Property="ProductName" Value="Haste"/>
<ROW Property="ProductVersion" Value="0.5.1.1" Type="32"/>
<ROW Property="ProductVersion" Value="0.5.1.2" Type="32"/>
<ROW Property="REBOOT" MultiBuildValue="DefaultBuild:Force"/>
<ROW Property="SecureCustomProperties" Value="OLDPRODUCTS;AI_NEWERPRODUCTFOUND"/>
<ROW Property="UpgradeCode" Value="{AB9351CA-851D-4226-B530-98832BEFC0AF}"/>
Expand Down
2 changes: 1 addition & 1 deletion haste-compiler.cabal
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion libraries/haste-lib/haste-lib.cabal
@@ -1,5 +1,5 @@
Name: haste-lib
Version: 0.5.1.1
Version: 0.5.1.2
License: BSD3
License-File: LICENSE
Synopsis: Base libraries for haste-compiler.
Expand Down
2 changes: 1 addition & 1 deletion libraries/haste-prim/haste-prim.cabal
Expand Up @@ -2,7 +2,7 @@
-- documentation, see http://haskell.org/cabal/users-guide/

name: haste-prim
version: 0.5.1.1
version: 0.5.1.2
synopsis: Low level primitives for the Haste compiler.
-- description:
homepage: http://haste-lang.org
Expand Down
2 changes: 1 addition & 1 deletion src/Haste/Version.hs
Expand Up @@ -12,7 +12,7 @@ import Data.Maybe (listToMaybe)

-- | 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.
Expand Down
1 change: 0 additions & 1 deletion src/hastec.hs
Expand Up @@ -48,7 +48,6 @@ main = do
let ghcconfig = mkGhcCfg fs args
(dfs, _) <- getDynFlagsForConfig ghcconfig
extralibdirs <- getExtraLibDirs dfs
putStrLn $ "EXTRALIBDIRS: " ++ show extralibdirs
let cfg = mkLinkerCfg dfs extralibdirs
. setShowOutputable dfs
$ mkConfig def
Expand Down

0 comments on commit 1bfc3b3

Please sign in to comment.