diff options
author | zqqw | 2020-05-01 01:31:13 +0000 |
---|---|---|
committer | zqqw | 2020-05-02 01:59:53 +0000 |
commit | 086784e56e57c61742718803478cc29d0331414b (patch) | |
tree | 4b1e1fe488c8d1ceaa88073859631a4cf23cb9c0 /src/common.nim | |
parent | 8c75dc9df518579cab48a6ded803bf8d493a3cab (diff) |
Add lc module
Diffstat (limited to 'src/common.nim')
-rw-r--r-- | src/common.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.nim b/src/common.nim index 8db3a79..055474e 100644 --- a/src/common.nim +++ b/src/common.nim @@ -1,7 +1,7 @@ import options, os, osproc, posix, sequtils, sets, strutils, sugar, tables, args, config, format, lists, package, pacman, utils, - "wrapper/alpm" + "wrapper/alpm", "listcomp" type CacheKind* {.pure.} = enum |