Skip to content

Instantly share code, notes, and snippets.

@jkachmar
Last active January 29, 2020 17:02
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
  • Save jkachmar/f200caee83280f1f25e9cfa2dd2b16bb to your computer and use it in GitHub Desktop.
Save jkachmar/f200caee83280f1f25e9cfa2dd2b16bb to your computer and use it in GitHub Desktop.
GitHub Semantic w/ Stack
resolver: lts-13.23
packages:
- '.'
- vendor/haskell-tree-sitter
- vendor/haskell-tree-sitter/languages/go
- vendor/haskell-tree-sitter/languages/haskell
- vendor/haskell-tree-sitter/languages/java
- vendor/haskell-tree-sitter/languages/json
- vendor/haskell-tree-sitter/languages/php
- vendor/haskell-tree-sitter/languages/python
- vendor/haskell-tree-sitter/languages/ruby
- vendor/haskell-tree-sitter/languages/tsx
- vendor/haskell-tree-sitter/languages/typescript
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
- 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
@dirtyarteaga
Copy link

Great job

@sardar7110
Copy link

Realy

@infinitoparra
Copy link

infinitoparra commented Dec 12, 2019

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