about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-12-03 22:07:39 +0100
committerPeter Simons <simons@cryp.to>2013-12-03 22:23:22 +0100
commit7c6d83c550d7db73b5487d9ba1c32217b2c62ddf (patch)
tree4f6d1b85bd4dde6ec5a2c18321debfa8898dbf1a /pkgs
parent39ad23ba3593208a29c19cd1c8551f2b54b732c4 (diff)
downloadnixlib-7c6d83c550d7db73b5487d9ba1c32217b2c62ddf.tar
nixlib-7c6d83c550d7db73b5487d9ba1c32217b2c62ddf.tar.gz
nixlib-7c6d83c550d7db73b5487d9ba1c32217b2c62ddf.tar.bz2
nixlib-7c6d83c550d7db73b5487d9ba1c32217b2c62ddf.tar.lz
nixlib-7c6d83c550d7db73b5487d9ba1c32217b2c62ddf.tar.xz
nixlib-7c6d83c550d7db73b5487d9ba1c32217b2c62ddf.tar.zst
nixlib-7c6d83c550d7db73b5487d9ba1c32217b2c62ddf.zip
haskell-tasty: update to version 0.4.1.1
Diffstat (limited to 'pkgs')
-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 41fa16b916df..c2c05a68f075 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.4.0.1";
-  sha256 = "04nnjg04520lvjm8h2ma0ihm4bz6p0ppk445i8gmn82ixwan76h0";
+  version = "0.4.1.1";
+  sha256 = "09xha87ivkllczbf0vf2n8zjn1wa5g8v8j1h9ad3207r45ndzn0w";
   buildDepends = [
     ansiTerminal deepseq mtl optparseApplicative regexPosix stm tagged
   ];