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

build-constraints.yaml: add cabal2spec to my package list #3382

Merged
merged 1 commit into from
Mar 15, 2018

Conversation

peti
Copy link
Contributor

@peti peti commented Mar 15, 2018

Checklist:

  • Meaningful commit message - please not Update build-constraints.yml

  • Some time passed since Hackage upload

  • On your own machine, in a new directory, you have successfully run the following set of commands (replace $package with the name of the package that is submitted, $version is the version of the package you want to get into Stackage):

    stack unpack $package
    cd $package-$version
    stack init --resolver nightly
    stack build --resolver nightly --haddock --test --bench --no-run-benchmarks
    

I ran those commands, but got the following error, which makes no sense to me:

The following packages specified by flags or options are not found: persistent-sqlite

I don't see how my package would depend on persistent-sqlite.

@DanBurton
Copy link
Contributor

The persistent-sqlite thing is a stack bug. (See #3375) Sorry about that. I'll update the PR template to mention this.

@DanBurton DanBurton merged commit 8fd5b90 into commercialhaskell:master Mar 15, 2018
@DanBurton
Copy link
Contributor

Build failure: peti/cabal2spec#1

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

Successfully merging this pull request may close these issues.

2 participants