We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55425e1 commit 1050782Copy full SHA for 1050782
1 file changed
codec.cabal
@@ -1,5 +1,5 @@
1
name: codec
2
-version: 0.1
+version: 0.1.1
3
license: BSD3
4
license-file: LICENSE
5
synopsis: First-class record construction and bidirectional serialization
@@ -87,9 +87,12 @@ source-repository head
87
88
library
89
exposed-modules: Data.Codec,
90
+ Data.Codec.Field,
91
+ Data.Codec.Codec,
92
+ Data.Codec.TH,
93
+ Data.Codec.Tuple,
94
Data.Codec.Testing,
95
- Control.Lens.Codec,
96
Data.Aeson.Codec,
97
Data.Binary.Codec,
98
Data.Binary.Bits.Codec,
0 commit comments