mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix(dhall)
between CI and CD, zlib-0.7.0 released, which fails to find the library on macOS. haskell is *SO* *FRUSTRATING*.
This commit is contained in:
parent
62847a71a4
commit
3c41386f82
1 changed files with 7 additions and 1 deletions
|
@ -18,6 +18,12 @@ build:
|
|||
haskell.org: '*'
|
||||
haskell.org/cabal: '*'
|
||||
script:
|
||||
- run: |
|
||||
sed -i '/unordered-containers/i\
|
||||
-- zlib 0.7.0 fails to find zlib.dylib on macOS\
|
||||
zlib >= 0.6.0 \&\& < 0.7 ,' \
|
||||
dhall.cabal
|
||||
if: darwin
|
||||
- cabal v2-update
|
||||
- mkdir -p {{prefix}}/bin
|
||||
- cabal v2-install $ARGS
|
||||
|
|
Loading…
Reference in a new issue