persistent-protobuf 0.1.3 → 0.1.4
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~persistent
Dependency ranges changed: persistent
Files
persistent-protobuf.cabal view
@@ -1,5 +1,5 @@ Name: persistent-protobuf-Version: 0.1.3+Version: 0.1.4 Synopsis: Template-Haskell helpers for integrating protobufs with persistent. Description: Template-Haskell helpers for integrating protobufs with persistent. Homepage: https://github.com/mstone/persistent-protobuf@@ -19,13 +19,13 @@ source-repository this type: git location: git://github.com/mstone/persistent-protobuf.git- tag: v0.1.3+ tag: v0.1.4 Library Exposed-modules: Database.Persist.TH.ProtocolBuffers Build-Depends: base == 4.*, bytestring -any,- persistent == 0.8.*,+ persistent == 0.9.*, protocol-buffers -any, protocol-buffers-descriptor -any, template-haskell -any,