mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
haskell-test-framework-th-prime: update to version 0.0.6
This commit is contained in:
parent
509c58e59c
commit
896d5317a3
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
cabal.mkDerivation (self: {
|
cabal.mkDerivation (self: {
|
||||||
pname = "test-framework-th-prime";
|
pname = "test-framework-th-prime";
|
||||||
version = "0.0.5";
|
version = "0.0.6";
|
||||||
sha256 = "0lsxnbckh88cq38azml86szdcvx3rhs3is13ib4z0ryfqnv4hhpl";
|
sha256 = "11fk7sk644ky8f22imrfqk8yx07050vy9szha0pnkkjk9i3bqfcq";
|
||||||
buildDepends = [ cpphs haskellSrcExts testFramework ];
|
buildDepends = [ cpphs haskellSrcExts testFramework ];
|
||||||
meta = {
|
meta = {
|
||||||
description = "Template Haskell for test framework";
|
description = "Template Haskell for test framework";
|
||||||
|
Loading…
Reference in New Issue
Block a user