8000 repl fix · github/semantic@4b8dbd6 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 4b8dbd6

Browse files
committed
repl fix
1 parent dbc5d99 commit 4b8dbd6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

script/ghci-flags

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ function flags {
7070

7171
# disable automatic selection of packages
7272
echo "-hide-all-packages"
73+
echo "-package proto-lens-jsonpb"
7374

7475
# run cabal and emit package flags from the environment file, removing comments & prefixing with -
7576
cabal v2-exec -v0 bash -- -c 'cat "$GHC_ENVIRONMENT"' | grep -v '^--' | sed -e 's/^/-/'

0 commit comments

Comments
 (0)
0