Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 1.28 KB

File metadata and controls

54 lines (36 loc) · 1.28 KB
name Bug Report
about Report a bug in Stack

Please follow the steps below for reporting a bug:

Make sure that you are using the latest release (currently stack-2.5.1). See the upgrade instructions to upgrade.

Please use the following schema for your bug report:

General summary/comments (optional)

Steps to reproduce

For example:

  1. Remove directory blah.
  2. Run command stack blah.
  3. Edit file blah.
  4. Run command stack blah.

Include any .yaml configuration if relevant.

Expected

What you expected to see and happen.

Actual

What actually happened.

If you suspect that a stack command misbehaved, please include the output of that command in --verbose mode. If the output is larger than a page please paste the output in a Gist.

$ stack <your command here> <args> --verbose
<output>

Stack version

$ stack --version
Version 1.9.1, Git revision f9d0042c141660e1d38f797e1d426be4a99b2a3c (6168 commits) x86_64 hpack-0.31.0

Method of installation

  • Official binary, downloaded from stackage.org or fpcomplete's package repository
  • Via cabal-install
  • An unofficial package repository (please specify which)
  • Other (please specify)