3
0
Fork 0
forked from mirrors/nixpkgs

haskell-tasty: update to version 0.5.2.1

This commit is contained in:
Peter Simons 2013-12-16 16:36:18 +01:00
parent 0bbe648085
commit 9a31332136

View file

@ -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
];