summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/AspectAG/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/AspectAG/default.nix')
-rw-r--r--pkgs/development/libraries/haskell/AspectAG/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/AspectAG/default.nix b/pkgs/development/libraries/haskell/AspectAG/default.nix
index 724b00c6476..347fc5ff9c9 100644
--- a/pkgs/development/libraries/haskell/AspectAG/default.nix
+++ b/pkgs/development/libraries/haskell/AspectAG/default.nix
@@ -1,10 +1,10 @@
-{ cabal, Cabal, HList, mtl }:
+{ cabal, HList, mtl }:
 
 cabal.mkDerivation (self: {
   pname = "AspectAG";
   version = "0.3.4.1";
   sha256 = "12iaf27crynwnnd7qm1zvvaj6zw6i6c05mb4dsq55dnhph2l356g";
-  buildDepends = [ Cabal HList mtl ];
+  buildDepends = [ HList mtl ];
   meta = {
     homepage = "http://www.cs.uu.nl/wiki/bin/view/Center/AspectAG";
     description = "Attribute Grammars in the form of an EDSL";