summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/shakespeare-css/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/shakespeare-css/default.nix')
-rw-r--r--pkgs/development/libraries/haskell/shakespeare-css/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/shakespeare-css/default.nix b/pkgs/development/libraries/haskell/shakespeare-css/default.nix
index 276137912a2..613399fa75b 100644
--- a/pkgs/development/libraries/haskell/shakespeare-css/default.nix
+++ b/pkgs/development/libraries/haskell/shakespeare-css/default.nix
@@ -1,10 +1,10 @@
-{ cabal, Cabal, parsec, shakespeare, text }:
+{ cabal, parsec, shakespeare, text }:
 
 cabal.mkDerivation (self: {
   pname = "shakespeare-css";
   version = "0.10.7";
   sha256 = "0cla600s5715glimlf58gndpp7njhm26j78bfm16cxia5psp5zav";
-  buildDepends = [ Cabal parsec shakespeare text ];
+  buildDepends = [ parsec shakespeare text ];
   meta = {
     homepage = "http://www.yesodweb.com/book/templates";
     description = "Stick your haskell variables into css at compile time";