inline-r 0.8.0.0 → 0.8.0.1
raw patch · 1 files changed
+6/−6 lines, 1 files
Files
- inline-r.cabal +6/−6
inline-r.cabal view
@@ -1,5 +1,5 @@ name: inline-r-version: 0.8.0.0+version: 0.8.0.1 license: BSD3 license-file: LICENSE copyright: Copyright (c) 2013-2015 Amgen, Inc.@@ -40,7 +40,8 @@ subdir: inline-r library- exposed-modules: Data.Vector.SEXP+ exposed-modules: Control.Memory.Region+ Data.Vector.SEXP Data.Vector.SEXP.Base Data.Vector.SEXP.Mutable Foreign.R@@ -61,14 +62,13 @@ Language.R.Instance Language.R.Literal Language.R.QQ- Control.Memory.Region+ Language.R.Internal+ Language.R.Internal.FunWrappers+ Language.R.Internal.FunWrappers.TH other-modules: Control.Monad.R.Class Control.Monad.R.Internal Data.Vector.SEXP.Mutable.Internal Internal.Error- Language.R.Internal- Language.R.Internal.FunWrappers- Language.R.Internal.FunWrappers.TH build-depends: base >= 4.7 && < 5 , aeson >= 0.6 , bytestring >= 0.10