summary refs log tree commit diff
path: root/pkgs/top-level/haskell-packages.nix
diff options
context:
space:
mode:
authorAndres Löh <mail@andres-loeh.de>2009-06-03 08:44:41 +0000
committerAndres Löh <mail@andres-loeh.de>2009-06-03 08:44:41 +0000
commit107d41f96c26200edbec5b2234d80a052bdc9af7 (patch)
tree9ba816d279c6cf7d8eb9867cb334e89478675b69 /pkgs/top-level/haskell-packages.nix
parente9eea90443d340559eb16c6b21cd7a15db0936fb (diff)
downloadnixpkgs-107d41f96c26200edbec5b2234d80a052bdc9af7.tar
nixpkgs-107d41f96c26200edbec5b2234d80a052bdc9af7.tar.gz
nixpkgs-107d41f96c26200edbec5b2234d80a052bdc9af7.tar.bz2
nixpkgs-107d41f96c26200edbec5b2234d80a052bdc9af7.tar.lz
nixpkgs-107d41f96c26200edbec5b2234d80a052bdc9af7.tar.xz
nixpkgs-107d41f96c26200edbec5b2234d80a052bdc9af7.tar.zst
nixpkgs-107d41f96c26200edbec5b2234d80a052bdc9af7.zip
New Haskell Platform release.
svn path=/nixpkgs/trunk/; revision=15837
Diffstat (limited to 'pkgs/top-level/haskell-packages.nix')
-rw-r--r--pkgs/top-level/haskell-packages.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/top-level/haskell-packages.nix b/pkgs/top-level/haskell-packages.nix
index 6de076f7ec4..48418f52ddb 100644
--- a/pkgs/top-level/haskell-packages.nix
+++ b/pkgs/top-level/haskell-packages.nix
@@ -104,7 +104,7 @@ rec {
   };
   
   haskellPlatform = import ../development/libraries/haskell/haskell-platform {
-    inherit cabal GLUT HTTP HUnit OpenGL QuickCheck cgi fgl
+    inherit cabal GLUT HTTP HUnit OpenGL QuickCheck cgi fgl editline
       haskellSrc html parallel regexBase regexCompat regexPosix
       stm time xhtml zlib cabalInstall alex happy haddock;
     ghc = ghcReal;
@@ -412,14 +412,14 @@ rec {
     inherit (pkgs) libedit;
   };
 
-  happy = happy1182;
+  happy = happy1184;
 
   happy117 = import ../development/tools/parsing/happy/happy-1.17.nix {
     inherit cabal;
     inherit (pkgs) perl;
   };
 
-  happy1182 = import ../development/tools/parsing/happy/happy-1.18.2.nix {
+  happy1184 = import ../development/tools/parsing/happy/happy-1.18.4.nix {
     inherit cabal mtl;
     inherit (pkgs) perl;
   };