Skip to content

Commit 98d48b6

Browse files
removing emerge colours for now
1 parent ff5d875 commit 98d48b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GHRB/Core.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ import Distribution.Portage.Types (Category (Category),
4242
getVersion, unwrapCategory,
4343
unwrapPkgName)
4444
import FlatParse.Basic (Parser, Result (OK), char, eof,
45-
runParser, satisfy, string, anyChar)
45+
runParser, satisfy, string) --, anyChar
4646
import GHRB.Core.Types (PackageSet, St (St), completed,
4747
downgrade, failed,
4848
tried, unresolved, untried, installed)

0 commit comments

Comments
 (0)