Skip to content

Instantly share code, notes, and snippets.

@nattybear
Last active November 20, 2024 02:47
Show Gist options
  • Save nattybear/261c8a35e19fcb4b23564142e0086dfe to your computer and use it in GitHub Desktop.
Save nattybear/261c8a35e19fcb4b23564142e0086dfe to your computer and use it in GitHub Desktop.
하스켈/hakyll

우분투에서 hakyll 빌드할 때

우분투에서 하스켈 패키지 hakyll을 빌드할 때 다음과 같이 외부 의존성을 먼저 설치해야 한다.1

sudo apt install zlib1g

cabal로 빌드를 시도하면 zlib가 없다고 안내를 해주지만 stack으로 빌드할 때는 무엇이 문제인지 파악하기 어렵다.

Footnotes

  1. https://blog.naver.com/ihaneter/222527390449

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment