We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeef873 commit a27dfbeCopy full SHA for a27dfbe
.github/workflows/haskell-ci.yml
@@ -258,7 +258,7 @@ jobs:
258
source-repository-package
259
type: git
260
location: https://github.com/goldfirere/th-desugar
261
- tag: 730a0ed799c91324d42b70d3780d6b3215cafc3c
+ tag: 44158f7bb7faa2022795446505217b5e52862da5
262
EOF
263
if $HEADHACKAGE; then
264
echo "$($HCPKG list --simple-output | xargs -d' ' -n 1 | grep -v "^Cabal" | sed -E 's/([a-zA-Z-]+)-[0-9.]+/allow\-newer\: *:\1/g')" >> cabal.project
cabal.project
@@ -6,4 +6,4 @@ packages: ./singletons
6
7
8
9
0 commit comments