summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/statistics/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/haskell/statistics/default.nix')
-rw-r--r--pkgs/development/libraries/haskell/statistics/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/statistics/default.nix b/pkgs/development/libraries/haskell/statistics/default.nix
index 4a893827aab..97202c4ec60 100644
--- a/pkgs/development/libraries/haskell/statistics/default.nix
+++ b/pkgs/development/libraries/haskell/statistics/default.nix
@@ -1,4 +1,4 @@
-{ cabal, Cabal, deepseq, erf, mathFunctions, monadPar, mwcRandom
+{ cabal, deepseq, erf, mathFunctions, monadPar, mwcRandom
 , primitive, vector, vectorAlgorithms
 }:
 
@@ -7,7 +7,7 @@ cabal.mkDerivation (self: {
   version = "0.10.1.0";
   sha256 = "0fnpwnhcwxjcm81b9daqdy07cw5qgqa7m2bj6fxxwicpvawcyabc";
   buildDepends = [
-    Cabal deepseq erf mathFunctions monadPar mwcRandom primitive vector
+    deepseq erf mathFunctions monadPar mwcRandom primitive vector
     vectorAlgorithms
   ];
   meta = {