about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-12-16 16:36:18 +0100
committerPeter Simons <simons@cryp.to>2013-12-16 21:11:30 +0100
commit9a313321365287fe3388d8ce7661aee1cdab3005 (patch)
tree9f76618b8160db786ad2e7345796a74a2afbe59d /pkgs/development
parent0bbe648085a6a48b862b53374093bd427033cb92 (diff)
downloadnixlib-9a313321365287fe3388d8ce7661aee1cdab3005.tar
nixlib-9a313321365287fe3388d8ce7661aee1cdab3005.tar.gz
nixlib-9a313321365287fe3388d8ce7661aee1cdab3005.tar.bz2
nixlib-9a313321365287fe3388d8ce7661aee1cdab3005.tar.lz
nixlib-9a313321365287fe3388d8ce7661aee1cdab3005.tar.xz
nixlib-9a313321365287fe3388d8ce7661aee1cdab3005.tar.zst
nixlib-9a313321365287fe3388d8ce7661aee1cdab3005.zip
haskell-tasty: update to version 0.5.2.1
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/libraries/haskell/tasty/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/libraries/haskell/tasty/default.nix b/pkgs/development/libraries/haskell/tasty/default.nix
index 39ee7f2d168d..6ba25cdc99b2 100644
--- a/pkgs/development/libraries/haskell/tasty/default.nix
+++ b/pkgs/development/libraries/haskell/tasty/default.nix
@@ -4,8 +4,8 @@
 
 cabal.mkDerivation (self: {
   pname = "tasty";
-  version = "0.5.2";
-  sha256 = "0zj6bpqld04sivfkpzjp2c587mmygl3699znqmhp1dbv0fpq6949";
+  version = "0.5.2.1";
+  sha256 = "0dph1c0j2vjvzf5csp6hwlcx2zqa12yqrafk6pxs8bnd3r9a11ym";
   buildDepends = [
     ansiTerminal deepseq mtl optparseApplicative regexPosix stm tagged
   ];