add cabal build for current fix for m1 devices

This commit is contained in:
Start9 Labs
2022-11-10 15:38:12 -07:00
parent 27376f0e76
commit 99cce5e3e9
2 changed files with 5 additions and 1 deletions

View File

@@ -2,3 +2,7 @@ all:
stack build --local-bin-path dist --copy-bins
profile:
stack build --local-bin-path dist --copy-bins --profile
cabal:
cabal build
# this step is specific for m1 devices ie. aarch64-osx
sudo cp dist-newstyle/build/aarch64-osx/ghc-9.2.5/start9-registry-0.2.1/x/embassy-publish/build/embassy-publish/embassy-publish /usr/local/bin/

View File

@@ -17,7 +17,7 @@
#
# resolver: ./custom-snapshot.yaml
# resolver: https://example.com/snapshots/2018-01-01.yaml
resolver: nightly-2022-10-27
resolver: nightly-2022-11-08
# User packages to be built.
# Various formats can be used as shown in the example below.