Skip to content

Commit

Permalink
Switch to amazonka 2.0 from hackage (#39)
Browse files Browse the repository at this point in the history
🎉
  • Loading branch information
jhrcek authored Jul 28, 2023
1 parent 7833714 commit 906b35c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 36 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,35 +163,6 @@ jobs:
echo "package amazonka-s3-streaming" >> cabal.project
echo " ghc-options: -Werror=missing-methods" >> cabal.project
cat >> cabal.project <<EOF
source-repository-package
type: git
location: https://github.com/brendanhay/amazonka
tag: 31f3d044d84912b99e396a97085a9678e699d91f
subdir: lib/amazonka-core
source-repository-package
type: git
location: https://github.com/brendanhay/amazonka
tag: 31f3d044d84912b99e396a97085a9678e699d91f
subdir: lib/amazonka
source-repository-package
type: git
location: https://github.com/brendanhay/amazonka
tag: 31f3d044d84912b99e396a97085a9678e699d91f
subdir: lib/services/amazonka-s3
source-repository-package
type: git
location: https://github.com/brendanhay/amazonka
tag: 31f3d044d84912b99e396a97085a9678e699d91f
subdir: lib/services/amazonka-sts
source-repository-package
type: git
location: https://github.com/brendanhay/amazonka
tag: 31f3d044d84912b99e396a97085a9678e699d91f
subdir: lib/services/amazonka-sso
EOF
$HCPKG list --simple-output --names-only | perl -ne 'for (split /\s+/) { print "constraints: $_ installed\n" unless /^(amazonka-s3-streaming)$/; }' >> cabal.project.local
cat cabal.project
Expand Down
7 changes: 0 additions & 7 deletions cabal.project
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
-- For amazonka
-- Multiple subdirs in a single `source-repository-package` stanza are supported by cabal-install >= 3.2.0.0.
packages: .
source-repository-package
type: git
location: https://github.com/brendanhay/amazonka
tag: 31f3d044d84912b99e396a97085a9678e699d91f
subdir: lib/amazonka-core lib/amazonka lib/services/amazonka-s3 lib/services/amazonka-sts lib/services/amazonka-sso

0 comments on commit 906b35c

Please sign in to comment.