You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Build without installed constraints for packages in global-db
151
151
- if $UNCONSTRAINED; then rm -f cabal.project.local; echo cabal new-build -w ${HC} --disable-tests --disable-benchmarks all; else echo "Not building without installed constraints"; fi
152
152
153
+
- popd
154
+
153
155
# Check the fgl-arbitrary sub-package
154
156
- cd fgl-arbitrary
155
157
# Relying upon fgl being installed above when testing sdist, and that
0 commit comments