summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/tls-extra/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/tls-extra/default.nix')
-rw-r--r--pkgs/development/libraries/haskell/tls-extra/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/libraries/haskell/tls-extra/default.nix b/pkgs/development/libraries/haskell/tls-extra/default.nix
index 57a7394d9b6..278ca4bc1b8 100644
--- a/pkgs/development/libraries/haskell/tls-extra/default.nix
+++ b/pkgs/development/libraries/haskell/tls-extra/default.nix
@@ -1,5 +1,5 @@
-{ cabal, Cabal, certificate, cryptoApi, cryptocipher, cryptohash
-, mtl, network, text, time, tls, vector
+{ cabal, certificate, cryptoApi, cryptocipher, cryptohash, mtl
+, network, text, time, tls, vector
 }:
 
 cabal.mkDerivation (self: {
@@ -9,8 +9,8 @@ cabal.mkDerivation (self: {
   isLibrary = true;
   isExecutable = true;
   buildDepends = [
-    Cabal certificate cryptoApi cryptocipher cryptohash mtl network
-    text time tls vector
+    certificate cryptoApi cryptocipher cryptohash mtl network text time
+    tls vector
   ];
   meta = {
     homepage = "http://github.com/vincenthz/hs-tls-extra";