diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2018-02-06 17:40:31 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2018-02-06 17:40:31 +0100 |
commit | 70e8640244e48e8d62c5af42101c9df2b57224d9 (patch) | |
tree | cfdfd8cf65ff1ffa7597b163760a08caf6e84ed1 /compiler/rodwrite.nim | |
parent | 2199f8328059ffa62400acc7342b36dd50aed7e2 (diff) | |
download | Nim-70e8640244e48e8d62c5af42101c9df2b57224d9.tar.gz |
move new sha1 module into the new 'std' namespace
Diffstat (limited to 'compiler/rodwrite.nim')
-rw-r--r-- | compiler/rodwrite.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rodwrite.nim b/compiler/rodwrite.nim index 24d897fb1..b9f33236d 100644 --- a/compiler/rodwrite.nim +++ b/compiler/rodwrite.nim @@ -13,7 +13,7 @@ import intsets, os, options, strutils, nversion, ast, astalgo, msgs, platform, - condsyms, ropes, idents, sha1, rodread, passes, idgen, + condsyms, ropes, idents, std / sha1, rodread, passes, idgen, rodutils, modulepaths from modulegraphs import ModuleGraph |