We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Please consider adding brick to stackage. The package already builds fine with GHC 8 and the stackage resolver:
brick
$ cabal unpack brick $ cd brick-0.8 $ ghc --version The Glorious Glasgow Haskell Compilation System, version 8.0.1 $ stack init --resolver nightly --force --solver ... $ stack build ... Registering brick-0.8...
The text was updated successfully, but these errors were encountered:
I don't support Stackage. From what I've been told, you can still use non-Stackage packages with stack builds, though.
Sorry, something went wrong.
No branches or pull requests
Please consider adding
brick
to stackage. The package already builds fine with GHC 8 and the stackage resolver:The text was updated successfully, but these errors were encountered: