mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-20 18:25:48 +01:00
Merge pull request #2139 from mboes/java
Add jni, jvm, inline-java, sparkle once more.
This commit is contained in:
commit
9dade46d94
@ -1566,6 +1566,9 @@ packages:
|
|||||||
- distributed-closure
|
- distributed-closure
|
||||||
- H
|
- H
|
||||||
- inline-r
|
- inline-r
|
||||||
|
- jni
|
||||||
|
- jvm
|
||||||
|
- sparkle
|
||||||
- th-lift
|
- th-lift
|
||||||
|
|
||||||
"Christopher Reichert <creichert07@gmail.com> @creichert":
|
"Christopher Reichert <creichert07@gmail.com> @creichert":
|
||||||
@ -2320,8 +2323,6 @@ packages:
|
|||||||
"Alp Mestanogullari <alpmestan@gmail.com> @alpmestan":
|
"Alp Mestanogullari <alpmestan@gmail.com> @alpmestan":
|
||||||
- taggy
|
- taggy
|
||||||
- taggy-lens
|
- taggy-lens
|
||||||
# 0.1 Compilation failure https://github.com/fpco/stackage/issues/1660 - inline-java
|
|
||||||
# via inline-java - sparkle
|
|
||||||
|
|
||||||
"Alex McLean <lxyxpx@gmail.com> @yaxu":
|
"Alex McLean <lxyxpx@gmail.com> @yaxu":
|
||||||
- tidal
|
- tidal
|
||||||
@ -2813,11 +2814,15 @@ configure-args:
|
|||||||
- /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server
|
- /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server
|
||||||
- --extra-include-dirs
|
- --extra-include-dirs
|
||||||
- /usr/lib/jvm/java-8-openjdk-amd64/include
|
- /usr/lib/jvm/java-8-openjdk-amd64/include
|
||||||
|
- --extra-include-dirs
|
||||||
|
- /usr/lib/jvm/java-8-openjdk-amd64/include/linux
|
||||||
sparkle:
|
sparkle:
|
||||||
- --extra-lib-dirs
|
- --extra-lib-dirs
|
||||||
- /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server
|
- /usr/lib/jvm/java-8-openjdk-amd64/jre/lib/amd64/server
|
||||||
- --extra-include-dirs
|
- --extra-include-dirs
|
||||||
- /usr/lib/jvm/java-8-openjdk-amd64/include
|
- /usr/lib/jvm/java-8-openjdk-amd64/include
|
||||||
|
- --extra-include-dirs
|
||||||
|
- /usr/lib/jvm/java-8-openjdk-amd64/include/linux
|
||||||
hocilib:
|
hocilib:
|
||||||
- --extra-lib-dirs
|
- --extra-lib-dirs
|
||||||
- /usr/local/lib
|
- /usr/local/lib
|
||||||
@ -2980,6 +2985,7 @@ expected-test-failures:
|
|||||||
- hedis
|
- hedis
|
||||||
- hocilib # oracle
|
- hocilib # oracle
|
||||||
- hworker
|
- hworker
|
||||||
|
- jvm
|
||||||
- katip-elasticsearch # elasticsearch
|
- katip-elasticsearch # elasticsearch
|
||||||
- log # ElasticSearch
|
- log # ElasticSearch
|
||||||
- mangopay # https://github.com/prowdsponsor/mangopay/issues/30
|
- mangopay # https://github.com/prowdsponsor/mangopay/issues/30
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user