summary refs log tree commit diff stats
path: root/compiler/ast.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/ast.nim
parent188bba2b3cd3106e0c615e712b8f5fdd995137bb (diff)
downloadNim-4873db4c7218d1abc4cf43a17e1330628362801d.tar.gz
Rename crc module to "secure_hash"
Diffstat (limited to 'compiler/ast.nim')
-rw-r--r--compiler/ast.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ast.nim b/compiler/ast.nim
index 3798410e8..fd9c5478b 100644
--- a/compiler/ast.nim
+++ b/compiler/ast.nim
@@ -10,7 +10,7 @@
 # abstract syntax tree + symbol table
 
 import
-  msgs, hashes, nversion, options, strutils, crc, ropes, idents, lists,
+  msgs, hashes, nversion, options, strutils, secure_hash, ropes, idents, lists,
   intsets, idgen
 
 type