packages feed

hruby 0.3.1.6 → 0.3.2

raw patch · 1 files changed

+3/−5 lines, 1 filesdep ~vector

Dependency ranges changed: vector

Files

hruby.cabal view
@@ -2,14 +2,14 @@ --  see http://haskell.org/cabal/users-guide/  name:                hruby-version:             0.3.1.6+version:             0.3.2 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 license-file:        LICENSE author:              Simon Marechal maintainer:          bartavelle@gmail.com--- copyright:           +-- copyright: category:            Language build-type:          Custom cabal-version:       >=1.8@@ -30,7 +30,7 @@                         , bytestring           >= 0.10.0.2                         , text                 >= 0.11                         , attoparsec           >= 0.11 && < 0.14-                        , vector               >= 0.10 && < 0.11+                        , vector               >= 0.10                         , unordered-containers >= 0.2 && < 0.3                         , stm                  >= 2.4 && < 2.5                         , scientific           >= 0.2 && < 0.4@@ -48,5 +48,3 @@   extensions:     OverloadedStrings   build-depends:  base >= 4.6 && < 4.9,hruby,aeson,QuickCheck,text,attoparsec,vector   main-is:        roundtrip.hs--