summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-11-05 14:22:52 +0100
committerPeter Simons <simons@cryp.to>2013-11-11 14:39:54 +0100
commitc00944712d46fa510d699bc3974ab7f4e188ecbc (patch)
treefd38f4d326482abb81118680fdb1f314f2aa92ea
parent9a904615a999006181ce48852028f5bf781a570a (diff)
downloadnixlib-c00944712d46fa510d699bc3974ab7f4e188ecbc.tar
nixlib-c00944712d46fa510d699bc3974ab7f4e188ecbc.tar.gz
nixlib-c00944712d46fa510d699bc3974ab7f4e188ecbc.tar.bz2
nixlib-c00944712d46fa510d699bc3974ab7f4e188ecbc.tar.lz
nixlib-c00944712d46fa510d699bc3974ab7f4e188ecbc.tar.xz
nixlib-c00944712d46fa510d699bc3974ab7f4e188ecbc.tar.zst
nixlib-c00944712d46fa510d699bc3974ab7f4e188ecbc.zip
haskell-tasty: update to version 0.4
-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 df14857f9ab3..07e4be2f0b78 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.3.1";
-  sha256 = "0ipndrpywzg40s5hiwyyly29mcppcfqbbpwqqp4apma57m8cdpb0";
+  version = "0.4";
+  sha256 = "1gcaam49nm6fx0i2hlf1zih4rxzfgnsl4xiwnqifhz9m15n5laxq";
   buildDepends = [
     ansiTerminal mtl optparseApplicative regexPosix stm tagged
   ];