Skip to content

Commit 6bd9d55

Browse files
committed
Bump all versions to 0.5.5.1.
1 parent 1c1bf78 commit 6bd9d55

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

debian/changelog

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
haste-compiler (0.5.5.0) UNRELEASED; urgency=medium
1+
haste-compiler (0.5.5.1) UNRELEASED; urgency=medium
22

33
* Misc. bugfixes, new Binary instances.
4+
* Fix broken QuickCheck and random.
45

5-
-- Anton Ekblad <[email protected]> Mon, 05 Sep 2016 16:15:28 +0200
6+
-- Anton Ekblad <[email protected]> Mon, 12 Sep 2016 13:53:34 +0200

haste-compiler.aip

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<ROW Property="ProductCode" Value="1033:{3AEA51B2-9698-4906-8B0D-A0584E9F3AFC} " Type="16"/>
1313
<ROW Property="ProductLanguage" Value="1033"/>
1414
<ROW Property="ProductName" Value="Haste"/>
15-
<ROW Property="ProductVersion" Value="0.5.5.0" Type="32"/>
15+
<ROW Property="ProductVersion" Value="0.5.5.1" Type="32"/>
1616
<ROW Property="REBOOT" MultiBuildValue="DefaultBuild:Force"/>
1717
<ROW Property="SecureCustomProperties" Value="OLDPRODUCTS;AI_NEWERPRODUCTFOUND"/>
1818
<ROW Property="UpgradeCode" Value="{AB9351CA-851D-4226-B530-98832BEFC0AF}"/>

haste-compiler.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: haste-compiler
2-
Version: 0.5.5.0
2+
Version: 0.5.5.1
33
License: BSD3
44
License-File: LICENSE
55
Synopsis: Haskell To ECMAScript compiler

libraries/haste-lib/haste-lib.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: haste-lib
2-
Version: 0.5.5.0
2+
Version: 0.5.5.1
33
License: BSD3
44
License-File: LICENSE
55
Synopsis: Base libraries for haste-compiler.
@@ -65,7 +65,7 @@ Library
6565
ghc-prim,
6666
containers > 0.5.6 && < 0.5.7,
6767
bytestring < 0.11,
68-
haste-prim == 0.5.5.0,
68+
haste-prim == 0.5.5.1,
6969
time == 1.5.0.1
7070
if impl(haste)
7171
if impl(ghc >= 7.10)

libraries/haste-prim/haste-prim.cabal

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
-- documentation, see http://haskell.org/cabal/users-guide/
33

44
name: haste-prim
5-
version: 0.5.5.0
5+
version: 0.5.5.1
66
synopsis: Low level primitives for the Haste compiler.
77
-- description:
88
homepage: http://haste-lang.org
@@ -48,6 +48,6 @@ library
4848
ghc-prim >=0.3 && <0.5,
4949
integer-gmp >=0.5 && <0.6
5050
if !impl(haste)
51-
build-depends: haste-compiler == 0.5.5.0
51+
build-depends: haste-compiler == 0.5.5.1
5252
hs-source-dirs: src
5353
default-language: Haskell2010

0 commit comments

Comments
 (0)