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/feature | |
parent | 8c75dc9df518579cab48a6ded803bf8d493a3cab (diff) |
Add lc module
Diffstat (limited to 'src/feature')
-rw-r--r-- | src/feature/syncinfo.nim | 2 | ||||
-rw-r--r-- | src/feature/syncinstall.nim | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/feature/syncinfo.nim b/src/feature/syncinfo.nim index 4f758fe..a06c88d 100644 --- a/src/feature/syncinfo.nim +++ b/src/feature/syncinfo.nim @@ -2,7 +2,7 @@ import options, posix, sequtils, strutils, sugar, tables, "../args", "../aur", "../common", "../config", "../format", "../package", "../pacman", "../utils", - "../wrapper/alpm" + "../wrapper/alpm", "../listcomp" const pacmanInfoStrings = [ diff --git a/src/feature/syncinstall.nim b/src/feature/syncinstall.nim index 7aba043..bb97178 100644 --- a/src/feature/syncinstall.nim +++ b/src/feature/syncinstall.nim @@ -2,7 +2,7 @@ import algorithm, options, os, posix, sequtils, sets, strutils, sugar, tables, "../args", "../aur", "../config", "../common", "../format", "../lists", "../package", "../pacman", "../utils", - "../wrapper/alpm" + "../wrapper/alpm", "../listcomp" type Installed = tuple[ |