Skip to content

Commit

Permalink
For speed, encode field numbers at compile time (#246)
Browse files Browse the repository at this point in the history
...at the cost of some increased code size.
  • Loading branch information
j6carey authored Oct 12, 2023
1 parent b87cf2c commit 30599c1
Show file tree
Hide file tree
Showing 2 changed files with 115 additions and 46 deletions.
4 changes: 2 additions & 2 deletions nix/overlays/haskell-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ in {
source = pkgsNew.fetchFromGitHub {
owner = "awakesecurity";
repo = "proto3-wire";
rev = "6dcc557fc9d3ffcbfe45c6bea4969830f9e0de9c";
sha256 = "hSbnZ4vbaWdMgRuj2kbtlLu8caRzdrgEvttYTz4ywr0=";
rev = "938523213d5de2d0ad9ece051d1a03002ee539cc";
sha256 = "GVH3N1KrFUVpR8ZRkjZcRp51VgMtSXqClL88dM7FBdc=";
};
in haskellPackagesNew.callCabal2nix "proto3-wire" source { };

Expand Down
Loading

0 comments on commit 30599c1

Please sign in to comment.