You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pub/proto-lens/proto-lens/proto-lens.cabal
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,15 @@
1
1
cabal-version: 1.12
2
2
3
-
-- This file has been generated from package.yaml by hpack version 0.37.0.
3
+
-- This file has been generated from package.yaml by hpack version 0.38.0.
4
4
--
5
5
-- see: https://github.com/sol/hpack
6
6
7
7
name: proto-lens
8
8
version: 0.7.1.6
9
9
synopsis: A lens-based implementation of protocol buffers in Haskell.
10
10
description: The proto-lens library provides an API for protocol buffers using modern Haskell language and library patterns. Specifically, it provides:
11
-
.
12
11
* Composable field accessors via lenses
13
-
.
14
12
* Simple field name resolution/overloading via type-level literals
15
-
.
16
13
* Type-safe reflection and encoding/decoding of messages via GADTs
0 commit comments