Skip to content

Commit bfc4814

Browse files
authored
Bump versions to 0.1.0.4. (#53)
1 parent d8bd418 commit bfc4814

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

ChangeLog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# ChangeLog
22

3+
## v0.1.0.4
4+
- Relaxed dependency constraints on data-default-class for
5+
new stackage LTS.
6+
37
## v0.1.0.3
48
- In printing and parsing protocol buffers use/interpret escape
59
sequences in a way compatible with the Protocol Buffer

proto-lens-combinators/proto-lens-combinators.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: proto-lens-combinators
2-
version: 0.1.0.2
2+
version: 0.1.0.4
33
synopsis: Utilities functions to proto-lens.
44
description:
55
Useful things for working with protos.

proto-lens-protoc/proto-lens-protoc.cabal

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: proto-lens-protoc
2-
version: 0.1.0.3
2+
version: 0.1.0.4
33
synopsis: Protocol buffer compiler for the proto-lens library.
44
description:
55
Turn protocol buffer files (.proto) into Haskell files (.hs) which
@@ -38,7 +38,7 @@ library
3838
, haskell-src-exts == 1.17.*
3939
, lens-family == 1.2.*
4040
, process >= 1.2 && < 1.5
41-
, proto-lens == 0.1.0.3
41+
, proto-lens == 0.1.0.4
4242
, text == 1.2.*
4343
reexported-modules:
4444
-- Modules that are needed by the generated Haskell files.
@@ -67,7 +67,7 @@ executable proto-lens-protoc
6767
, lens-family == 1.2.*
6868
-- Specify an exact version of `proto-lens`, since it's tied closely
6969
-- to the generated code.
70-
, proto-lens == 0.1.0.3
70+
, proto-lens == 0.1.0.4
7171
, text == 1.2.*
7272
hs-source-dirs: src
7373
other-modules:

proto-lens/proto-lens.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: proto-lens
2-
version: 0.1.0.3
2+
version: 0.1.0.4
33
synopsis: A lens-based implementation of protocol buffers in Haskell.
44
description:
55
The proto-lens library provides to protocol buffers using modern

0 commit comments

Comments
 (0)