jkachmar / alpine-haskell-stack

Demonstrating how GHC, Alpine, Stack, and Docker can be used together
BSD 3-Clause "New" or "Revised" License
111 stars 19 forks source link

Pass target GHC_VERSION through a makefile var #2

Closed avanov closed 5 years ago

avanov commented 5 years ago

I used TARGET_GHC_VERSION instead of GHC_VERSION to avoid any potential collisions with host's global env var used with host stack builds.

jkachmar commented 5 years ago

Thanks!