File tree 4 files changed +9
-5
lines changed
4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 1
1
# ChangeLog
2
2
3
+ ## v0.1.0.4
4
+ - Relaxed dependency constraints on data-default-class for
5
+ new stackage LTS.
6
+
3
7
## v0.1.0.3
4
8
- In printing and parsing protocol buffers use/interpret escape
5
9
sequences in a way compatible with the Protocol Buffer
Original file line number Diff line number Diff line change 1
1
name : proto-lens-combinators
2
- version : 0.1.0.2
2
+ version : 0.1.0.4
3
3
synopsis : Utilities functions to proto-lens.
4
4
description :
5
5
Useful things for working with protos.
Original file line number Diff line number Diff line change 1
1
name : proto-lens-protoc
2
- version : 0.1.0.3
2
+ version : 0.1.0.4
3
3
synopsis : Protocol buffer compiler for the proto-lens library .
4
4
description :
5
5
Turn protocol buffer files (.proto) into Haskell files (.hs) which
@@ -38,7 +38,7 @@ library
38
38
, haskell-src-exts == 1.17. *
39
39
, lens-family == 1.2. *
40
40
, process >= 1.2 && < 1.5
41
- , proto-lens == 0.1.0.3
41
+ , proto-lens == 0.1.0.4
42
42
, text == 1.2. *
43
43
reexported-modules :
44
44
-- Modules that are needed by the generated Haskell files.
@@ -67,7 +67,7 @@ executable proto-lens-protoc
67
67
, lens-family == 1.2. *
68
68
-- Specify an exact version of `proto-lens`, since it's tied closely
69
69
-- to the generated code.
70
- , proto-lens == 0.1.0.3
70
+ , proto-lens == 0.1.0.4
71
71
, text == 1.2. *
72
72
hs-source-dirs : src
73
73
other-modules :
Original file line number Diff line number Diff line change 1
1
name : proto-lens
2
- version : 0.1.0.3
2
+ version : 0.1.0.4
3
3
synopsis : A lens-based implementation of protocol buffers in Haskell.
4
4
description :
5
5
The proto-lens library provides to protocol buffers using modern
You can’t perform that action at this time.
0 commit comments