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

Flag configuration can prevent refactoring #497

Open
nboldi opened this issue Aug 19, 2017 · 1 comment
Open

Flag configuration can prevent refactoring #497

nboldi opened this issue Aug 19, 2017 · 1 comment

Comments

@nboldi
Copy link
Collaborator

nboldi commented Aug 19, 2017

In the package NineP, there is flag that should be specified but somehow it seems it isn't. The dependencies look like:

    if flag(bytestring-in-base)
      -- bytestring was in base-2.0 and 2.1.1
      build-depends: base >= 2.0 && < 2.2, binary >= 0.5.0.2
    else
      -- inbase 1.0 and 3.0 bytestring is a separate package
      build-depends: base < 2.0 || >= 3, bytestring >= 0.9, binary >= 0.5.0.2
@nboldi
Copy link
Collaborator Author

nboldi commented Aug 22, 2017

In package timezone-series the flags are not configured good by default for the actual version of the time package

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

1 participant