summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/wxHaskell/wx.nix
diff options
context:
space:
mode:
authorAndres Löh <mail@andres-loeh.de>2011-03-12 17:28:15 +0000
committerAndres Löh <mail@andres-loeh.de>2011-03-12 17:28:15 +0000
commit3e0ac9b040b0a15041faa74e7ffa87cc705e0f96 (patch)
treebc7a2b1c5f9269c77d3c710c1d489ae65cf3ad50 /pkgs/development/libraries/haskell/wxHaskell/wx.nix
parent03b3d85fbf9327e00a8b4506a2fa4dee7c947461 (diff)
Major Haskell packages overhaul.
Several changes, some highlights:

  * Structure of haskell-packages.nix updated. It's now easier to
    select different default versions of packages for different
    versions of GHC.

  * GHC 7.0.2 is now default.

  * Haskell Platform 2011.2.0.0 has been added and is now default.

  * Several packages have been updated
    (gtk2hs, gitit, xmonad, darcs, ...).

  * Some old packages have been removed.

svn path=/nixpkgs/trunk/; revision=26288
Diffstat (limited to 'pkgs/development/libraries/haskell/wxHaskell/wx.nix')
-rw-r--r--pkgs/development/libraries/haskell/wxHaskell/wx.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/wxHaskell/wx.nix b/pkgs/development/libraries/haskell/wxHaskell/wx.nix
index 9d80de70a6b2e..33a940eca315d 100644
--- a/pkgs/development/libraries/haskell/wxHaskell/wx.nix
+++ b/pkgs/development/libraries/haskell/wxHaskell/wx.nix
@@ -2,8 +2,8 @@
 
 cabal.mkDerivation (self : {
   pname = "wx";
-  version = "0.11.1.2";
-  sha256 = "d407e191391ec977552932ffbfc86ce7826b56208bbcbc1262d3fc65fe1c2337";
+  version = "0.12.1.6";
+  sha256 = "1p0gn46gk1abin095va22n9bycxhm2cq1vyvwiypcdq7jq541lhk";
   propagatedBuildInputs = [stm wxcore];
   meta = {
     description = "wxHaskell";