summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/gloss
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/gloss
parentb7e432214b37e6b0fc940b271d1cc227b6974cb7 (diff)
downloadnixlib-cb2876634181eaa5890dbc7332271c0b1765f1b2.tar
nixlib-cb2876634181eaa5890dbc7332271c0b1765f1b2.tar.gz
nixlib-cb2876634181eaa5890dbc7332271c0b1765f1b2.tar.bz2
nixlib-cb2876634181eaa5890dbc7332271c0b1765f1b2.tar.lz
nixlib-cb2876634181eaa5890dbc7332271c0b1765f1b2.tar.xz
nixlib-cb2876634181eaa5890dbc7332271c0b1765f1b2.tar.zst
nixlib-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/gloss')
-rw-r--r--pkgs/development/libraries/haskell/gloss/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/gloss/default.nix b/pkgs/development/libraries/haskell/gloss/default.nix
index dc25a6af2049..8d9c42c12433 100644
--- a/pkgs/development/libraries/haskell/gloss/default.nix
+++ b/pkgs/development/libraries/haskell/gloss/default.nix
@@ -1,10 +1,10 @@
-{ cabal, bmp, Cabal, GLUT, OpenGL }:
+{ cabal, bmp, GLUT, OpenGL }:
 
 cabal.mkDerivation (self: {
   pname = "gloss";
   version = "1.6.1.1";
   sha256 = "0y0npw27ic23zx7fq7dmvwbz2r62wblw9nbyai9kxgff4m2p3j4m";
-  buildDepends = [ bmp Cabal GLUT OpenGL ];
+  buildDepends = [ bmp GLUT OpenGL ];
   meta = {
     homepage = "http://gloss.ouroborus.net";
     description = "Painless 2D vector graphics, animations and simulations";