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

Possibly too lax lower bound on bytestring #1

Closed
hvr opened this issue Mar 20, 2017 · 1 comment
Closed

Possibly too lax lower bound on bytestring #1

hvr opened this issue Mar 20, 2017 · 1 comment

Comments

@hvr
Copy link

hvr commented Mar 20, 2017

With GHC 7.6.3 (which comes w/ bytestring-0.10.0.2, which the solver tries to preferably select if possible) I see the following compile-failure
(see also http://104.239.175.197:8080/package/bytestring-strict-builder#GHC-7.6/bytestring-strict-builder-0.4.2)

Configuring component lib from bytestring-strict-builder-0.4.2...
Preprocessing library bytestring-strict-builder-0.4.2...

library/ByteString/StrictBuilder.hs:29:18:
    Could not find module `Data.ByteString.Builder.Internal'
    It is a member of the hidden package `bytestring-0.10.8.1'.
    Perhaps you need to add `bytestring' to the build-depends in your .cabal file.
    It is a member of the hidden package `bytestring-builder-0.10.8.1.0'.
    Perhaps you need to add `bytestring-builder' to the build-depends in your .cabal file.
    Use -v to see a list of the files searched for.

@hvr
Copy link
Author

hvr commented Mar 21, 2017

@nikita-volkov I see a new version was uploaded which tightened the lower bound; I've also fixed up
https://hackage.haskell.org/package/bytestring-strict-builder-0.4.2/revisions/ accordingly.

@hvr hvr closed this as completed Mar 21, 2017
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

1 participant