File tree 5 files changed +9
-8
lines changed
5 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 1
- haste-compiler (0.5.5.0 ) UNRELEASED; urgency=medium
1
+ haste-compiler (0.5.5.1 ) UNRELEASED; urgency=medium
2
2
3
3
* Misc. bugfixes, new Binary instances.
4
+ * Fix broken QuickCheck and random.
4
5
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
Original file line number Diff line number Diff line change 12
12
<ROW Property =" ProductCode" Value =" 1033:{3AEA51B2-9698-4906-8B0D-A0584E9F3AFC} " Type =" 16" />
13
13
<ROW Property =" ProductLanguage" Value =" 1033" />
14
14
<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" />
16
16
<ROW Property =" REBOOT" MultiBuildValue =" DefaultBuild:Force" />
17
17
<ROW Property =" SecureCustomProperties" Value =" OLDPRODUCTS;AI_NEWERPRODUCTFOUND" />
18
18
<ROW Property =" UpgradeCode" Value =" {AB9351CA-851D-4226-B530-98832BEFC0AF}" />
Original file line number Diff line number Diff line change 1
1
Name : haste-compiler
2
- Version : 0.5.5.0
2
+ Version : 0.5.5.1
3
3
License : BSD3
4
4
License-File : LICENSE
5
5
Synopsis : Haskell To ECMAScript compiler
Original file line number Diff line number Diff line change 1
1
Name : haste-lib
2
- Version : 0.5.5.0
2
+ Version : 0.5.5.1
3
3
License : BSD3
4
4
License-File : LICENSE
5
5
Synopsis : Base libraries for haste-compiler.
@@ -65,7 +65,7 @@ Library
65
65
ghc-prim,
66
66
containers > 0.5.6 && < 0.5.7 ,
67
67
bytestring < 0.11 ,
68
- haste-prim == 0.5.5.0 ,
68
+ haste-prim == 0.5.5.1 ,
69
69
time == 1.5.0.1
70
70
if impl(haste)
71
71
if impl(ghc >= 7.10 )
Original file line number Diff line number Diff line change 2
2
-- documentation, see http://haskell.org/cabal/users-guide/
3
3
4
4
name : haste-prim
5
- version : 0.5.5.0
5
+ version : 0.5.5.1
6
6
synopsis : Low level primitives for the Haste compiler.
7
7
-- description:
8
8
homepage : http://haste-lang.org
@@ -48,6 +48,6 @@ library
48
48
ghc-prim >= 0.3 && < 0.5 ,
49
49
integer-gmp >= 0.5 && < 0.6
50
50
if !impl(haste)
51
- build-depends : haste-compiler == 0.5.5.0
51
+ build-depends : haste-compiler == 0.5.5.1
52
52
hs-source-dirs : src
53
53
default-language : Haskell2010
You can’t perform that action at this time.
0 commit comments