I'm newbie in haskell development.
I've made new stack project and added these lines:
# stack.yaml
extra-deps:
- ffmpeg-light-0.12.1.0
# package.yaml
dependencies:
- ffmpeg-light
then I ran:
and got this error:
Cabal-simple_mPHDZzAJ_2.0.1.0_ghc-8.2.2: The program 'pkg-config' version >=0.9.0 is required but it could not be found.
I'm on macOS 10.13.4
I'm newbie in haskell development.
I've made new stack project and added these lines:
then I ran:
and got this error:
I'm on macOS 10.13.4