Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stackage nighly compilation failure #188

Open
alaendle opened this issue Aug 1, 2023 · 1 comment
Open

Stackage nighly compilation failure #188

alaendle opened this issue Aug 1, 2023 · 1 comment

Comments

@alaendle
Copy link

alaendle commented Aug 1, 2023

/var/stackage/work/unpack-dir/unpacked/serverless-haskell-0.12.6-0aad6e7c1ea6e0a0f623b102101ff644049eb980a3c9c13889c31f73e8fc53cd/src/AWSLambda/Events/KinesisEvent.hs:18:1: error:
           Could not find module ‘Network.AWS.Data.Base64’
           Use -v (or `:set -v` in ghci) to see a list of the files searched for.
          |
       18 | import           Network.AWS.Data.Base64   (Base64 (..))
          | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

       /var/stackage/work/unpack-dir/unpacked/serverless-haskell-0.12.6-0aad6e7c1ea6e0a0f623b102101ff644049eb980a3c9c13889c31f73e8fc53cd/src/AWSLambda/Events/KinesisEvent.hs:19:1: error:
           Could not find module ‘Network.AWS.Kinesis.Types’
           Use -v (or `:set -v` in ghci) to see a list of the files searched for.
          |
       19 | import qualified Network.AWS.Kinesis.Types as Kinesis
          | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

       /var/stackage/work/unpack-dir/unpacked/serverless-haskell-0.12.6-0aad6e7c1ea6e0a0f623b102101ff644049eb980a3c9c13889c31f73e8fc53cd/src/AWSLambda/Events/KinesisEvent.hs:20:1: error:
           Could not find module ‘Network.AWS.Types’
           Perhaps you meant
             Network.DNS.Types (needs flag -package-id dns-4.2.0)
             Network.TLS.Types
             Network.S3.Types
           Use -v (or `:set -v` in ghci) to see a list of the files searched for.
          |
       20 | import qualified Network.AWS.Types         as AWS
          | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Disabled serverless-haskell in nightly build for now.

alaendle added a commit to commercialhaskell/stackage that referenced this issue Aug 1, 2023
@axman6
Copy link

axman6 commented Aug 1, 2023

This is probably related to #169 (and #170 and #187), assuming stackage has moved to amazonka-2.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants