diff --git a/H/H.cabal b/H/H.cabal index 8450f802..e000b374 100644 --- a/H/H.cabal +++ b/H/H.cabal @@ -26,7 +26,7 @@ executable H , bytestring >= 0.10 , cmdargs >= 0.10.5 , file-embed >= 0.0.7 - , inline-r >= 0.9 && < 0.10 + , inline-r >= 0.9 && < 0.11 , pretty >= 1.1 , process >= 1.2 , temporary >= 1.2.0.3 diff --git a/inline-r/CHANGELOG.md b/inline-r/CHANGELOG.md index 04f34769..77a39296 100644 --- a/inline-r/CHANGELOG.md +++ b/inline-r/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 0.10 - 2018-03-10 +* inline-r supports running on FreeBSD +* Fixed Lock system during QQ-generation +* Support for new vector API. + ## 0.9.2 - 2018-06-29 * GHC 8.4 compatibility * Add Literal instance for 'Text' diff --git a/inline-r/inline-r.cabal b/inline-r/inline-r.cabal index 1d1a9cc3..f1300f4a 100644 --- a/inline-r/inline-r.cabal +++ b/inline-r/inline-r.cabal @@ -1,5 +1,5 @@ name: inline-r -version: 0.9.2 +version: 0.10 license: BSD3 license-file: LICENSE copyright: Copyright (c) 2013-2015 Amgen, Inc.