Skip to content

Commit 1050782

Browse files
committed
Fix exposed-modules.
1 parent 55425e1 commit 1050782

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

codec.cabal

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: codec
2-
version: 0.1
2+
version: 0.1.1
33
license: BSD3
44
license-file: LICENSE
55
synopsis: First-class record construction and bidirectional serialization
@@ -87,9 +87,12 @@ source-repository head
8787

8888
library
8989
exposed-modules: Data.Codec,
90+
Data.Codec.Field,
91+
Data.Codec.Codec,
92+
Data.Codec.TH,
93+
Data.Codec.Tuple,
9094
Data.Codec.Testing,
9195

92-
Control.Lens.Codec,
9396
Data.Aeson.Codec,
9497
Data.Binary.Codec,
9598
Data.Binary.Bits.Codec,

0 commit comments

Comments
 (0)