We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4997342 commit 827c2feCopy full SHA for 827c2fe
stdlib-install.sh
@@ -98,10 +98,12 @@ logHappy "Successfully downloaded the standard library"
98
STDLIB_PATH="$AGDA_DIR/agda-stdlib-$STDLIB_VERSION/standard-library.agda-lib"
99
AGDA_LIBRARIES_FILE="libraries-$AGDA_VERSION"
100
101
+touch "$AGDA_LIBRARIES_FILE"
102
if ! grep -Eq "$STDLIB_PATH" "$AGDA_LIBRARIES_FILE"; then
103
echo "$STDLIB_PATH" >> "$AGDA_LIBRARIES_FILE"
104
fi
105
106
+touch "defaults-$AGDA_VERSION"
107
if ! grep -Eq "^standard-library$" "defaults-$AGDA_VERSION"; then
108
echo "standard-library" >> "defaults-$AGDA_VERSION"
109
0 commit comments