Skip to content

Instantly share code, notes, and snippets.

@mryndzionek
Forked from jkachmar/stack.yaml
Created June 22, 2019 21:18
Show Gist options
  • Save mryndzionek/204f9c7e4673847e74d70b82c1e2a5ba to your computer and use it in GitHub Desktop.
Save mryndzionek/204f9c7e4673847e74d70b82c1e2a5ba to your computer and use it in GitHub Desktop.
GitHub Semantic w/ Stack
resolver: lts-13.23
packages:
- '.'
extra-deps:
- cmark-gfm-0.1.8
- haddocset-0.4.3
- http-client-0.6.4
- fastsum-0.1.1.0
- fused-effects-0.4.0.0
- fused-effects-exceptions-0.1.1.0
- generic-monoid-0.1.0.0
- github-0.20
- netrc-0.2.0.0
- semilattices-0.0.0.3
- tree-sitter-0.1.0.0
- tree-sitter-go-0.1.0.0
- tree-sitter-java-0.1.0.0
- tree-sitter-haskell-0.1.0.0
- tree-sitter-json-0.1.0.0
- tree-sitter-php-0.1.0.0
- tree-sitter-python-0.1.0.1
- tree-sitter-ruby-0.1.0.0
- tree-sitter-tsx-0.1.0.0
- tree-sitter-typescript-0.1.0.0
- git: 'https://github.com/rewinfrey/hspec-expectations-pretty-diff'
commit: 94af5871c24ba319f7f72fefa53c1a4d074c9a29
- git: 'https://github.com/joshvera/proto3-suite.git'
commit: 83f3352f0c7c94ea091e6087f60692eda9991fae
- git: 'https://github.com/joshvera/proto3-wire.git'
commit: 84664e22f01beb67870368f1f88ada5d0ad01f56
# Suppress errors associated with the -nopie option being passed to clang.
# https://github.com/commercialhaskell/stack/issues/4009
apply-ghc-options: everything
ghc-options:
$everything: -optc -Wno-unused-command-line-argument
# Build in an Alpine Docker image
# cf. https://github.com/jkachmar/alpine-haskell-stack
#
# Needs 'alpine-sdk ncurses-dev ncurses-static zlib-dev'
#
# Note that distributing statically linked applications using libgmp is not
# compliant with the LGPL; these applications should be built with a version
# of GHC that supports integer-simple for MIT-license compliant distribution
docker:
enable: false
repo: "alpine-haskell-gmp:semantic"
stack-exe: image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment