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

testsuite fails with hasql-1.7 #11

Open
juhp opened this issue May 10, 2024 · 2 comments
Open

testsuite fails with hasql-1.7 #11

juhp opened this issue May 10, 2024 · 2 comments

Comments

@juhp
Copy link

juhp commented May 10, 2024

       /home/curators/work/unpack-dir/unpacked/hasql-migration-0.3.0-55e3dfca36ffe0d11e1c42bce446e3cc1d5b9a4983e196ec99c650c8b426884
5/test/Hasql/MigrationTest.hs:17:61: error: [GHC-35373]
           In the import of ‘Hasql.Session’:
             an item called ‘QueryError’
             is exported, but it is a data constructor of
             ‘SessionError’.
           Suggested fix:
             Use
               import Hasql.Session ( SessionError( QueryError ) ) 
             or
               import Hasql.Session ( SessionError(..) )
          |
       17 | import           Hasql.Session                        (run, QueryError)
          |                                                             ^^^^^^^^^^
@juhp
Copy link
Author

juhp commented May 10, 2024

(just FYI @nikita-volkov)

juhp added a commit to commercialhaskell/stackage that referenced this issue May 10, 2024
@alaendle
Copy link

Problem also exits in v0.3.1.

alaendle added a commit to commercialhaskell/stackage that referenced this issue Jul 16, 2024
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