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

Lens does not compile with the latest vector package #336

Closed
ozataman opened this issue Sep 24, 2013 · 1 comment
Closed

Lens does not compile with the latest vector package #336

ozataman opened this issue Sep 24, 2013 · 1 comment

Comments

@ozataman
Copy link

The newly released vector at http://hackage.haskell.org/package/vector seems to cause compile problems for lens. I get:

Preprocessing library lens-3.9.1...

src/Data/Vector/Generic/Lens.hs:38:8:
    Could not find module `Data.Vector.Fusion.Stream'
    Perhaps you meant
      Data.Vector.Fusion.Util (from vector-0.10.9.0)
      Data.Vector.Fusion.Bundle (from vector-0.10.9.0)
    Use -v to see a list of the files searched for.

Doing a cabal install 'vector < 0.10.9' seems to circumvent the problem for me.

@glguy
Copy link
Collaborator

glguy commented Sep 26, 2013

Let's merge all discussion to one ticket: #340 (because this one has some commits to be discussed)

@glguy glguy closed this as completed Sep 26, 2013
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