Releases: tweag/HaskellR
Releases · tweag/HaskellR
v1.0.1
v1.0.0
- Support for R >= 4.2.
- Support for GHC 9 and GHC 9.2.
- Breaking change: remove
unhexp
,pokeInfo
,mark
andnamed
. - Breaking change:
HExp
no longer has aStorable
instance. - Breaking change: some fields of SEXPInfo have been removed.
- Breaking change:
Special
andPrimitive
constructors ofHExp
no longer carry any information. R-4.2 makes these forms completely opaque. - Process quasiquotes using an instance of the R interpreter in a separate process. This improves support on macOS.
v0.10.5
v0.10.2
v0.10
v0.9.2: Bump version to 0.9.2
- GHC 8.4 compatibility
- Add Literal instance for 'Text'