packages feed

proto-lens-descriptors 0.2.0.1 → 0.2.1.0

raw patch · 3 files changed

+6/−4 lines, 3 filesdep ~proto-lensPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: proto-lens

API changes (from Hackage documentation)

Files

proto-lens-descriptors.cabal view
@@ -1,5 +1,5 @@ name:                proto-lens-descriptors-version:             0.2.0.1+version:             0.2.1.0 synopsis:            Protocol buffers for describing the definitions of messages. description:     This package provides definitions for the 'proto-lens' package@@ -28,5 +28,5 @@     , lens-labels == 0.1.*     -- Specify an exact version of `proto-lens`, since it's tied closely     -- to the generated code.-    , proto-lens == 0.2.0.1+    , proto-lens == 0.2.1.0     , text == 1.2.*
src/Proto/Google/Protobuf/Compiler/Plugin.hs view
@@ -1,7 +1,8 @@ {- This file was auto-generated from google/protobuf/compiler/plugin.proto by the proto-lens-protoc program. -} {-# LANGUAGE ScopedTypeVariables, DataKinds, TypeFamilies,   UndecidableInstances, MultiParamTypeClasses, FlexibleContexts,-  FlexibleInstances, PatternSynonyms, MagicHash #-}+  FlexibleInstances, PatternSynonyms, MagicHash, NoImplicitPrelude+  #-} {-# OPTIONS_GHC -fno-warn-unused-imports #-} module Proto.Google.Protobuf.Compiler.Plugin where import qualified Prelude
src/Proto/Google/Protobuf/Descriptor.hs view
@@ -1,7 +1,8 @@ {- This file was auto-generated from google/protobuf/descriptor.proto by the proto-lens-protoc program. -} {-# LANGUAGE ScopedTypeVariables, DataKinds, TypeFamilies,   UndecidableInstances, MultiParamTypeClasses, FlexibleContexts,-  FlexibleInstances, PatternSynonyms, MagicHash #-}+  FlexibleInstances, PatternSynonyms, MagicHash, NoImplicitPrelude+  #-} {-# OPTIONS_GHC -fno-warn-unused-imports #-} module Proto.Google.Protobuf.Descriptor where import qualified Prelude