You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ nix-build -A proto3-suite --arg enableSwagger false
...
tests/TestCodeGen.hs:18:1: error:
Could not find module ‘Data.Swagger’
Perhaps you meant
Data.Tagged (needs flag -package-key tagged-0.8.6.1)
Use -v (or `:set -v` in ghci) to see a list of the files searched for.
|
18 | import Data.Swagger (ToSchema)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
tests/TestCodeGen.hs:19:1: error:
Could not find module ‘Data.Swagger’
Perhaps you meant
Data.Tagged (needs flag -package-key tagged-0.8.6.1)
Use -v (or `:set -v` in ghci) to see a list of the files searched for.
|
19 | import qualified Data.Swagger
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The text was updated successfully, but these errors were encountered:
To reproduce:
The text was updated successfully, but these errors were encountered: