summary refs log tree commit diff stats
path: root/compiler/rodread.nim
diff options
context:
space:
mode:
authorFlaviu Tamas <tamasflaviu@gmail.com>2015-05-23 13:17:19 -0400
committerFlaviu Tamas <tamasflaviu@gmail.com>2015-05-23 13:17:19 -0400
commit4873db4c7218d1abc4cf43a17e1330628362801d (patch)
treec17f54e9dc82f56708c8b3d28823490a9c35dd07 /compiler/rodread.nim
parent188bba2b3cd3106e0c615e712b8f5fdd995137bb (diff)
downloadNim-4873db4c7218d1abc4cf43a17e1330628362801d.tar.gz
Rename crc module to "secure_hash"
Diffstat (limited to 'compiler/rodread.nim')
-rw-r--r--compiler/rodread.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rodread.nim b/compiler/rodread.nim
index 066a02b1d..51d60f5b5 100644
--- a/compiler/rodread.nim
+++ b/compiler/rodread.nim
@@ -90,7 +90,7 @@
 
 import 
   os, options, strutils, nversion, ast, astalgo, msgs, platform, condsyms, 
-  ropes, idents, crc, idgen, types, rodutils, memfiles
+  ropes, idents, secure_hash, idgen, types, rodutils, memfiles
 
 type 
   TReasonForRecompile* = enum ## all the reasons that can trigger recompilation