grin/stack.yaml
2019-04-09 13:58:49 +02:00

33 lines
581 B
YAML

resolver: nightly-2018-11-07
# due to functor-infix
allow-newer: true
packages:
- 'grin'
- location:
git: https://github.com/csabahruska/llvm-hs.git
commit: 5e5feb5d125df3c789ef85ca344bced283b2fbaa
subdirs:
- llvm-hs
- llvm-hs-pure
extra-dep: true
extra-deps:
- monad-gen-0.3.0.1
- functor-infix-0.0.5
- QuickCheck-GenT-0.2.0
- megaparsec-6.5.0
- neat-interpolation-0.3.2.2
- set-extra-1.4.1
- llvm-hs-pretty-0.6.1.0
flags:
llvm-hs:
shared-llvm: true
build:
test-arguments:
additional-args:
- "--seed=11010"