From 53fb4f2ffeaf87b0b8344e287e866a35fd0c2abb Mon Sep 17 00:00:00 2001 From: Ryan Scott Date: Fri, 3 May 2024 19:47:15 -0400 Subject: [PATCH] Bump th-desugar source-repository-package commit This is needed to bring in a fix for https://github.com/goldfirere/th-desugar/issues/212, which we will use in a subsequent commit. --- .github/workflows/haskell-ci.yml | 2 +- cabal.project | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/haskell-ci.yml b/.github/workflows/haskell-ci.yml index 68bb3e0e..7ce302b0 100644 --- a/.github/workflows/haskell-ci.yml +++ b/.github/workflows/haskell-ci.yml @@ -264,7 +264,7 @@ jobs: source-repository-package type: git location: https://github.com/goldfirere/th-desugar - tag: a910bb140d6f9d0c69077c32f70ff08286825dff + tag: 5aa3585028b05b90e78ead54e4f5fda6ace13ac2 EOF if $HEADHACKAGE; then echo "allow-newer: $($HCPKG list --simple-output | sed -E 's/([a-zA-Z-]+)-[0-9.]+/*:\1,/g')" >> cabal.project diff --git a/cabal.project b/cabal.project index 414bbbb3..2f8cc413 100644 --- a/cabal.project +++ b/cabal.project @@ -5,4 +5,4 @@ packages: ./singletons source-repository-package type: git location: https://github.com/goldfirere/th-desugar - tag: a910bb140d6f9d0c69077c32f70ff08286825dff + tag: 5aa3585028b05b90e78ead54e4f5fda6ace13ac2