Skip to content

Commit

Permalink
proto3-suite: update to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tm-drtina committed Oct 25, 2024
1 parent 4c09ce1 commit b19ab0b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion grpc-mqtt.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ common common
, grpc-haskell-core >= 0.5.0 && < 0.6
, mtl >= 2.2.2 && < 2.3
, net-mqtt >= 0.8.3 && < 0.9
, proto3-suite >= 0.5.2 && < 0.8
, proto3-suite >= 0.5.2 && < 0.9
, proto3-wire >= 1.2.2 && < 1.5
, relude >= 0.7.0 && < 1.3
, stm >= 2.5.0 && < 2.6
Expand Down
14 changes: 7 additions & 7 deletions nix/packages/proto3-suite.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ mkDerivation, aeson, aeson-pretty, attoparsec, base
, base64-bytestring, binary, bytestring, cereal, containers
, contravariant, deepseq, dhall, doctest, fetchgit, filepath, foldl
, generic-arbitrary, hashable, haskell-src, hedgehog
, generic-arbitrary, ghc, hashable, hedgehog
, insert-ordered-containers, large-generics, large-records, lens
, lib, mtl, neat-interpolation, optparse-applicative
, optparse-generic, parsec, parsers, pretty, pretty-show
Expand All @@ -12,11 +12,11 @@
}:
mkDerivation {
pname = "proto3-suite";
version = "0.7.0";
version = "0.8.1";
src = fetchgit {
url = "https://github.com/awakesecurity/proto3-suite.git";
sha256 = "16x6acbcd4sqscjqdwmp0j6rlfn7lczp3vsyqv6v8r8zxwm244dk";
rev = "30599c127cc53838576992a33c8c9d91fd57b429";
sha256 = "1msy068045zbcw1wr99qf2cqjcd5065bn2qcipsc9hdqz6v35s65";
rev = "800bfa8ddd6e9a32eedca1005560648ba97084cf";
fetchSubmodules = true;
};
isLibrary = true;
Expand All @@ -25,19 +25,19 @@ mkDerivation {
libraryHaskellDepends = [
aeson aeson-pretty attoparsec base base64-bytestring binary
bytestring cereal containers contravariant deepseq dhall filepath
foldl hashable haskell-src insert-ordered-containers large-generics
foldl ghc hashable insert-ordered-containers large-generics
large-records lens mtl neat-interpolation parsec parsers pretty
pretty-show proto3-wire QuickCheck quickcheck-instances safe split
swagger2 system-filepath text text-short time transformers turtle
vector
];
executableHaskellDepends = [
base containers mtl optparse-applicative optparse-generic
base containers ghc mtl optparse-applicative optparse-generic
proto3-wire range-set-list system-filepath text turtle
];
testHaskellDepends = [
aeson attoparsec base base64-bytestring bytestring cereal
containers deepseq doctest generic-arbitrary hedgehog
containers deepseq doctest generic-arbitrary ghc hedgehog
large-generics large-records mtl parsec pretty pretty-show
proto3-wire QuickCheck record-hasfield swagger2 tasty
tasty-hedgehog tasty-hunit tasty-quickcheck text text-short
Expand Down

0 comments on commit b19ab0b

Please sign in to comment.