mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +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
|
@ -18,6 +18,12 @@ build:
|
||||||
haskell.org: '*'
|
haskell.org: '*'
|
||||||
haskell.org/cabal: '*'
|
haskell.org/cabal: '*'
|
||||||
script:
|
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
|
- cabal v2-update
|
||||||
- mkdir -p {{prefix}}/bin
|
- mkdir -p {{prefix}}/bin
|
||||||
- cabal v2-install $ARGS
|
- cabal v2-install $ARGS
|
||||||
|
|
Loading…
Reference in a new issue