summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2019-04-16 07:20:52 +0200
committerEugen Wissner <belka@caraus.de>2019-04-16 07:20:52 +0200
commitf214f3baa2f3b613f39ded5ac615a887603aa05c (patch)
tree77a23a89e8d327a015f18f4f58ac07fa1fc8e9ec /os
parentf66935f40d58e33c2882f5899186dce743bc91ad (diff)
downloadtanya-f214f3baa2f3b613f39ded5ac615a887603aa05c.tar.gz
Add algorithm.iteration.foldl
Diffstat (limited to 'os')
-rw-r--r--os/dub.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/dub.json b/os/dub.json
index 31537a1..18fe17a 100644
--- a/os/dub.json
+++ b/os/dub.json
@@ -13,5 +13,5 @@
"importPaths": [
"."
],
- "dflags": ["-dip1000"]
+ "dflags-dmd": ["-dip1000"]
}