From 00346f1bbb6dab60fb7f8b6147a5f2edfa28b96c Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 1 Apr 2013 10:34:50 +0200 Subject: [PATCH] haskell-hspec-expectations: switch default to version 0.3.2 --- pkgs/top-level/haskell-packages.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/top-level/haskell-packages.nix b/pkgs/top-level/haskell-packages.nix index 5a96e995c738..4534adee337f 100644 --- a/pkgs/top-level/haskell-packages.nix +++ b/pkgs/top-level/haskell-packages.nix @@ -1113,7 +1113,7 @@ let result = let callPackage = x : y : modifyPrio (newScope result.final x y); hspecExpectations_0_3_0_3 = callPackage ../development/libraries/haskell/hspec-expectations/0.3.0.3.nix {}; hspecExpectations_0_3_2 = callPackage ../development/libraries/haskell/hspec-expectations/0.3.2.nix {}; - hspecExpectations = self.hspecExpectations_0_3_0_3; + hspecExpectations = self.hspecExpectations_0_3_2; hspecMeta = callPackage ../development/libraries/haskell/hspec-meta {};