Skip to content

Commit 9b2a862

Browse files
committed
re-generate haskell-ci
1 parent cc93a74 commit 9b2a862

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/workflows/haskell-ci.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,29 @@ jobs:
205205
echo "package example" >> cabal.project
206206
echo " ghc-options: -Werror=missing-methods" >> cabal.project
207207
cat >> cabal.project <<EOF
208+
source-repository-package
209+
type: git
210+
location: https://github.com/haskell-servant/servant
211+
tag: servant-0.20.3.0
212+
subdir: ./servant
213+
214+
source-repository-package
215+
type: git
216+
location: https://github.com/haskell-servant/servant
217+
tag: servant-0.20.3.0
218+
subdir: ./servant-server
219+
220+
source-repository-package
221+
type: git
222+
location: https://github.com/haskell-servant/servant
223+
tag: servant-0.20.3.0
224+
subdir: ./servant-client
225+
226+
source-repository-package
227+
type: git
228+
location: https://github.com/haskell-servant/servant
229+
tag: servant-0.20.3.0
230+
subdir: ./servant-client-core
208231
EOF
209232
$HCPKG list --simple-output --names-only | perl -ne 'for (split /\s+/) { print "constraints: any.$_ installed\n" unless /^(example|servant-openapi3)$/; }' >> cabal.project.local
210233
cat cabal.project

0 commit comments

Comments
 (0)