summary refs log tree commit diff
path: root/pkgs/top-level/all-packages.nix
diff options
context:
space:
mode:
authorAndres Löh <mail@andres-loeh.de>2008-01-17 18:21:50 +0000
committerAndres Löh <mail@andres-loeh.de>2008-01-17 18:21:50 +0000
commit432c157293ae2aab3dea494b7eef5489123475c0 (patch)
treefa03ca262e2c58fcd12103becec7e1298723d550 /pkgs/top-level/all-packages.nix
parent9758a20f67db1f659182e56a0b38a221cfca4cdc (diff)
downloadnixpkgs-432c157293ae2aab3dea494b7eef5489123475c0.tar
nixpkgs-432c157293ae2aab3dea494b7eef5489123475c0.tar.gz
nixpkgs-432c157293ae2aab3dea494b7eef5489123475c0.tar.bz2
nixpkgs-432c157293ae2aab3dea494b7eef5489123475c0.tar.lz
nixpkgs-432c157293ae2aab3dea494b7eef5489123475c0.tar.xz
nixpkgs-432c157293ae2aab3dea494b7eef5489123475c0.tar.zst
nixpkgs-432c157293ae2aab3dea494b7eef5489123475c0.zip
* added happy-1.17
svn path=/nixpkgs/trunk/; revision=10208
Diffstat (limited to 'pkgs/top-level/all-packages.nix')
-rw-r--r--pkgs/top-level/all-packages.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 7e88c7c0c57..30444473068 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -1473,6 +1473,11 @@ rec {
     inherit fetchurl stdenv perl ghc;
   };
 
+  happy117 = import ../development/tools/parsing/happy/happy-1.17.nix {
+    inherit fetchurl stdenv perl;
+    ghc = ghc68;  # because happy-1.17 depends on cabal-1.2
+  };
+
   help2man = import ../development/tools/misc/help2man {
     inherit fetchurl stdenv perl gettext perlLocaleGettext;
   };