Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added dist-newstyle/cache/config
Binary file not shown.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions nix/packages/Cabal-syntax.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ mkDerivation {
pname = "Cabal-syntax";
version = "3.16.1.0";
sha256 = "6bd561449b4d96aca4896e17a34cb504d1b0fd83b338380d131b16b50b36bda7";
revision = "1";
editedCabalFile = "1jh16xcdzbhwhdracim2b234nqg0irdvki1czphg30blgg91hvsj";
revision = "2";
editedCabalFile = "01652fri0f6l24cgsag421ghdbx8p095j1549fi5x9ksgp859kqp";
libraryHaskellDepends = [
array base binary bytestring containers deepseq directory filepath
mtl parsec pretty text time transformers
Expand Down
2 changes: 2 additions & 0 deletions nix/packages/Cabal.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ mkDerivation {
pname = "Cabal";
version = "3.16.1.0";
sha256 = "c6b8a37d21dc67c1c68d36a6258ea529391d4bb8bcc1caebaa9b483d93ef2556";
revision = "1";
editedCabalFile = "1ji7cr3fwis7hlh6jrdj94580z5rrn8jrmrzgia98lc9mcbk71rr";
setupHaskellDepends = [ mtl parsec ];
libraryHaskellDepends = [
array base bytestring Cabal-syntax containers deepseq directory
Expand Down
2 changes: 1 addition & 1 deletion stack.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# DO NOT EDIT SNAPSHOT. It is generated from `just update-deps`.
snapshot: lts-24.29
snapshot: lts-24.34

extra-deps:
# Not in snapshot.
Expand Down