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

pretty-simple test failure #4652

Closed
mihaimaruseac opened this issue Jun 25, 2019 · 1 comment
Closed

pretty-simple test failure #4652

mihaimaruseac opened this issue Jun 25, 2019 · 1 comment

Comments

@mihaimaruseac
Copy link
Contributor

Loaded package environment from /tmp/stack14/test-ghc-env
Loaded package environment from /tmp/stack14/test-ghc-env
Loaded package environment from /tmp/stack14/test-ghc-env
Loaded package environment from /tmp/stack14/test-ghc-env
Loaded package environment from /tmp/stack14/test-ghc-env
src/Debug/Pretty/Simple.hs:262: failure in expression `import qualified Data.Map as M'
expected: 
 but got: 
          <no location info>: error:
              Could not load module ‘Data.Map’
              It is a member of the hidden package ‘rerebase-1.3.1.1’.
              You can run ‘:set -package rerebase’ to expose it.
              (Note: this unloads all the modules in the current scope.)
              It is a member of the hidden package ‘containers-0.6.0.1’.
              You can run ‘:set -package containers’ to expose it.
              (Note: this unloads all the modules in the current scope.)

src/Debug/Pretty/Simple.hs:278: failure in expression `import qualified Data.Map as M'
expected: 
 but got: 
          <no location info>: error:
              Could not load module ‘Data.Map’
              It is a member of the hidden package ‘rerebase-1.3.1.1’.
              You can run ‘:set -package rerebase’ to expose it.
              (Note: this unloads all the modules in the current scope.)
              It is a member of the hidden package ‘containers-0.6.0.1’.
              You can run ‘:set -package containers’ to expose it.
              (Note: this unloads all the modules in the current scope.)

Examples: 53  Tried: 51  Errors: 0  Failures: 2

CC @cdepillabout

@gelisam
Copy link
Contributor

gelisam commented Jul 8, 2019

Probably the same cause as for hint, I recommend adding containers to the build-depends section of the test suite.

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

No branches or pull requests

2 participants