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

horizon-spec: 0.6.1 -> 0.6.4

parent 465c3907
No related merge requests found
......@@ -547,7 +547,7 @@ let packages =
, hls-test-utils = H.callHackage "hls-test-utils" "1.5.0.0"
, hopenssl = H.callHackage "hopenssl" "2.2.4"
, horizon-gen-nix = H.callHackage "horizon-gen-nix" "0.6"
, horizon-spec = H.callHackage "horizon-spec" "0.6.1"
, horizon-spec = H.callHackage "horizon-spec" "0.6.4"
, horizon-spec-lens = H.callHackage "horizon-spec-lens" "0.1"
, horizon-spec-pretty = H.callHackage "horizon-spec-pretty" "0.0.1"
, hosc = H.callHackage "hosc" "0.19.1"
......
......@@ -7,12 +7,14 @@
, path-dhall-instance
, prettyprinter
, sydtest
, template-haskell
, text
, th-lift
}:
mkDerivation {
pname = "horizon-spec";
version = "0.6.1";
sha256 = "97840918baa16cc175560645d1cd3bf762f7b6133d9c44f1c4da152431f65ada";
version = "0.6.4";
sha256 = "092aff7d396d331dbe45414e40fa5a142e8c47a4df8f141aa493cce5437fb72f";
isLibrary = true;
isExecutable = true;
enableSeparateDataOutput = false;
......@@ -22,7 +24,9 @@ mkDerivation {
dhall
path
path-dhall-instance
template-haskell
text
th-lift
];
executableHaskellDepends = [
base
......
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