Skip to content

Commit 1113352

Browse files
committed
Release inline-r 0.10.
1 parent 4078c5d commit 1113352

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

H/H.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ executable H
2626
, bytestring >= 0.10
2727
, cmdargs >= 0.10.5
2828
, file-embed >= 0.0.7
29-
, inline-r >= 0.9 && < 0.10
29+
, inline-r >= 0.9 && < 0.11
3030
, pretty >= 1.1
3131
, process >= 1.2
3232
, temporary >= 1.2.0.3

inline-r/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## 0.10 - 2018-03-10
4+
* inline-r supports running on FreeBSD
5+
* Fixed Lock system during QQ-generation
6+
* Support for new vector API.
7+
38
## 0.9.2 - 2018-06-29
49
* GHC 8.4 compatibility
510
* Add Literal instance for 'Text'

inline-r/inline-r.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: inline-r
2-
version: 0.9.2
2+
version: 0.10
33
license: BSD3
44
license-file: LICENSE
55
copyright: Copyright (c) 2013-2015 Amgen, Inc.

0 commit comments

Comments
 (0)