ANNOUNCE: GHC 7.10.1 Release Candidate 2

We are pleased to announce the second release candidate for GHC 7.10.1: https://downloads.haskell.org/~ghc/7.10.1-rc2/ This includes the source tarball and bindists for 64bit/32bit Linux and Windows. Binary builds for other platforms will be available shortly. (CentOS 6.5 binaries are not available at this time like they were for 7.8.x). These binaries and tarballs have an accompanying SHA256SUMS file signed by my GPG key id (0x3B58D86F). We plan to make the 7.10.1 release sometime in February of 2015. Please test as much as possible; bugs are much cheaper if we find them before the release! -- Regards, Austin Seipp, Haskell Consultant Well-Typed LLP, http://www.well-typed.com/

It appears GHC 7.10.1-rc2 doesn’t support glibc 2.11 — specifically, 2.11.1 (Ubuntu 10.04 LTS) and 2.11.3 (Debian 6). glibc 2.12 (CentOS 6) seems to work fine. Symptoms include:
Installing library in
/app/ghc/lib/ghc-7.10.0.20150123/ghc_0kOYffGYd794400D7yvIjm
"/app/ghc/lib/ghc-7.10.0.20150123/bin/ghc-pkg" --force --global-package-db "/app/ghc/lib/ghc-7.10.0.20150123/package.conf.d" update rts/dist/package.conf.install
Reading package info from "rts/dist/package.conf.install" ... done.
"utils/ghc-cabal/dist-install/build/tmp/ghc-cabal-bindist" register libraries/ghc-prim dist-install "/app/ghc/lib/ghc-7.10.0.20150123/bin/ghc" "/app/ghc/lib/ghc-7.10.0.20150123/bin/ghc-pkg" "/app/ghc/lib/ghc-7.10.0.20150123" '' '/app/ghc' '/app/ghc/lib/ghc-7.10.0.20150123' '/app/ghc/share/doc/ghc/html/libraries' NO
Warning: cannot determine version of /app/ghc/lib/ghc-7.10.0.20150123/bin/ghc
:
""
ghc-cabal: '/app/ghc/lib/ghc-7.10.0.20150123/bin/ghc' exited with an error:
/app/ghc/lib/ghc-7.10.0.20150123/bin/ghc: symbol lookup error:
/app/ghc/lib/ghc-7.10.0.20150123/bin/../rts/libHSrts_thr-ghc7.10.0.20150123.so:
undefined symbol: pthread_setname_np
The bindist name does mention 'deb7', so perhaps this is all working as intended. However, similarly named bindists for GHC 7.8.* work fine with glibc 2.11.
In other news, I’m happy to say Halcyon now supports GHC 7.10.1-rc2 on CentOS 6 and 7, Debian 7, Fedora 19, 20, and 21, and Ubuntu 12 and 14.
https://halcyon.sh/
$ halcyon install --ghc-version=7.10.1-rc2 --cabal-version=1.22.0.0
Best,
--
Miëtek
On 2015-01-27, at 00:13, Austin Seipp
We are pleased to announce the second release candidate for GHC 7.10.1:
https://downloads.haskell.org/~ghc/7.10.1-rc2/
This includes the source tarball and bindists for 64bit/32bit Linux and Windows. Binary builds for other platforms will be available shortly. (CentOS 6.5 binaries are not available at this time like they were for 7.8.x). These binaries and tarballs have an accompanying SHA256SUMS file signed by my GPG key id (0x3B58D86F).
We plan to make the 7.10.1 release sometime in February of 2015.
Please test as much as possible; bugs are much cheaper if we find them before the release!
-- Regards,
Austin Seipp, Haskell Consultant Well-Typed LLP, http://www.well-typed.com/ _______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://www.haskell.org/mailman/listinfo/ghc-devs

Has anybody successfully build and used this on the Mac on 10.10 using the
latest XCode? While it is better than RC1 I am still seeing the following
two issues:
- programs compiled with llvm fail at runtime with illegal instruction
- calling main from the ghci inerpreter after loading compiled code
results in
- Prelude Main> main
Too late for parseStaticFlags: call it before runGhc or runGhcT
*** Exception: ExitFailure 1
Instead of solving the above, I'd be happy to switch to a Mac OS bindist
and see if I have the same problems there. Do we have an ETA for a Mac OS
bindist?
Thanks
George
On Mon, Jan 26, 2015 at 8:13 PM, Austin Seipp
We are pleased to announce the second release candidate for GHC 7.10.1:
https://downloads.haskell.org/~ghc/7.10.1-rc2/
This includes the source tarball and bindists for 64bit/32bit Linux and Windows. Binary builds for other platforms will be available shortly. (CentOS 6.5 binaries are not available at this time like they were for 7.8.x). These binaries and tarballs have an accompanying SHA256SUMS file signed by my GPG key id (0x3B58D86F).
We plan to make the 7.10.1 release sometime in February of 2015.
Please test as much as possible; bugs are much cheaper if we find them before the release!
-- Regards,
Austin Seipp, Haskell Consultant Well-Typed LLP, http://www.well-typed.com/ _______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://www.haskell.org/mailman/listinfo/ghc-devs

George, what version of llvm are you using? afaik, only llvm 3.5 is
supported for 7.10 (though I could be wrong)
On Tue, Jan 27, 2015 at 8:39 PM, George Colpitts
Has anybody successfully build and used this on the Mac on 10.10 using the latest XCode? While it is better than RC1 I am still seeing the following two issues:
- programs compiled with llvm fail at runtime with illegal instruction - calling main from the ghci inerpreter after loading compiled code results in - Prelude Main> main Too late for parseStaticFlags: call it before runGhc or runGhcT *** Exception: ExitFailure 1
Instead of solving the above, I'd be happy to switch to a Mac OS bindist and see if I have the same problems there. Do we have an ETA for a Mac OS bindist?
Thanks
George
On Mon, Jan 26, 2015 at 8:13 PM, Austin Seipp
wrote: We are pleased to announce the second release candidate for GHC 7.10.1:
https://downloads.haskell.org/~ghc/7.10.1-rc2/
This includes the source tarball and bindists for 64bit/32bit Linux and Windows. Binary builds for other platforms will be available shortly. (CentOS 6.5 binaries are not available at this time like they were for 7.8.x). These binaries and tarballs have an accompanying SHA256SUMS file signed by my GPG key id (0x3B58D86F).
We plan to make the 7.10.1 release sometime in February of 2015.
Please test as much as possible; bugs are much cheaper if we find them before the release!
-- Regards,
Austin Seipp, Haskell Consultant Well-Typed LLP, http://www.well-typed.com/ _______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://www.haskell.org/mailman/listinfo/ghc-devs
_______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://www.haskell.org/mailman/listinfo/ghc-devs

I have llvm 3.4.2. Not sure why I thought that was the supported version. Where would that be documented? There doesn't seem to be anything on this in https://downloads.haskell.org/~ghc/7.10.1-rc1/docs/html/users_guide/release-... There is lots of mail about llvm. I guess the following from Ben Gamari on 11/28 implies llvm 3.5. I couldn't find anything more definitive. Once I get a definitive answer I will try again assuming the answer is not 3.4.2 To summarize, * it seems like LLVM 3.4 chokes on the code produced by my 3.5 rework when the `$def` symbols are marked as internal * ARM is broken (again) due to a bug in the GHC calling convention implementation; an LLVM fix is waiting to be merged * I have code reworking TNTC for LLVM 3.6; unfortunately LLVM 3.6 support will likely need to wait until 7.12 * Austin's LLVM packaging proposal seems very much like the right way forward * Anticipating this proposal, I have started collecting [2] optimization passes Cheers, On Tue, Jan 27, 2015 at 9:52 PM, Carter Schonwald < carter.schonwald@gmail.com> wrote:
George, what version of llvm are you using? afaik, only llvm 3.5 is supported for 7.10 (though I could be wrong)
On Tue, Jan 27, 2015 at 8:39 PM, George Colpitts < george.colpitts@gmail.com> wrote:
Has anybody successfully build and used this on the Mac on 10.10 using the latest XCode? While it is better than RC1 I am still seeing the following two issues:
- programs compiled with llvm fail at runtime with illegal instruction - calling main from the ghci inerpreter after loading compiled code results in - Prelude Main> main Too late for parseStaticFlags: call it before runGhc or runGhcT *** Exception: ExitFailure 1
Instead of solving the above, I'd be happy to switch to a Mac OS bindist and see if I have the same problems there. Do we have an ETA for a Mac OS bindist?
Thanks
George
On Mon, Jan 26, 2015 at 8:13 PM, Austin Seipp
wrote: We are pleased to announce the second release candidate for GHC 7.10.1:
https://downloads.haskell.org/~ghc/7.10.1-rc2/
This includes the source tarball and bindists for 64bit/32bit Linux and Windows. Binary builds for other platforms will be available shortly. (CentOS 6.5 binaries are not available at this time like they were for 7.8.x). These binaries and tarballs have an accompanying SHA256SUMS file signed by my GPG key id (0x3B58D86F).
We plan to make the 7.10.1 release sometime in February of 2015.
Please test as much as possible; bugs are much cheaper if we find them before the release!
-- Regards,
Austin Seipp, Haskell Consultant Well-Typed LLP, http://www.well-typed.com/ _______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://www.haskell.org/mailman/listinfo/ghc-devs
_______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://www.haskell.org/mailman/listinfo/ghc-devs

I've just built a bindist under 10.10, but just normal not expressly llvm. I'll test this in a bit then post it -- but might be sometime tomorrow before it is up. - Mark

Hi Mark, On 2015-01-28 at 04:31:29 +0100, Mark Lentczner wrote:
I've just built a bindist under 10.10, but just normal not expressly llvm. I'll test this in a bit then post it -- but might be sometime tomorrow before it is up.
How's progress on this btw? Are you also working on a GHC 7.8.4 OSX bindist by any chance? Cheers, hvr

On Mon, Feb 2, 2015 at 9:37 AM, Herbert Valerio Riedel
Hi Mark,
On 2015-01-28 at 04:31:29 +0100, Mark Lentczner wrote:
I've just built a bindist under 10.10, but just normal not expressly llvm. I'll test this in a bit then post it -- but might be sometime tomorrow before it is up.
How's progress on this btw? Are you also working on a GHC 7.8.4 OSX bindist by any chance?
I made a bindist of RC2 (just like I did for RC1) which is here [1]. This was built on 10.9, without anything special for llvm. If anyone wants me to try something or produce a different build, please let me know. Erik [1] https://docs.google.com/a/silk.co/uc?id=0B5E6EvOcuE0nVmJ3WElQZW81b1U&export=download

Thanks Eric, I have the same problem with this as the RC2 I build from
source, i.e. Mac specific bug https://ghc.haskell.org/trac/ghc/ticket/10053
:
error in ghci calling main after loading compiled code -- Too late for
parseStaticFlags: call it before runGhc or runGhcT
I have a file mainbug.hs that consists of
main =
print "hello"
I can reproduce it as follows:
ghc -dynamic mainbug.hs
[1 of 1] Compiling Main ( mainbug.hs, mainbug.o )
Linking mainbug ...
bash-3.2$ ghci
GHCi, version 7.10.0.20150123: http://www.haskell.org/ghc/ :? for help
Prelude> :load mainbug
Ok, modules loaded: Main.
Prelude Main> :show modules
Main ( mainbug.hs, mainbug.o )
Prelude Main> main
Too late for parseStaticFlags: call it before runGhc or runGhcT
*** Exception: ExitFailure 1
Loading it interpreted works fine:
rm mainbug.o
bash-3.2$ ghci
GHCi, version 7.10.0.20150123: http://www.haskell.org/ghc/ :? for help
Prelude> :load mainbug
[1 of 1] Compiling Main ( mainbug.hs, interpreted )
Ok, modules loaded: Main.
*Main> main
"hello"
Can anybody else reproduce this bug on their Mac?
On Mon, Feb 2, 2015 at 6:58 AM, Erik Hesselink
On Mon, Feb 2, 2015 at 9:37 AM, Herbert Valerio Riedel
wrote: Hi Mark,
On 2015-01-28 at 04:31:29 +0100, Mark Lentczner wrote:
I've just built a bindist under 10.10, but just normal not expressly llvm. I'll test this in a bit then post it -- but might be sometime tomorrow before it is up.
How's progress on this btw? Are you also working on a GHC 7.8.4 OSX bindist by any chance?
I made a bindist of RC2 (just like I did for RC1) which is here [1]. This was built on 10.9, without anything special for llvm. If anyone wants me to try something or produce a different build, please let me know.
Erik
[1] https://docs.google.com/a/silk.co/uc?id=0B5E6EvOcuE0nVmJ3WElQZW81b1U&export=download _______________________________________________ Glasgow-haskell-users mailing list Glasgow-haskell-users@haskell.org http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

I will have 7.10 RC2 and 7.8.4 mac bindist up tonight - but I need help testing them on various configurations before we declare them "good". I'll post again when they are up. - Mark

With all three listed build.mk settings, I'm unable to make install: arch: linux-amd64 I had no problem building rc1 (7.10.0.20141222). # config 1 BuildFlavour = perf V = 0 GhcLibWays = v DYNAMIC_GHC_PROGRAMS = NO DYNAMIC_BY_DEFAULT = NO GhcHcOpts= # config 2 BuildFlavour = perf V = 0 DYNAMIC_GHC_PROGRAMS = NO DYNAMIC_BY_DEFAULT = NO GhcHcOpts= # config 3 BuildFlavour = perf V = 0 DYNAMIC_GHC_PROGRAMS = NO DYNAMIC_BY_DEFAULT = NO # copy config to mk/build.mk $ perl boot $ ./configure --prefix=/usr/local/ghc/7.10.0.20150123 $ make install [...] Installing library in /usr/local/ghc/7.10.0.20150123/lib/ghc-7.10.0.20150123/ghcpr_FgrV6cgh2JHBlbcx1OSlwt ghc-cabal: dist-install/build/HSghcpr_FgrV6cgh2JHBlbcx1OSlwt.o: does not exist ghc.mk:918: recipe for target 'install_packages' failed make[1]: *** [install_packages] Error 1 Makefile:71: recipe for target 'install' failed make: *** [install] Error 2

On Wed, Jan 28, 2015 at 11:45 AM, Tuncer Ayaz wrote:
With all three listed build.mk settings, I'm unable to make install:
arch: linux-amd64
I had no problem building rc1 (7.10.0.20141222).
# config 1 BuildFlavour = perf V = 0 GhcLibWays = v DYNAMIC_GHC_PROGRAMS = NO DYNAMIC_BY_DEFAULT = NO GhcHcOpts=
# config 2 BuildFlavour = perf V = 0 DYNAMIC_GHC_PROGRAMS = NO DYNAMIC_BY_DEFAULT = NO GhcHcOpts=
# config 3 BuildFlavour = perf V = 0 DYNAMIC_GHC_PROGRAMS = NO DYNAMIC_BY_DEFAULT = NO
# copy config to mk/build.mk $ perl boot $ ./configure --prefix=/usr/local/ghc/7.10.0.20150123 $ make install
[...]
Installing library in /usr/local/ghc/7.10.0.20150123/lib/ghc-7.10.0.20150123/ghcpr_FgrV6cgh2JHBlbcx1OSlwt ghc-cabal: dist-install/build/HSghcpr_FgrV6cgh2JHBlbcx1OSlwt.o: does not exist ghc.mk:918: recipe for target 'install_packages' failed make[1]: *** [install_packages] Error 1 Makefile:71: recipe for target 'install' failed make: *** [install] Error 2
So, am I alone in encountering this issue with RC2 but not RC1?

On Sat, Feb 7, 2015 at 2:01 PM, Tuncer Ayaz wrote:
On Wed, Jan 28, 2015 at 11:45 AM, Tuncer Ayaz wrote:
With all three listed build.mk settings, I'm unable to make install:
[...]
Makefile:71: recipe for target 'install' failed make: *** [install] Error 2
So, am I alone in encountering this issue with RC2 but not RC1?
Didn't figure out the failure's cause, but the next clean build was successful.

On 27 January 2015 at 01:13, Austin Seipp
We are pleased to announce the second release candidate for GHC 7.10.1:
Thanks, I updated my Fedora ghc-7.10 Copr repo to RC2: https://copr.fedoraproject.org/coprs/petersen/ghc-7.10/ (The build is currently only for Rawhide but I think it should work on Fedora 21 too.) Jens

Hi,
Does ghc7.10rc2 support for windows 32bit OS (Windows 7) ?
I tried to build ghc7.10rc2 [1],[2] on my old 32bit windows to check FTP.
Then, the following error has occurred:
"C:/MinGW/msys/1.0/home/my/devel/haskell.build.mingw/work8.ghc.7.10.rc2/ghc-7.10.0.20150123/inplace/mingw/bin/ld.exe"
-r -o
libraries/directory/dist-install/build/HSdirec_3OAebvWY9YTGrbhfMGQ0ml.o
libraries/directory/dist-install/build/System/Directory.o
libraries/directory/dist-install/build/cbits/directory.o
"inplace/bin/ghc-stage1.exe" -hisuf hi -osuf o -hcsuf hc -static -H64m
-O0 -fasm -this-package-key proce_9HgSaudU0TAKauLzQHuwnO
-hide-all-packages -i -ilibraries/process/.
-ilibraries/process/dist-install/build
-ilibraries/process/dist-install/build/autogen
-Ilibraries/process/dist-install/build
-Ilibraries/process/dist-install/build/autogen -Ilibraries/process/include
-optP-include
-optPlibraries/process/dist-install/build/autogen/cabal_macros.h
-package-key Win32_Cjc5QN7bEuvL7SrTr96E5g -package-key
base_469rOtLAqwTGFEOGWxSUiQ -package-key deeps_FT5iVCELxOr62eHY0nbvnU
-package-key direc_3OAebvWY9YTGrbhfMGQ0ml -package-key
filep_1vDJvPDP7mkAk0dVCj6gws -Wall -XHaskell2010 -O -fasm
-no-user-package-db -rtsopts -odir
libraries/process/dist-install/build -hidir
libraries/process/dist-install/build -stubdir
libraries/process/dist-install/build -c
libraries/process/./System/Process/Internals.hs -o
libraries/process/dist-install/build/System/Process/Internals.o
libraries\process\System\Process\Internals.hs:36:5:
Not in scope: <81>estopDelegateControlC<81>f
Perhaps you meant one of these:
<81>estartDelegateControlC<81>f (line 467),
<81>eendDelegateControlC<81>f (line 470)
make[1]: ***
[libraries/process/dist-install/build/System/Process/Internals.o] Error 1
make: *** [all] Error 2
I looks like 'stopDelegateControl' is not defined in
System\Process\Internals.hs for mingw32_HOST_OS.
[1]:
https://downloads.haskell.org/~ghc/7.10.1-rc2/ghc-7.10.0.20150123-src.tar.bz...
[2]:
https://downloads.haskell.org/~ghc/7.10.1-rc2/ghc-7.10.0.20150123-windows-ex...
Regards,
Takenobu
2015-01-27 9:13 GMT+09:00 Austin Seipp
We are pleased to announce the second release candidate for GHC 7.10.1:
https://downloads.haskell.org/~ghc/7.10.1-rc2/
This includes the source tarball and bindists for 64bit/32bit Linux and Windows. Binary builds for other platforms will be available shortly. (CentOS 6.5 binaries are not available at this time like they were for 7.8.x). These binaries and tarballs have an accompanying SHA256SUMS file signed by my GPG key id (0x3B58D86F).
We plan to make the 7.10.1 release sometime in February of 2015.
Please test as much as possible; bugs are much cheaper if we find them before the release!
-- Regards,
Austin Seipp, Haskell Consultant Well-Typed LLP, http://www.well-typed.com/ _______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://www.haskell.org/mailman/listinfo/ghc-devs

Hi,
I modified System/Process/Internals.hs locally and build on MinGW 32bit.
Then I was successful to build on 32bit Windows 7.
Shall I write a bug report on trac or any? or ghc7.10.1.rc2 will not
support 32 bit Windows?
Change part is the following:
diff -u ghc-7.10.0.20150123/libraries/process/System/Process/
Internals.hs.org
ghc-7.10.0.20150123/libraries/process/System/Process/Internals.hs
--- ghc-7.10.0.20150123/libraries/process/System/Process/Internals.hs.org
2015-01-19
21:37:52 +0900
+++ ghc-7.10.0.20150123/libraries/process/System/Process/Internals.hs
2015-02-17
13:50:31 +0900
@@ -469,6 +469,9 @@
endDelegateControlC :: ExitCode -> IO ()
endDelegateControlC _ = return ()
+stopDelegateControlC :: IO ()
+stopDelegateControlC = return ()
+
foreign import ccall unsafe "runInteractiveProcess"
c_runInteractiveProcess
:: CWString
Regards,
Takenobu
2015-02-13 19:35 GMT+09:00 Takenobu Tani
Hi,
Does ghc7.10rc2 support for windows 32bit OS (Windows 7) ?
I tried to build ghc7.10rc2 [1],[2] on my old 32bit windows to check FTP. Then, the following error has occurred:
"C:/MinGW/msys/1.0/home/my/devel/haskell.build.mingw/work8.ghc.7.10.rc2/ghc-7.10.0.20150123/inplace/mingw/bin/ld.exe" -r -o libraries/directory/dist-install/build/HSdirec_3OAebvWY9YTGrbhfMGQ0ml.o libraries/directory/dist-install/build/System/Directory.o libraries/directory/dist-install/build/cbits/directory.o "inplace/bin/ghc-stage1.exe" -hisuf hi -osuf o -hcsuf hc -static -H64m -O0 -fasm -this-package-key proce_9HgSaudU0TAKauLzQHuwnO -hide-all-packages -i -ilibraries/process/. -ilibraries/process/dist-install/build -ilibraries/process/dist-install/build/autogen -Ilibraries/process/dist-install/build -Ilibraries/process/dist-install/build/autogen -Ilibraries/process/include -optP-include -optPlibraries/process/dist-install/build/autogen/cabal_macros.h -package-key Win32_Cjc5QN7bEuvL7SrTr96E5g -package-key base_469rOtLAqwTGFEOGWxSUiQ -package-key deeps_FT5iVCELxOr62eHY0nbvnU -package-key direc_3OAebvWY9YTGrbhfMGQ0ml -package-key filep_1vDJvPDP7mkAk0dVCj6gws -Wall -XHaskell2010 -O -fasm -no-user-package-db -rtsopts -odir libraries/process/dist-install/build -hidir libraries/process/dist-install/build -stubdir libraries/process/dist-install/build -c libraries/process/./System/Process/Internals.hs -o libraries/process/dist-install/build/System/Process/Internals.o
libraries\process\System\Process\Internals.hs:36:5: Not in scope: <81>estopDelegateControlC<81>f Perhaps you meant one of these: <81>estartDelegateControlC<81>f (line 467), <81>eendDelegateControlC<81>f (line 470) make[1]: *** [libraries/process/dist-install/build/System/Process/Internals.o] Error 1 make: *** [all] Error 2
I looks like 'stopDelegateControl' is not defined in System\Process\Internals.hs for mingw32_HOST_OS.
[1]: https://downloads.haskell.org/~ghc/7.10.1-rc2/ghc-7.10.0.20150123-src.tar.bz... [2]: https://downloads.haskell.org/~ghc/7.10.1-rc2/ghc-7.10.0.20150123-windows-ex...
Regards, Takenobu
2015-01-27 9:13 GMT+09:00 Austin Seipp
: We are pleased to announce the second release candidate for GHC 7.10.1:
https://downloads.haskell.org/~ghc/7.10.1-rc2/
This includes the source tarball and bindists for 64bit/32bit Linux and Windows. Binary builds for other platforms will be available shortly. (CentOS 6.5 binaries are not available at this time like they were for 7.8.x). These binaries and tarballs have an accompanying SHA256SUMS file signed by my GPG key id (0x3B58D86F).
We plan to make the 7.10.1 release sometime in February of 2015.
Please test as much as possible; bugs are much cheaper if we find them before the release!
-- Regards,
Austin Seipp, Haskell Consultant Well-Typed LLP, http://www.well-typed.com/ _______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://www.haskell.org/mailman/listinfo/ghc-devs

On 2015-02-17 at 13:47:50 +0100, Takenobu Tani wrote:
I modified System/Process/Internals.hs locally and build on MinGW 32bit. Then I was successful to build on 32bit Windows 7.
Shall I write a bug report on trac or any? or ghc7.10.1.rc2 will not support 32 bit Windows?
Please file a pull-request at https://github.com/haskell/process I'm somewhat surprised this wasn't noticed before(?)

Hi Herbert,
Thank you for your directions.
I will send the pull-request after checking the file.
Thank you,
Takenobu
2015-02-17 22:02 GMT+09:00 Herbert Valerio Riedel
On 2015-02-17 at 13:47:50 +0100, Takenobu Tani wrote:
I modified System/Process/Internals.hs locally and build on MinGW 32bit. Then I was successful to build on 32bit Windows 7.
Shall I write a bug report on trac or any? or ghc7.10.1.rc2 will not support 32 bit Windows?
Please file a pull-request at https://github.com/haskell/process
I'm somewhat surprised this wasn't noticed before(?)
participants (11)
-
Austin Seipp
-
Carter Schonwald
-
Erik Hesselink
-
George Colpitts
-
Herbert Valerio Riedel
-
Herbert Valerio Riedel
-
Jens Petersen
-
Mark Lentczner
-
Miëtek Bak
-
Takenobu Tani
-
Tuncer Ayaz