Skip to content
Snippets Groups Projects
Commit 740f3a2c authored by Daniel Firth's avatar Daniel Firth
Browse files

tasty-hunit: fix link

parent abcbf380
Branches
No related merge requests found
...@@ -820,8 +820,8 @@ let packages = ...@@ -820,8 +820,8 @@ let packages =
, tasty-hspec = H.callHackage "tasty-hspec" "1.2.0.1" , tasty-hspec = H.callHackage "tasty-hspec" "1.2.0.1"
, tasty-hunit = , tasty-hunit =
H.callGit H.callGit
"https://github.com/UnkindPartition/tasty-hunit" "https://github.com/UnkindPartition/tasty"
"207d3453a64b414593512c1e968171d64a8dbe61" "226c35f468be389536fbb9471904a113d1586da6"
(Some "hunit") (Some "hunit")
, tasty-inspection-testing = , tasty-inspection-testing =
H.callHackage "tasty-inspection-testing" "0.2" H.callHackage "tasty-inspection-testing" "0.2"
......
...@@ -4,8 +4,8 @@ mkDerivation { ...@@ -4,8 +4,8 @@ mkDerivation {
version = "0.10.0.2"; version = "0.10.0.2";
src = fetchgit { src = fetchgit {
url = "https://github.com/UnkindPartition/tasty"; url = "https://github.com/UnkindPartition/tasty";
sha256 = "0mbzw9plh5gffpdzbnw6749b45dpal29wdak2y04qlmjs42wxcv1"; sha256 = "0xx85l6g6xxxyfjmlxz5mfli75v77js55a9hr0n7ghrypg2lpj55";
rev = "207d3453a64b414593512c1e968171d64a8dbe61"; rev = "226c35f468be389536fbb9471904a113d1586da6";
fetchSubmodules = true; fetchSubmodules = true;
}; };
postUnpack = "sourceRoot+=/hunit/; echo source root reset to $sourceRoot"; postUnpack = "sourceRoot+=/hunit/; echo source root reset to $sourceRoot";
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment