packages feed

cassandra-thrift 0.0.2 → 0.0.3

raw patch · 1 files changed

+3/−4 lines, 1 filesdep −haskell98dep ~basePVP ok

version bump matches the API change (PVP)

Dependencies removed: haskell98

Dependency ranges changed: base

API changes (from Hackage documentation)

Files

cassandra-thrift.cabal view
@@ -1,5 +1,5 @@ name: cassandra-thrift -version: 0.0.2+version: 0.0.3 license: OtherLicense  cabal-version: >= 1.4 author: Thrift v.0.2.0 @@ -19,10 +19,9 @@                      Database.Cassandra.Thrift.Cassandra_Iface                      Database.Cassandra.Thrift.Cassandra_Types -    build-depends:   base >= 4 && < 5, -                     haskell98,+    build-depends:   base >= 4.2.0.0 && < 4.9,                       containers,                      Thrift -    include-dirs: Database +--    include-dirs: Database