haskell-test-framework-th: update to version 0.2.3

This commit is contained in:
Peter Simons 2012-11-20 13:58:23 +01:00
parent 4dc5051353
commit 09349c6388

View File

@ -4,8 +4,8 @@
cabal.mkDerivation (self: {
pname = "test-framework-th";
version = "0.2.2";
sha256 = "0nzfvxr5bnxinx41a5w5mwhyxzz2936dl0xhd80cv9plx19ylh0w";
version = "0.2.3";
sha256 = "1xls8034zkfnvkv2p6jd6kc1x3xrr0sm5c6hl0mp7ym2w2ww9f1w";
buildDepends = [
haskellSrcExts languageHaskellExtract regexPosix testFramework
];