hruby 0.3.5.3 → 0.3.5.4
raw patch · 1 files changed
+3/−2 lines, 1 files
Files
- hruby.cabal +3/−2
hruby.cabal view
@@ -1,6 +1,6 @@-cabal-version: >= 2.0+cabal-version: >= 1.10 name: hruby-version: 0.3.5.3+version: 0.3.5.4 synopsis: Embed a Ruby intepreter in your Haskell program ! description: This doesn't work with Ruby 1.9. Everything you need should be in Foreign.Ruby.Safe. license: BSD3@@ -11,6 +11,7 @@ category: Language build-type: Custom extra-source-files: test/*.rb+Tested-With: GHC == 8.0.2, GHC == 8.2.2 custom-setup setup-depends: Cabal, base, process