summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNadrieril2019-04-05 00:09:07 +0200
committerNadrieril2019-04-05 00:09:07 +0200
commitf78af6d1e7f6c1dc39bde6cf97138327004ddb06 (patch)
treeb24b8ec46c0bc0cf41c35e8e8d02139f55d598ce
parenta9f4e9b10196d75e674d95160955360d388a772b (diff)
Update dhall-lang submodule
m---------dhall-lang0
-rw-r--r--dhall/build.rs1
2 files changed, 1 insertions, 0 deletions
diff --git a/dhall-lang b/dhall-lang
-Subproject 1f87b0285ffc098a3ef05c93a8186c32736bd4a
+Subproject 30841349fd02fd4eb965cba23a8dc557e99fbd1
diff --git a/dhall/build.rs b/dhall/build.rs
index f7a31c0..e80115f 100644
--- a/dhall/build.rs
+++ b/dhall/build.rs
@@ -23,6 +23,7 @@ fn dhall_files_in_dir<'a>(dir: &'a Path) -> impl Iterator<Item = String> + 'a {
fn main() -> std::io::Result<()> {
println!("cargo:rerun-if-changed=../dhall-lang/.git");
+ println!("cargo:rerun-if-changed=../.git/modules/dhall-lang/refs/heads/master");
let out_dir = env::var("OUT_DIR").unwrap();
let tests_dir = Path::new("../dhall-lang/tests/");