about summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/bson/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/bson/default.nix')
-rw-r--r--pkgs/development/libraries/haskell/bson/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/libraries/haskell/bson/default.nix b/pkgs/development/libraries/haskell/bson/default.nix
index 53a8ee3ba4694..f4f66ff3dfae9 100644
--- a/pkgs/development/libraries/haskell/bson/default.nix
+++ b/pkgs/development/libraries/haskell/bson/default.nix
@@ -1,5 +1,5 @@
-{ cabal, binary, compactStringFix, cryptohash, dataBinaryIeee754
-, mtl, network, time
+{ cabal, binary, Cabal, compactStringFix, cryptohash
+, dataBinaryIeee754, mtl, network, time
 }:
 
 cabal.mkDerivation (self: {
@@ -7,8 +7,8 @@ cabal.mkDerivation (self: {
   version = "0.1.7";
   sha256 = "1dmndq0rx22h9kxv31rxwqhwkgsvqg9qy4l0xmvpcvvl101zj4jx";
   buildDepends = [
-    binary compactStringFix cryptohash dataBinaryIeee754 mtl network
-    time
+    binary Cabal compactStringFix cryptohash dataBinaryIeee754 mtl
+    network time
   ];
   meta = {
     homepage = "http://github.com/TonyGen/bson-haskell";