Skip to content

Commit

Permalink
Bump versions to 0.1.0.4. (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
blackgnezdo authored Oct 11, 2016
1 parent d8bd418 commit bfc4814
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# ChangeLog

## v0.1.0.4
- Relaxed dependency constraints on data-default-class for
new stackage LTS.

## v0.1.0.3
- In printing and parsing protocol buffers use/interpret escape
sequences in a way compatible with the Protocol Buffer
Expand Down
2 changes: 1 addition & 1 deletion proto-lens-combinators/proto-lens-combinators.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: proto-lens-combinators
version: 0.1.0.2
version: 0.1.0.4
synopsis: Utilities functions to proto-lens.
description:
Useful things for working with protos.
Expand Down
6 changes: 3 additions & 3 deletions proto-lens-protoc/proto-lens-protoc.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: proto-lens-protoc
version: 0.1.0.3
version: 0.1.0.4
synopsis: Protocol buffer compiler for the proto-lens library.
description:
Turn protocol buffer files (.proto) into Haskell files (.hs) which
Expand Down Expand Up @@ -38,7 +38,7 @@ library
, haskell-src-exts == 1.17.*
, lens-family == 1.2.*
, process >= 1.2 && < 1.5
, proto-lens == 0.1.0.3
, proto-lens == 0.1.0.4
, text == 1.2.*
reexported-modules:
-- Modules that are needed by the generated Haskell files.
Expand Down Expand Up @@ -67,7 +67,7 @@ executable proto-lens-protoc
, lens-family == 1.2.*
-- Specify an exact version of `proto-lens`, since it's tied closely
-- to the generated code.
, proto-lens == 0.1.0.3
, proto-lens == 0.1.0.4
, text == 1.2.*
hs-source-dirs: src
other-modules:
Expand Down
2 changes: 1 addition & 1 deletion proto-lens/proto-lens.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: proto-lens
version: 0.1.0.3
version: 0.1.0.4
synopsis: A lens-based implementation of protocol buffers in Haskell.
description:
The proto-lens library provides to protocol buffers using modern
Expand Down

0 comments on commit bfc4814

Please sign in to comment.