File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments