All Versions
24
Latest Version
Avg Release Cycle
96 days
Latest Release
1276 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.11.0 Changes
March 17, 2021โ Added
- ๐ Support for building with ghc-9.0.1.
๐ Changed
- โ Removed Cabal support in favor of Bazel.
-
v0.10.0 Changes
November 30, 2020๐ Changed
- ๐ Support building with jni-0.8
-
v0.9.1 Changes
July 16, 2020๐ Changed
- ๐ Fix Tweag logo image in readme
-
v0.9.0 Changes
July 16, 2020โ Added
- โ Added support for ghc-8.10.1 and ghc-8.11 (HEAD)
- ๐ Use TH.addCorePlugin instead of -fplugin
- An interface based on linear types (https://github.com/tweag/inline-java/pull/127)
- An abstract monad to use in the safe interfaces (https://github.com/tweag/inline-java/pull/128)
โ Removed
- โ Removed support for ghc < 8.10.1
-
v0.8.4 Changes
July 11, 2018๐ Changed
- ๐ Dependency bounds and import declarations to build with ghc 8.4.1.
-
v0.8.3 Changes
July 04, 2018๐ Changed
- ๐ Rename all BUILD files to BUILD.bazel.
- โช Workaround Gradle sometimes trashing output in recent versions.
-
v0.8.2 Changes
February 27, 2018๐ Changed
- ๐ Fix check for settings.gradle file in cabal hooks. Prevents the file from growing a few bytes each time a project using gradle hooks is rebuilt.
-
v0.8.1 Changes
February 27, 2018๐ Changed
- ๐ Relaxed upper bound of jni to admit jni-0.6.0.
-
v0.8.0 Changes
February 27, 2018โ Added
addJarsToClasspath
: a function to add a list of jar paths to the CLASSPATH in cabal hooks.
๐ Changed
gradleHooks
now extends the CLASSPATH even if the CLASSPATH is set.- ๐ Renamed
setGradleClasspath
toprependClasspathWithGradle
.
-
v0.7.2 Changes
December 27, 2017๐ Changed
- CLASSPATH is now set in Cabal hooks before running haddock.