about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/lifted-base
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/lifted-base
parent844d950d1328364c6e84044f3bc7ba46e64389ae (diff)
Regenerated all Haskell packages with the latest version of cabal2nix.
svn path=/nixpkgs/trunk/; revision=32292
Diffstat (limited to 'pkgs/development/libraries/haskell/lifted-base')
-rw-r--r--pkgs/development/libraries/haskell/lifted-base/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/lifted-base/default.nix b/pkgs/development/libraries/haskell/lifted-base/default.nix
index 255570f6c6e8e..c148629b54075 100644
--- a/pkgs/development/libraries/haskell/lifted-base/default.nix
+++ b/pkgs/development/libraries/haskell/lifted-base/default.nix
@@ -1,11 +1,12 @@
-{ cabal, baseUnicodeSymbols, monadControl, transformersBase }:
+{ cabal, baseUnicodeSymbols, Cabal, monadControl, transformersBase
+}:
 
 cabal.mkDerivation (self: {
   pname = "lifted-base";
   version = "0.1.0.3";
   sha256 = "1fk2jv8xwjb4xmzcx7h74nh14i3wf5mpifiki9rvq4hnrb7gdx36";
   buildDepends = [
-    baseUnicodeSymbols monadControl transformersBase
+    baseUnicodeSymbols Cabal monadControl transformersBase
   ];
   meta = {
     homepage = "https://github.com/basvandijk/lifted-base";