proto-lens 0.1.0.0 → 0.1.0.1
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~basedep ~transformers
Dependency ranges changed: base, transformers
Files
- proto-lens.cabal +3/−3
proto-lens.cabal view
@@ -1,5 +1,5 @@ name: proto-lens-version: 0.1.0.0+version: 0.1.0.1 synopsis: A lens-based implementation of protocol buffers in Haskell. description: The proto-lens library provides to protocol buffers using modern@@ -33,7 +33,7 @@ Data.ProtoLens.Encoding.Wire Data.ProtoLens.TextFormat.Parser build-depends: attoparsec == 0.13.*- , base == 4.8.*+ , base >= 4.8 && < 4.10 , bytestring == 0.10.* , containers == 0.5.* , data-default-class == 0.0.*@@ -41,5 +41,5 @@ , parsec == 3.1.* , pretty == 1.1.* , text == 1.2.*- , transformers == 0.4.*+ , transformers >= 0.4 && < 0.6 , void == 0.7.*