summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/ghc-core/default.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-02-14 17:00:37 +0000
committerPeter Simons <simons@cryp.to>2012-02-14 17:00:37 +0000
commitac69747aa855a9222d129c968fcdfd38712624b2 (patch)
tree7ca82e0665a5c4e9559c781e0a3b4e9df956dd5e /pkgs/development/libraries/haskell/ghc-core/default.nix
parent844d950d1328364c6e84044f3bc7ba46e64389ae (diff)
downloadnixpkgs-ac69747aa855a9222d129c968fcdfd38712624b2.tar
nixpkgs-ac69747aa855a9222d129c968fcdfd38712624b2.tar.gz
nixpkgs-ac69747aa855a9222d129c968fcdfd38712624b2.tar.bz2
nixpkgs-ac69747aa855a9222d129c968fcdfd38712624b2.tar.lz
nixpkgs-ac69747aa855a9222d129c968fcdfd38712624b2.tar.xz
nixpkgs-ac69747aa855a9222d129c968fcdfd38712624b2.tar.zst
nixpkgs-ac69747aa855a9222d129c968fcdfd38712624b2.zip
Regenerated all Haskell packages with the latest version of cabal2nix.
svn path=/nixpkgs/trunk/; revision=32292
Diffstat (limited to 'pkgs/development/libraries/haskell/ghc-core/default.nix')
-rw-r--r--pkgs/development/libraries/haskell/ghc-core/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/ghc-core/default.nix b/pkgs/development/libraries/haskell/ghc-core/default.nix
index 9995c56fd58..9f95976939a 100644
--- a/pkgs/development/libraries/haskell/ghc-core/default.nix
+++ b/pkgs/development/libraries/haskell/ghc-core/default.nix
@@ -1,4 +1,4 @@
-{ cabal, colorizeHaskell, pcreLight }:
+{ cabal, Cabal, colorizeHaskell, filepath, pcreLight }:
 
 cabal.mkDerivation (self: {
   pname = "ghc-core";
@@ -6,7 +6,7 @@ cabal.mkDerivation (self: {
   sha256 = "1s68m2zkpz0n927rgzg0l0r5v8pk3z03rlkd82h83agw0hzb9ng7";
   isLibrary = false;
   isExecutable = true;
-  buildDepends = [ colorizeHaskell pcreLight ];
+  buildDepends = [ Cabal colorizeHaskell filepath pcreLight ];
   meta = {
     homepage = "http://code.haskell.org/~dons/code/ghc-core";
     description = "Display GHC's core and assembly output in a pager";