about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2014-11-16 00:58:27 +0100
committerPeter Simons <simons@cryp.to>2014-11-16 13:31:23 +0100
commit656255719a5fc058a1bbb22504a90a92ddf69de3 (patch)
tree57d957a89ff1494bbba906b0b28f955ba9a18022 /pkgs
parent5015f7d6f2ea08fbd49d633eed16a00ae57623a4 (diff)
downloadnixlib-656255719a5fc058a1bbb22504a90a92ddf69de3.tar
nixlib-656255719a5fc058a1bbb22504a90a92ddf69de3.tar.gz
nixlib-656255719a5fc058a1bbb22504a90a92ddf69de3.tar.bz2
nixlib-656255719a5fc058a1bbb22504a90a92ddf69de3.tar.lz
nixlib-656255719a5fc058a1bbb22504a90a92ddf69de3.tar.xz
nixlib-656255719a5fc058a1bbb22504a90a92ddf69de3.tar.zst
nixlib-656255719a5fc058a1bbb22504a90a92ddf69de3.zip
haskell-hspec-wai: update to version 0.6.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/hspec-wai/default.nix15
1 files changed, 8 insertions, 7 deletions
diff --git a/pkgs/development/libraries/haskell/hspec-wai/default.nix b/pkgs/development/libraries/haskell/hspec-wai/default.nix
index 73e976467223..52e6c05a206f 100644
--- a/pkgs/development/libraries/haskell/hspec-wai/default.nix
+++ b/pkgs/development/libraries/haskell/hspec-wai/default.nix
@@ -1,23 +1,24 @@
 # This file was auto-generated by cabal2nix. Please do NOT edit manually!
 
-{ cabal, caseInsensitive, hspec2, httpTypes, text, transformers
-, wai, waiExtra
+{ cabal, caseInsensitive, hspec, hspecCore, hspecExpectations
+, httpTypes, text, transformers, wai, waiExtra
 }:
 
 cabal.mkDerivation (self: {
   pname = "hspec-wai";
-  version = "0.5.1";
-  sha256 = "0l2fgcxq9ca593kvi5a3g68m49wkdjrziczbk06hlb40x8vg0qw9";
+  version = "0.6.0";
+  sha256 = "1zynikaa57pb1npmhckfcaad1q9p4xdzll9g3yfka55yc4x59nwr";
   buildDepends = [
-    caseInsensitive hspec2 httpTypes text transformers wai waiExtra
+    caseInsensitive hspecCore hspecExpectations httpTypes text
+    transformers wai waiExtra
   ];
   testDepends = [
-    caseInsensitive hspec2 httpTypes text transformers wai waiExtra
+    caseInsensitive hspec hspecCore hspecExpectations httpTypes text
+    transformers wai waiExtra
   ];
   meta = {
     description = "Experimental Hspec support for testing WAI applications (depends on hspec2!)";
     license = self.stdenv.lib.licenses.mit;
     platforms = self.ghc.meta.platforms;
-    hydraPlatforms = self.stdenv.lib.platforms.none;
   };
 })