Skip to content

Instantly share code, notes, and snippets.

@mattjbray
Created August 30, 2016 19:43
Show Gist options
  • Save mattjbray/217cf7d9b755be253448525e5259b1d8 to your computer and use it in GitHub Desktop.
Save mattjbray/217cf7d9b755be253448525e5259b1d8 to your computer and use it in GitHub Desktop.
Haskell-Stack configuration for building elm-lang.org
resolver: lts-6.14
packages:
- location: . # elm-lang.org itself
- location:
git: https://github.com/elm-lang/elm-compiler
commit: c9c7e72c424a13255f8ee84c719f7ef48b689c1a # 0.17
extra-dep: true
- location:
git: https://github.com/elm-lang/elm-package
commit: fc0924210fe5a7c0af543769b1353dbb2ddf2f0c # 0.17
extra-dep: true
extra-deps:
# The aeson, optparse-applicative, HTTP and http-types libraries in lts-6.14 are
# newer than the upper bounds in Elm's .cabal files. Use the older versions.
- aeson-0.8.1.1
- optparse-applicative-0.11.0.2
- HTTP-4000.2.23
- http-types-0.8.6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment