Difference between revisions of "WxHaskell/Download"

From HaskellWiki
Jump to navigation Jump to search
(imported)
 
(→‎Download: Added remark about the "Download ZIP" button)
(21 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
 
=== Download ===
 
=== Download ===
   
  +
For most users we recommend installation using cabal-install. This will require cabal-install 0.6.2 or greater. Samples are currently only available from the GitHub repository.
You can download either a source or binary distribution. The documentation and samples are normally included in binary distributions. After installation, you should try some of the samples to see if everything works as expected:
 
   
  +
You can download a source distribution using [[Git]] from https://github.com/wxHaskell/wxHaskell, or press the "Download ZIP" button on this page.
<pre>&gt; cd samples/wx
 
&gt; ghc -package wx -o helloworld HelloWorld.hs
 
&gt; ./helloworld</pre>
 
You can also use GHCi – a great development environment for GUI's! (Unfortunately, GHCi only works well on Windows platforms at the moment)
 
   
  +
For downloading and installing recent versions of wxHaskell, see one of the following:
<pre>&gt; ghci -package wx HelloWorld.hs
 
  +
* [[WxHaskell/Linux | Linux]]
*Main&gt; main</pre>
 
  +
* [[WxHaskell/Mac | Mac]]
See the [[WxHaskell/Documentation|documentation]] for more information about wxHaskell.
 
  +
* [[WxHaskell/Windows | Windows]]
   
=== Version 0.10.3 March 23, 2008 ===
+
=== Version 0.12.1.2 - November 13, 2009 ===
  +
  +
wxHaskell is now installable by cabal install.
  +
  +
=== Version 0.11.1 – January 2, 2009 ===
   
 
All of these files are also directly available from the [http://sourceforge.net/project/showfiles.php?group_id=73133 sourceforge] project page.
 
All of these files are also directly available from the [http://sourceforge.net/project/showfiles.php?group_id=73133 sourceforge] project page.
Line 19: Line 20:
 
==== Basic packages ====
 
==== Basic packages ====
   
; [http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-src-0.10.3.zip?download wxhaskell-src-0.10.3.zip]
+
; [http://downloads.sourceforge.net/wxhaskell/wxhaskell-src-0.11.1.2.zip wxhaskell-src-0.11.1.2.zip]
 
: Source release of wxHaskell. See the [[WxHaskell/Building|building]] guide for installation instructions.
 
: Source release of wxHaskell. See the [[WxHaskell/Building|building]] guide for installation instructions.
; [http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-doc-0.10.3.zip?download wxhaskell-doc-0.10.3.zip]
+
; [http://downloads.sourceforge.net/wxhaskell/wxhaskell-doc-0.11.1.2.zip wxhaskell-doc-0.11.1.2.zip]
 
: Documentation and samples.
 
: Documentation and samples.
 
==== Binary packages ====
 
==== Binary packages ====
   
The file name of a binary release contains the version of the wxWidgets toolkit that has been used, and the version of the Haskell compiler was used to build wxHaskell. Make sure that you have the same version of the compiler installed, for example [http://www.haskell.org/ghc ghc6.8.2]. All packages have ODBC support (but not OpenGL). Documentation and samples are not included with Linux packages.
+
The file name of a binary release contains the version of the wxWidgets toolkit that has been used, and the version of the Haskell compiler was used to build wxHaskell. Make sure that you have the same version of the compiler installed, for example [http://www.haskell.org/ghc ghc6.10.1]. All packages have ODBC and OpenGL support (but not MediaCtrl).
   
 
<dl>
 
<dl>
<dt>[http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-bin-msw2.6.4-ghc6.8.3-0.10.3-0.zip?download wxhaskell-bin-msw2.6.4-ghc6.8.3-0.10.3-0.zip] (Windows, ghc 6.8.3, updated)<br />
+
<dt>[http://downloads.sourceforge.net/wxhaskell/wxhaskell-bin-msw2.8.10-ghc6.10.4-0.11.1.2-0.zip wxhaskell-bin-msw2.8.10-ghc6.10.4-0.11.1.2-0.zip] (Windows, ghc 6.10.4, updated)<br />
 
<br />
 
<br />
[http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-bin-msw2.6.4-ghc6.8.2-0.10.3-0.zip?download wxhaskell-bin-msw2.6.4-ghc6.8.2-0.10.3-0.zip] (Windows, ghc 6.8.2)<br />
+
[http://downloads.sourceforge.net/wxhaskell/wxhaskell-bin-msw2.8.10-ghc6.10.3-0.11.1.2-0.zip wxhaskell-bin-msw2.8.10-ghc6.10.3-0.11.1.2-0.zip] (Windows, ghc 6.10.3, updated)<br />
  +
<br />
  +
[http://downloads.sourceforge.net/wxhaskell/wxhaskell-bin-msw2.8.9-ghc6.10.2-0.11.1.2-0.zip wxhaskell-bin-msw2.8.9-ghc6.10.2-0.11.1.2-0.zip] (Windows, ghc 6.10.2, updated)<br />
  +
<br />
  +
[http://downloads.sourceforge.net/wxhaskell/wxhaskell-bin-msw2.8.9-ghc6.10.1-0.11.0-0.zip wxhaskell-bin-msw2.8.9-ghc6.10.1-0.11.0-0.zip] (Windows, ghc 6.10.1)<br />
 
</dt>
 
</dt>
<dd>Unzip the release somewhere and click on the newly created <tt>wxhaskell-0.10.3\bin\wxhaskell-register.bat</tt> program to register the wxHaskell package. To uninstall, you can click on <tt>wxhaskell-0.10.3\bin\wxhaskell-unregister.bat</tt> and than remove the <tt>wxhaskell-0.10.3</tt> directory.
+
<dd>Unzip the release somewhere and click on the newly created <tt>wxhaskell-0.11.0\bin\wxhaskell-register.bat</tt> program to register the wxHaskell package. To uninstall, you can click on <tt>wxhaskell-0.11.0\bin\wxhaskell-unregister.bat</tt> and than remove the <tt>wxhaskell-0.11.0</tt> directory.
 
<p>''Note:''If you have an older version of wxHaskell installed, please remove it before installing this version. Older releases can be uninstalled by clicking on <tt>wxhaskell-unregister.bat</tt>.</p></dd>
 
<p>''Note:''If you have an older version of wxHaskell installed, please remove it before installing this version. Older releases can be uninstalled by clicking on <tt>wxhaskell-unregister.bat</tt>.</p></dd>
<dt>[http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-bin-gtk2.6.3-ghc6.8.2-0.10.3-0.deb?download wxhaskell-bin-gtk2.6.3-ghc6.8.2-0.10.3-0.deb] (Linux ghc 6.8.2)<br />
+
<dt>[http://downloads.sourceforge.net/wxhaskell/wxhaskell-bin-i386-mac2.8.10-ghc6.10.4-0.11.1.2-0.dmg wxhaskell-bin-i386-mac2.8.10-ghc6.10.4-0.11.1.2-0.dmg] (MacOS X, Intel, ghc 6.10.4, updated)<br />
 
<br />
 
<br />
[http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-bin-gtk2.6.3-ghc6.6-0.10.3-0.deb?download wxhaskell-bin-gtk2.6.3-ghc6.6-0.10.3-0.deb] (Linux ghc 6.6)<br />
+
[http://downloads.sourceforge.net/wxhaskell/wxhaskell-bin-i386-mac2.8.4-ghc6.10.4-0.11.1.2-0.dmg wxhaskell-bin-i386-mac2.8.4-ghc6.10.4-0.11.1.2-0.dmg] (MacOS X, Intel, (Leopard's) pre-installed wxWidgets, ghc 6.10.4, updated)<br />
</dt>
+
<br />
  +
[http://downloads.sourceforge.net/wxhaskell/wxhaskell-bin-i386-mac2.8.10-ghc6.10.3-0.11.1.2-0.dmg wxhaskell-bin-i386-mac2.8.10-ghc6.10.3-0.11.1.2-0.dmg] (MacOS X, Intel, ghc 6.10.3, updated)<br />
<dd>Linux .deb package built on Debian Etch</dd>
 
<dt>[http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-bin-i386-mac2.6.4-ghc6.8.2-0.10.3-0.dmg?download wxhaskell-bin-i386-mac2.6.4-ghc6.8.2-0.10.3-0.dmg] (MacOS X, Intel, ghc 6.8.2)<br />
 
 
<br />
 
<br />
[http://downloads.sourceforge.net/wxhaskell/wxhaskell-bin-powerpc-mac2.8.7-ghc6.8.3-0.10.3-0.dmg?download wxhaskell-bin-powerpc-mac2.8.7-ghc6.8.3-0.10.3-0.dmg] (MacOSX, PowerPC, ghc 6.8.3, updated)<br />
+
[http://downloads.sourceforge.net/wxhaskell/wxhaskell-bin-i386-mac2.8.4-ghc6.10.3-0.11.1.2-0.dmg wxhaskell-bin-i386-mac2.8.4-ghc6.10.3-0.11.1.2-0.dmg] (MacOS X, Intel, (Leopard's) pre-installed wxWidgets, ghc 6.10.3, updated)<br />
  +
<br />
  +
[http://downloads.sourceforge.net/wxhaskell/wxhaskell-bin-i386-mac2.8.10-ghc6.10.2-0.11.1.2-0.dmg wxhaskell-bin-i386-mac2.8.10-ghc6.10.2-0.11.1.2-0.dmg] (MacOS X, Intel, ghc 6.10.2, updated)<br />
  +
<br />
  +
[http://downloads.sourceforge.net/wxhaskell/wxhaskell-bin-i386-mac2.8.4-ghc6.10.2-0.11.1.2-0.dmg wxhaskell-bin-i386-mac2.8.4-ghc6.10.2-0.11.1.2-0.dmg] (MacOS X, Intel, (Leopard's) pre-installed wxWidgets, ghc 6.10.2, updated)<br />
  +
<br />
  +
[http://downloads.sourceforge.net/wxhaskell/wxhaskell-bin-i386-mac2.8.9-ghc6.10.1-0.11.0-0.dmg wxhaskell-bin-i386-mac2.8.9-ghc6.10.1-0.11.0-0.dmg] (MacOS X, Intel, ghc 6.10.1)<br />
  +
<br />
  +
[http://downloads.sourceforge.net/wxhaskell/wxhaskell-bin-i386-mac2.8.4-ghc6.10.1-0.11.0-0.dmg wxhaskell-bin-i386-mac2.8.4-ghc6.10.1-0.11.0-0.dmg] (MacOS X, Intel, (Leopard's) pre-installed wxWidgets, ghc 6.10.1)<br />
 
<br />
 
<br />
[http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-bin-powerpc-mac2.6.4-ghc6.8.2-0.10.3-0.dmg?download wxhaskell-bin-powerpc-mac2.6.4-ghc6.8.2-0.10.3-0.dmg] (MacOSX, PowerPC, ghc 6.8.2)<br />
 
 
</dt>
 
</dt>
 
<dd>The installer copies the wxHaskell libraries to <tt>/usr/local/wxhaskell</tt> and registers them with ghc. To test the installation, you can run the following commands from the <tt>samples/wx</tt> directory:
 
<dd>The installer copies the wxHaskell libraries to <tt>/usr/local/wxhaskell</tt> and registers them with ghc. To test the installation, you can run the following commands from the <tt>samples/wx</tt> directory:
 
<pre>&gt; ghc -package wx HelloWorld.hs -o hello
 
<pre>&gt; ghc -package wx HelloWorld.hs -o hello
 
&gt; /usr/local/wxhaskell/bin/macosx-app -v hello
 
&gt; /usr/local/wxhaskell/bin/macosx-app -v hello
&gt; open hello</pre>
+
&gt; open hello.app</pre>
It is recommended to read the [[WxHaskell/Building_on_MacOS_X|notes]] on using wxHaskell with MacOS X.</dd></dl>
 
 
=== Version 0.9.4 – May 3, 2005 &#160; (updated May 8, 2005) ===
 
 
All of these files are also directly available from the [http://sourceforge.net/project/showfiles.php?group_id=73133 sourceforge] project page.
 
 
==== Basic packages ====
 
 
; [http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-src-0.9.4-1.zip?download wxhaskell-src-0.9.4-1.zip] (updated)
 
: Source release of wxHaskell. See the [[WxHaskell/Building|building]] guide for installation instructions.
 
; [http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-doc-0.9.4.zip?download wxhaskell-doc-0.9.4.zip]
 
: Documentation and samples.
 
==== Binary packages ====
 
 
The file name of a binary release contains the version of the wxWidgets toolkit that has been used, and the version of the Haskell compiler was used to build wxHaskell. Make sure that you have the same version of the compiler installed, for example [http://www.haskell.org/ghc ghc6.4]. All packages have ODBC and OpenGL support. Documentation and samples are not included with Linux rpm packages.
 
 
<dl>
 
<dt>[http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-bin-msw2.4.2-ghc6.4-0.9.4-1.zip?download wxhaskell-bin-msw2.4.2-ghc6.4-0.9.4-1.zip] (Windows, ghc 6.4, updated)<br />
 
[http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-bin-msw2.4.2-ghc6.2.2-0.9.4-0.zip?download wxhaskell-bin-msw2.4.2-ghc6.2.2-0.9.4-0.zip] (Windows, ghc 6.2.2) </dt>
 
<dd>Unzip the release somewhere and click on the newly created <tt>wxhaskell-0.9.4\bin\wxhaskell-register.bat</tt> program to register the wxHaskell package. To uninstall, you can click on <tt>wxhaskell-0.9.4\bin\wxhaskell-unregister.bat</tt> and than remove the <tt>wxhaskell-0.9.4</tt> directory.
 
<p>''Note:''If you have an older version of wxHaskell installed, please remove it before installing this version. Older releases can be uninstalled by clicking on <tt>wxhaskell-unregister.bat</tt>.</p></dd>
 
<dt>[http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-gtk2.6.0-ghc6.4-0.9.4-0.i386.rpm?download wxhaskell-gtk2.6.0-ghc6.4-0.9.4-0.i386.rpm] (Linux, ghc 6.4)<br />
 
[http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-gtk2.5.2-ghc6.2.2-0.9-0.i386.rpm?download wxhaskell-gtk2.5.2-ghc6.2.2-0.9-0.i386.rpm] (Linux, ghc 6.2.2)</dt>
 
<dd>Linux rpm built on Fedora. You need to be root to install the rpm.</dd>
 
<dt>[http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-bin-mac2.5.4-ghc6.4-0.9.4-0.dmg?download wxhaskell-bin-mac2.5.4-ghc6.4-0.9.4-0.dmg] (MacOS X, ghc 6.4)<br />
 
[http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-bin-mac2.5.4-ghc6.2.2-0.9-0.dmg?download wxhaskell-bin-mac2.5.4-ghc6.2.2-0.9-0.dmg] (MacOS X, ghc 6.2.2)</dt>
 
<dd>The installer copies the wxHaskell libraries to <tt>/usr/local/wxhaskell</tt> and registers them with ghc. To test the installation, you can run the following commands from the <tt>samples/wx</tt> directory:
 
<pre>&gt; ghc -package wx HelloWorld.hs -o hello
 
&gt; /usr/local/wxhaskell/bin/macosx-app -v hello
 
&gt; open hello</pre>
 
It is recommended to read the [[WxHaskell/Building_on_MacOS_X|notes]] on using wxHaskell with MacOS X.</dd></dl>
 
 
=== Version 0.9 – Feb 25, 2005 ===
 
 
All of these files are also directly available from the [http://sourceforge.net/project/showfiles.php?group_id=73133 sourceforge] project page.
 
 
==== Basic packages ====
 
 
; [http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-src-0.9.zip?download wxhaskell-src-0.9.zip]
 
: Source release of wxHaskell. See the [[WxHaskell/Building|building]] guide for installation instructions.
 
; [http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-doc-0.9.zip?download wxhaskell-doc-0.9.zip]
 
: Documentation and samples.
 
==== Binary packages ====
 
 
The file name of a binary release contains the version of the wxWidgets toolkit that has been used, and the version of the Haskell compiler was used to build wxHaskell. Make sure that you have the same version of the compiler installed, for example [http://www.haskell.org/ghc ghc6.2.2]. All packages have ODBC and OpenGL support. Documentation and samples are not included with Linux rpm packages.
 
 
<dl>
 
<dt>[http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-bin-msw2.4.2-ghc6.2.2-0.9-0.zip?download wxhaskell-bin-msw2.4.2-ghc6.2.2-0.9-0.zip] (windows, ghc 6.2.2)</dt>
 
<dd>Unzip the release somewhere and click on the newly created <tt>wxhaskell-0.9\bin\wxhaskell-register.bat</tt> program to register the wxHaskell package. To uninstall, you can click on <tt>wxhaskell-0.9\bin\wxhaskell-unregister.bat</tt> and than remove the <tt>wxhaskell-0.9</tt> directory.
 
<p>''Note:''If you have an older version of wxHaskell installed, please remove it before installing this version. Older releases can be uninstalled by clicking on <tt>wxhaskell-unregister.bat</tt>.</p></dd>
 
<dt>[http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-gtk2.5.2-ghc6.2.2-0.9-0.i386.rpm?download wxhaskell-gtk2.5.2-ghc6.2.2-0.9-0.i386.rpm] (linux, ghc 6.2.2, wxWidgets 2.5.2 (development snapshot))</dt>
 
<dd>Linux rpm built on Fedora Core 1 (Red Hat Linux). You need to be root to install the rpm.</dd>
 
<dt>[http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-bin-mac2.5.4-ghc6.2.2-0.9-0.dmg?download wxhaskell-bin-mac2.5.4-ghc6.2.2-0.9-0.dmg] (MacOS X, ghc 6.2.2, wxWidgets 2.5.4 (development snapshot))</dt>
 
<dd>The installer copies the wxHaskell libraries to <tt>/usr/local/wxhaskell</tt> and registers them with ghc. To test the installation, you can run the following commands from the <tt>samples/wx</tt> directory:
 
<pre>&gt; ghc -package wx HelloWorld.hs -o hello
 
&gt; /usr/local/wxhaskell/bin/macosx-app -v hello
 
&gt; open hello</pre>
 
It is recommended to read the [[WxHaskell/Building_on_MacOS_X|notes]] on using wxHaskell with MacOS X.</dd></dl>
 
 
=== Version 0.8 – Jul 27, 2004 ===
 
 
All of these files are also directly available from the [http://sourceforge.net/project/showfiles.php?group_id=73133 sourceforge] project page.
 
 
==== Basic packages ====
 
 
; [http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-src-0.8.zip?download wxhaskell-src-0.8.zip]
 
: Source release of wxHaskell. See the [[WxHaskell/Building|building]] guide for installation instructions.
 
; [http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-doc-0.8.zip?download wxhaskell-doc-0.8.zip]
 
: Documentation and samples.
 
==== Binary packages ====
 
 
The file name of a binary release contains the version of the wxWidgets toolkit that has been used, and the version of the Haskell compiler was used to build wxHaskell. Make sure that you have the same version of the compiler installed, for example [http://www.haskell.org/ghc ghc6.2.1]. All packages have ODBC and OpenGL support. Documentation and samples are not included with Linux rpm packages.
 
 
<dl>
 
<dt>[http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-bin-msw2.4.2-ghc6.2.1-0.8-0.zip?download wxhaskell-bin-msw2.4.2-ghc6.2.1-0.8-0.zip] (windows, ghc 6.2.1)</dt>
 
<dd>Unzip the release somewhere and click on the newly created <tt>wxhaskell-0.8\bin\wxhaskell-register.bat</tt> program to register the wxHaskell package. To uninstall, you can click on <tt>wxhaskell-0.8\bin\wxhaskell-unregister.bat</tt> and than remove the <tt>wxhaskell-0.8</tt> directory.
 
<p>''Note:''If you have an older version of wxHaskell installed, please remove it before installing this version. Older releases can be uninstalled by clicking on <tt>wxhaskell-unregister.bat</tt>.</p></dd>
 
<dt>[http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-gtk2.4.2-ghc6.2.1-0.8-0.i386.rpm?download wxhaskell-gtk2.4.2-ghc6.2.1-0.8-0.i386.rpm] (linux, ghc 6.2.1, wxWidgets 2.4.2 (stable))<br />
 
[http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-gtk2.5.2-ghc6.2.1-0.8-0.i386.rpm?download wxhaskell-gtk2.5.2-ghc6.2.1-0.8-0.i386.rpm] (linux, ghc 6.2.1, wxWidgets 2.5.2 (development snapshot))</dt>
 
<dd>Linux rpm built on Fedora Core 1 (Red Hat Linux). You need to be root to install the rpm.</dd>
 
<dt>[http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-bin-mac2.5.2-ghc6.2.1-0.8-0.dmg?download wxhaskell-bin-mac2.5.2-ghc6.2.1-0.8-0.dmg] (MacOS X, ghc 6.2.1)</dt>
 
<dd>The installer copies the wxHaskell libraries to <tt>/usr/local/wxhaskell</tt> and registers them with ghc. To test the installation, you can run the following commands from the <tt>samples/wx</tt> directory:
 
<pre>&gt; ghc -package wx HelloWorld.hs -o hello
 
&gt; /usr/local/wxhaskell/bin/macosx-app -v hello
 
&gt; open hello</pre>
 
It is recommended to read the [[WxHaskell/Building_on_MacOS_X|notes]] on using wxHaskell with MacOS X.
 
<p>''Note:'' The installer for MacOS X has been build using a developer release of wxWidgets.</p></dd></dl>
 
 
=== Version 0.7 – Apr 2, 2004 ===
 
 
All of these files are also directly available from the [http://sourceforge.net/project/showfiles.php?group_id=73133 sourceforge] project page.
 
 
==== Basic packages ====
 
 
; [http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-src-0.7.zip?download wxhaskell-src-0.7.zip]
 
: Source release of wxHaskell. See the [[WxHaskell/Building|building]] guide for installation instructions.
 
; [http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-doc-0.7.zip?download wxhaskell-doc-0.7.zip]
 
: Documentation and samples.
 
==== Binary packages ====
 
 
The file name of a binary release contains the version of the wxWidgets toolkit that has been used, and the version of the haskell compiler was used to build wxHaskell. Make sure that you have the same version of the compiler installed, for example <tt>ghc6.2.1</tt>. All packages have ODBC and OpenGL support. Documentation and samples are not included with Linux rpm packages.
 
 
<dl>
 
<dt>[http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-bin-msw2.4.2-ghc6.2.1-0.7-0.zip?download wxhaskell-bin-msw2.4.2-ghc6.2.1-0.7-0.zip] (windows, ghc 6.2.1)<br />
 
[http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-bin-msw2.4.2-ghc6.2-0.7-0.zip?download wxhaskell-bin-msw2.4.2-ghc6.2-0.7-0.zip] (windows, ghc 6.2)</dt>
 
<dd>Unzip the release somewhere and click on the newly created <tt>wxhaskell-0.7\bin\wxhaskell-register.bat</tt> program to register the wxHaskell package. To uninstall, you can click on <tt>wxhaskell-0.7\bin\wxhaskell-unregister.bat</tt> and than remove the <tt>wxhaskell-0.7</tt> directory.
 
<p>''Note:''If you have an older version of wxHaskell installed, please remove it before installing this version. Older releases can be uninstalled by clicking on <tt>wxhaskell-unregister.bat</tt>.</p></dd>
 
<dt>[http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-gtk2.4.2-ghc6.2.1-0.7-0.i386.rpm?download wxhaskell-gtk2.4.2-ghc6.2.1-0.7-0.i386.rpm] (Linux, ghc 6.2.1)<br />
 
[http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-gtk2.4.2-ghc6.2-0.7-0.i386.rpm?download wxhaskell-gtk2.4.2-ghc6.2-0.7-0.i386.rpm] (Linux, ghc 6.2)</dt>
 
<dd>An rpm built on Fedora Core 1 (Red Hat Linux). You need to be root to install the rpm. Jens Petersen kindly provided the initial rpm specification files.</dd>
 
<dt>[http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-bin-mac2.5.1-ghc6.2.1-0.7-0.dmg?download wxhaskell-bin-mac2.5.1-ghc6.2.1-0.7-0.dmg] (MacOS X, ghc 6.2.1)<br />
 
[http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-bin-mac2.5.1-ghc6.2-0.7-0.dmg?download wxhaskell-bin-mac2.5.1-ghc6.2-0.7-0.dmg] (MacOS X, ghc 6.2)</dt>
 
<dd>The installer copies the wxHaskell libraries to <tt>/usr/local/wxhaskell</tt> and registers them with ghc. To test the installation, you can run the following commands from the <tt>samples/wx</tt> directory:
 
<pre>&gt; ghc -package wx HelloWorld.hs -o hello
 
&gt; /usr/local/wxhaskell/bin/macosx-app -v hello
 
&gt; open hello</pre>
 
It is recommended to read the [[WxHaskell/Building_on_MacOS_X|notes]] on using wxHaskell with MacOS X.
 
<p>''Note:'' The installer for MacOS X has been build using a developer version of wxWidgets and might be unstable (for example, applications are required to have a menu bar).</p></dd></dl>
 
 
=== Version 0.6 – February 23, 2004 ===
 
 
All of these files are also directly available from the [http://sourceforge.net/project/showfiles.php?group_id=73133 sourceforge] project page.
 
 
==== Basic packages ====
 
 
; [http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-src-0.6.zip?download wxhaskell-src-0.6.zip]
 
: Source release of wxHaskell. See the [[WxHaskell/Building|building]] guide for installation instructions.
 
; [http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-doc-0.6.zip?download wxhaskell-doc-0.6.zip]
 
: Documentation and samples.
 
==== Binary packages ====
 
 
The file name of a binary release contains the version of the haskell compiler that you need. Make sure that you have the same version of the compiler installed, for example <tt>ghc6.2</tt>. Documentation and samples are included.
 
 
<dl>
 
<dt>[http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-bin-msw-ghc6.2-0.6-1.zip?download wxhaskell-bin-msw-ghc6.2-0.6-1.zip] (windows, ghc 6.2) (updated on Feb 29 2004)</dt>
 
<dd>Unzip the release somewhere and click on the newly created <tt>wxhaskell-0.6\bin\wxhaskell-register.bat</tt> program to register the wxHaskell package. To uninstall, you can click on <tt>wxhaskell-0.6\bin\wxhaskell-unregister.bat</tt> and than remove the <tt>wxhaskell-0.6</tt> directory.
 
<p>''Note:''If you have an older version of wxHaskell installed, please remove it before installing this version. Older releases can be uninstalled by clicking on <tt>wxhaskell-unregister.bat</tt>.</p></dd>
 
<dt>(MacOS X, ghc 6.2)</dt>
 
<dd>Not yet available. Here is the MacOS X situation as of Feb 23 2004:
 
<ul>
 
<li>MacOS X, 10.2 (Jaguar): Builds fine and generates installers but we no access anymore to such machine (and thus, we can not build an installer).</li>
 
<li>MacOS X, 10.3 (Panther): wxWidgets 2.4.2 fails to build on this system. wxHaskell builds fine with the latest CVS snapshots of wxWidgets (2.5.1, Feb 20 2004), but these versions contain menu bugs.</li></ul>
 
 
<p>See below for an MacOS X installer for wxHaskell version 0.4.</p></dd>
 
<dt>(Red Hat Linux RPM, ghc 6.2)</dt>
 
<dd>Not yet available. However, this version has been build and tested on Fedora (Red hat 10) and free-bsd without problems. See below for an rpm for wxHaskell version 0.2.</dd></dl>
 
 
=== Version 0.5 – February 12, 2004 ===
 
 
'''Package patched on February 19, 2004'''
 
 
All of these files are also directly available from the [http://sourceforge.net/project/showfiles.php?group_id=73133 sourceforge] project page.
 
 
==== Basic packages ====
 
 
; [http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-src-0.5-1.zip?download wxhaskell-src-0.5-1.zip]
 
: Source release of wxHaskell. See the [[WxHaskell/Building|building]] guide for installation instructions.
 
; [http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-doc-0.5.zip?download wxhaskell-doc-0.5.zip]
 
: Documentation and samples.
 
==== Binary packages ====
 
 
The file name of a binary release contains the version of the haskell compiler that you need. Make sure that you have the same version and compiler installed, for example <tt>ghc6.2</tt>. Documentation and samples are included.
 
 
<dl>
 
<dt>[http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-bin-msw-ghc6.2-0.5-1.zip?download wxhaskell-bin-msw-ghc6.2-0.5-1.zip] (Windows, ghc 6.2)</dt>
 
<dd>Unzip the release somewhere and click on the newly created <tt>wxhaskell-0.5\bin\wxhaskell-register.bat</tt> program to register the wxHaskell package. To uninstall, you can click on <tt>wxhaskell-0.5\bin\wxhaskell-unregister.bat</tt> and than remove the <tt>wxhaskell-0.5</tt> directory.
 
<p>''Note:''If you have an older version of wxHaskell installed, please remove it before installing this version. Older releases can be uninstalled by clicking on <tt>wxhaskell-unregister.bat</tt>.</p></dd>
 
<dt>(MacOS X, ghc 6.2)</dt>
 
<dd>Not yet available. See below for an installer for wxHaskell version 0.4.</dd>
 
<dt>(Red Hat Linux RPM, ghc 6.2)</dt>
 
<dd>Not yet available. See below for an rpm for wxHaskell version 0.2.</dd></dl>
 
 
=== Version 0.4 – November 7, 2003 ===
 
 
All of these files are also directly available from the [http://sourceforge.net/project/showfiles.php?group_id=73133 sourceforge] project page.
 
 
==== Basic packages ====
 
 
; [http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-doc-0.4.zip?download wxhaskell-doc-0.4.zip]
 
: Documentation and samples.
 
; [http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-src-0.4.zip?download wxhaskell-src-0.4.zip]
 
: Source release of wxHaskell. See the [[WxHaskell/Building|building]] guide for installation instructions.
 
==== Binary packages ====
 
 
The file name of a binary release contains the version of the haskell compiler that you need. Make sure that you have the same version and compiler installed, for example <tt>ghc6.0.1</tt>. You need to download the documentation and samples separately.
 
 
<dl>
 
<dt>[http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-bin-msw-ghc6.0.1-0.4.zip?download wxhaskell-bin-msw-ghc6.0.1-0.4.zip] (Windows, ghc 6.0.1)</dt>
 
<dd>Unzip the release somewhere and click on the newly created <tt>wxhaskell-0.4\bin\wxhaskell-register.bat</tt> program to register the wxHaskell package. To uninstall, you can click on <tt>wxhaskell-0.4\bin\wxhaskell-unregister.bat</tt> and than remove the <tt>wxhaskell-0.4</tt> directory.
 
<p>''Note:''If you have an older version of wxHaskell installed, please remove it before installing this version. Older releases can be uninstalled by clicking on <tt>wxhaskell-uninstall.bat</tt> in the ghc directory.</p></dd>
 
<dt>[http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-bin-mac-ghc6.0.1-0.4.dmg?download wxhaskell-bin-mac-ghc6.0.1-0.4.dmg] (MacOS X, ghc 6.0.1)</dt>
 
<dd>An installer for MacOS X. It copies the wxHaskell libraries to <tt>/usr/local/wxhaskell</tt> and registers them with GHC. To test the installation, you can run the following commands from the <tt>samples/wx</tt> directory:
 
<pre>&gt; ghc -package wx HelloWorld.hs -o hello
 
&gt; /usr/local/wxhaskell/bin/macosx-app -v hello
 
&gt; ./hello</pre>
 
 
It is recommended to read the [[WxHaskell/Building_on_MacOS_X|notes]] on using wxHaskell with MacOS X.</dd>
 
It is recommended to read the [[WxHaskell/Building_on_MacOS_X|notes]] on using wxHaskell with MacOS X.</dd>
  +
</dl>
<dt>(Red Hat Linux RPM, ghc 6.0.1)</dt>
 
<dd>Not yet available. See below for an rpm for version 0.2.</dd></dl>
 
 
=== Version 0.3 – October 1, 2003 ===
 
 
All of these files are also directly available from the [http://sourceforge.net/project/showfiles.php?group_id=73133 sourceforge] project page.
 
 
==== Basic packages ====
 
 
; [http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-doc-0.3.zip?download wxhaskell-doc-0.3.zip]
 
: Documentation and samples.
 
; [http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-src-0.3.zip?download wxhaskell-src-0.3.zip]
 
: Source release of wxHaskell. See the [[WxHaskell/Building|building]] guide for installation instructions.
 
==== Binary packages ====
 
 
The file name of a binary release contains the version of the haskell compiler that you need. Make sure that you have the same version and compiler installed, for example <tt>ghc6.0.1</tt>. You need to download the documentation and samples separately. Binary releases can be installed right over older releases.
 
 
<dl>
 
<dt>[http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-bin-msw-ghc6.0.1-0.3.zip?download wxhaskell-bin-msw-ghc6.0.1-0.3.zip] (Windows, ghc 6.0.1)</dt>
 
<dd>Unzip the release on top of the ghc install directory, for example <tt>c:\ghc\ghc-6.0.1</tt>. After unzipping, click on the newly created <tt>wxhaskell-register.bat</tt> program to register the wxHaskell package. To uninstall, you can click on <tt>wxhaskell-uninstall.bat</tt>.</dd>
 
<dt>[http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-bin-mac-ghc6.0.1-0.3.dmg?download wxhaskell-bin-mac-ghc6.0.1-0.3.dmg] (MacOS X, ghc 6.0.1)</dt>
 
<dd>An installer for MacOS X. It copies the wxHaskell libraries to <tt>/usr/local/wxhaskell</tt> and registers them with GHC. To test the installation, you can run the following commands from the <tt>samples/wx</tt> directory:
 
<pre>&gt; ghc -package wx HelloWorld.hs -o hello
 
&gt; /usr/local/wxhaskell/bin/macosx-app -v hello
 
&gt; ./hello</pre>
 
It is recommended to read the [[WxHaskell/Building_on_MacOS_X|notes]] on using wxHaskell with MacOS X.</dd>
 
<dt>(Red Hat Linux RPM, ghc 6.0.1)</dt>
 
<dd>Not yet available. See below for an rpm for version 0.2.</dd></dl>
 
 
=== Version 0.2 – 16 September 2003 ===
 
 
All of these files are also directly available from the [http://sourceforge.net/project/showfiles.php?group_id=73133 sourceforge] project page.
 
 
Note: unfortunately, the FileBrowse example has accidentally not been included in the release.. but it easy to download it yourself from future versions.
 
 
==== Basic packages ====
 
 
; [http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-doc-0.2.zip?download wxhaskell-doc-0.2.zip]
 
: Documentation and samples.
 
; [http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-src-0.2.zip?download wxhaskell-src-0.2.zip]
 
: Source release of wxHaskell. See the [[WxHaskell/Building|building]] guide for installation instructions.
 
==== Binary packages ====
 
 
The file name of a binary release contains the version of the haskell compiler that you need. Make sure that you have the same version and compiler installed, for example <tt>ghc6.0.1</tt>. You need to download the documentation and samples separately. Binary releases can be installed right over older releases.
 
 
<dl>
 
<dt>[http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-bin-msw-0.2.zip?download wxhaskell-bin-msw-ghc6.0.1-0.2.zip] (Windows, ghc 6.0.1)</dt>
 
<dd>Unzip the release on top of the ghc install directory, for example <tt>c:\ghc\ghc-6.0.1</tt>. After unzipping, click on the newly created <tt>wxhaskell-register.bat</tt> program to register the wxHaskell package. To uninstall, you can click on <tt>wxhaskell-uninstall.bat</tt>.</dd>
 
<dt>[http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-bin-mac-0.2.dmg?download wxhaskell-bin-mac-ghc6.0-0.2.dmg] (MacOS X, ghc 6.0)</dt>
 
<dd>An installer for MacOS X. It copies the wxHaskell libraries to <tt>/usr/local/wxhaskell</tt> and registers them with GHC. To test the installation, you can run the following commands from the <tt>samples/wx</tt> directory:
 
<pre>&gt; ghc -package wx HelloWorld.hs -o hello
 
&gt; /usr/local/wxhaskell/bin/macosx-app --program=hello
 
&gt; ./hello</pre>
 
It is recommended to read the [[WxHaskell/Building_on_MacOS_X|notes]] on using wxHaskell with MacOS X.</dd>
 
<dt>[http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-ghc6.0.1-0.2-2.i386.rpm?download wxhaskell-ghc6.0.1-0.2-2.i386.rpm] (Red Hat Linux RPM, ghc 6.0.1)</dt>
 
<dd>A binary installer for Red Hat Linux with GTK2. Kindly provided by Jens Petersen.</dd></dl>
 
 
=== Version 0.1 – 21 July 2003 ===
 
 
All of these files are also directly available from the [http://sourceforge.net/project/showfiles.php?group_id=73133 sourceforge] project page.
 
 
==== Basic packages ====
 
 
; [http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-doc-0.1.zip?download wxhaskell-doc-0.1.zip]
 
: Documentation and samples.
 
; [http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-src-0.1.zip?download wxhaskell-src-0.1.zip]
 
: Source release of wxHaskell. See the [[WxHaskell/Building|building]] guide for installation instructions.
 
==== Binary packages ====
 
 
The binary releases should be used with [http://www.haskell.org/ghc GHC 6.0]. You need to download the documentation and samples separately.
 
 
<dl>
 
<dt>[http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-bin-msw-0.1.zip?download wxhaskell-bin-msw-0.1.zip] (Windows)</dt>
 
<dd>Unzip the release on top of the ghc install directory, for example <tt>c:\ghc\ghc-6.0</tt>. After unzipping, click on the newly created <tt>wxhaskell-register.bat</tt> program to register the wxHaskell package. (It is possible to install in a different directory than the GHC installation directory but than you need to ensure that the wxhaskell <tt>bin</tt> directory is in your <tt>PATH</tt>).</dd>
 
<dt>[http://prdownloads.sourceforge.net/wxhaskell/wxhaskell-bin-mac-0.1.dmg?download wxhaskell-bin-mac-0.1.dmg] (MacOS X)</dt>
 
<dd>An installer for MacOS X. Note that is installer can only be used with GHC version 6.0 (and higher?). The installer also contains documentation and samples. The installer copies the wxHaskell libraries to <tt>/usr/local/wxhaskell</tt> and registers them with GHC.
 
<p>To test the installation, you can run the following commands from the <tt>samples/wx</tt> directory:</p>
 
<pre>&gt; ghc --make -package wx HelloWorld.hs -o hello
 
&gt; /usr/local/wxhaskell/bin/macosx-app --program=hello
 
&gt; ./hello</pre>
 
<p>Don't forget to read the [[WxHaskell/Building_on_MacOS_X|notes]] on using wxHaskell with MacOS X. To uninstall wxHaskell type:</p>
 
<pre>&gt; rm /usr/local/wxhaskell
 
&gt; ghc-pkg -r wxcore
 
&gt; ghc-pkg -r wx</pre></dd></dl>
 
   
[[Category:wxHaskell]]
+
[[Category:wxHaskell|Download]]

Revision as of 12:14, 27 April 2014

Download

For most users we recommend installation using cabal-install. This will require cabal-install 0.6.2 or greater. Samples are currently only available from the GitHub repository.

You can download a source distribution using Git from https://github.com/wxHaskell/wxHaskell, or press the "Download ZIP" button on this page.

For downloading and installing recent versions of wxHaskell, see one of the following:

Version 0.12.1.2 - November 13, 2009

wxHaskell is now installable by cabal install.

Version 0.11.1 – January 2, 2009

All of these files are also directly available from the sourceforge project page.

Basic packages

wxhaskell-src-0.11.1.2.zip
Source release of wxHaskell. See the building guide for installation instructions.
wxhaskell-doc-0.11.1.2.zip
Documentation and samples.

Binary packages

The file name of a binary release contains the version of the wxWidgets toolkit that has been used, and the version of the Haskell compiler was used to build wxHaskell. Make sure that you have the same version of the compiler installed, for example ghc6.10.1. All packages have ODBC and OpenGL support (but not MediaCtrl).

wxhaskell-bin-msw2.8.10-ghc6.10.4-0.11.1.2-0.zip (Windows, ghc 6.10.4, updated)

wxhaskell-bin-msw2.8.10-ghc6.10.3-0.11.1.2-0.zip (Windows, ghc 6.10.3, updated)

wxhaskell-bin-msw2.8.9-ghc6.10.2-0.11.1.2-0.zip (Windows, ghc 6.10.2, updated)

wxhaskell-bin-msw2.8.9-ghc6.10.1-0.11.0-0.zip (Windows, ghc 6.10.1)
Unzip the release somewhere and click on the newly created wxhaskell-0.11.0\bin\wxhaskell-register.bat program to register the wxHaskell package. To uninstall, you can click on wxhaskell-0.11.0\bin\wxhaskell-unregister.bat and than remove the wxhaskell-0.11.0 directory.

Note:If you have an older version of wxHaskell installed, please remove it before installing this version. Older releases can be uninstalled by clicking on wxhaskell-unregister.bat.

wxhaskell-bin-i386-mac2.8.10-ghc6.10.4-0.11.1.2-0.dmg (MacOS X, Intel, ghc 6.10.4, updated)

wxhaskell-bin-i386-mac2.8.4-ghc6.10.4-0.11.1.2-0.dmg (MacOS X, Intel, (Leopard's) pre-installed wxWidgets, ghc 6.10.4, updated)

wxhaskell-bin-i386-mac2.8.10-ghc6.10.3-0.11.1.2-0.dmg (MacOS X, Intel, ghc 6.10.3, updated)

wxhaskell-bin-i386-mac2.8.4-ghc6.10.3-0.11.1.2-0.dmg (MacOS X, Intel, (Leopard's) pre-installed wxWidgets, ghc 6.10.3, updated)

wxhaskell-bin-i386-mac2.8.10-ghc6.10.2-0.11.1.2-0.dmg (MacOS X, Intel, ghc 6.10.2, updated)

wxhaskell-bin-i386-mac2.8.4-ghc6.10.2-0.11.1.2-0.dmg (MacOS X, Intel, (Leopard's) pre-installed wxWidgets, ghc 6.10.2, updated)

wxhaskell-bin-i386-mac2.8.9-ghc6.10.1-0.11.0-0.dmg (MacOS X, Intel, ghc 6.10.1)

wxhaskell-bin-i386-mac2.8.4-ghc6.10.1-0.11.0-0.dmg (MacOS X, Intel, (Leopard's) pre-installed wxWidgets, ghc 6.10.1)

The installer copies the wxHaskell libraries to /usr/local/wxhaskell and registers them with ghc. To test the installation, you can run the following commands from the samples/wx directory:
> ghc -package wx HelloWorld.hs -o hello
> /usr/local/wxhaskell/bin/macosx-app -v hello
> open hello.app
It is recommended to read the notes on using wxHaskell with MacOS X.