Skip to content
Snippets Groups Projects
Verified Commit 948db274 authored by Julian Ospald's avatar Julian Ospald :tea:
Browse files

Add cabal.project

parent 0e5a087e
No related branches found
No related tags found
No related merge requests found
Pipeline #43615 failed
......@@ -21,17 +21,6 @@ ghcup set ghc ${GHC_VERSION}
ghcup install cabal ${CABAL_VERSION}
rm ghcup-bin
if [ $ARCH = 'ARM64' ] ; then
cabal update
mkdir vendored
cd vendored
cabal unpack network-3.1.2.1
cd network*
autoreconf -fi
cd ../..
fi
cat << EOF > cabal.project
packages: ./stack.cabal
......
-- Generated by stackage-to-hackage
index-state: 2021-11-07T00:15:21Z
with-compiler: ghc-8.10.7
packages:
./
package stack
ghc-options: -fhide-source-paths
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment