summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/logfloat
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-02-16 14:05:41 +0000
committerPeter Simons <simons@cryp.to>2012-02-16 14:05:41 +0000
commitcb2876634181eaa5890dbc7332271c0b1765f1b2 (patch)
tree07dc49e7c383d01986c74d9acc60189ae84ab5ae /pkgs/development/libraries/haskell/logfloat
parentb7e432214b37e6b0fc940b271d1cc227b6974cb7 (diff)
downloadnixpkgs-cb2876634181eaa5890dbc7332271c0b1765f1b2.tar
nixpkgs-cb2876634181eaa5890dbc7332271c0b1765f1b2.tar.gz
nixpkgs-cb2876634181eaa5890dbc7332271c0b1765f1b2.tar.bz2
nixpkgs-cb2876634181eaa5890dbc7332271c0b1765f1b2.tar.lz
nixpkgs-cb2876634181eaa5890dbc7332271c0b1765f1b2.tar.xz
nixpkgs-cb2876634181eaa5890dbc7332271c0b1765f1b2.tar.zst
nixpkgs-cb2876634181eaa5890dbc7332271c0b1765f1b2.zip
Re-generated Haskell package descriptions with the latest version of cabal2nix.
svn path=/nixpkgs/trunk/; revision=32327
Diffstat (limited to 'pkgs/development/libraries/haskell/logfloat')
-rw-r--r--pkgs/development/libraries/haskell/logfloat/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/logfloat/default.nix b/pkgs/development/libraries/haskell/logfloat/default.nix
index aa101ff1c87..5f438fb4060 100644
--- a/pkgs/development/libraries/haskell/logfloat/default.nix
+++ b/pkgs/development/libraries/haskell/logfloat/default.nix
@@ -1,10 +1,9 @@
-{ cabal, Cabal }:
+{ cabal }:
 
 cabal.mkDerivation (self: {
   pname = "logfloat";
   version = "0.12.1";
   sha256 = "1k13jjqv4df341hcj9hzrlisfx9wrsmyqvzi6ricx341d9z4ch05";
-  buildDepends = [ Cabal ];
   meta = {
     homepage = "http://code.haskell.org/~wren/";
     description = "Log-domain floating point numbers";