Skip to content

Commit

Permalink
Merge pull request #4340 from commercialhaskell/mihaimaruseac-patch-1
Browse files Browse the repository at this point in the history
Revert to having 1.7.1 instead of 1.9.1 in templates
  • Loading branch information
mihaimaruseac authored Oct 5, 2018
2 parents cf9b94d + c197b1c commit cc7e6cb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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-1.9.1).
Make sure that you are using the latest release (currently stack-1.7.1).
See the [upgrade instructions](http://docs.haskellstack.org/en/stable/install_and_upgrade/#upgrade) to upgrade.

Please use the following schema for your bug report:
Expand Down Expand Up @@ -43,7 +43,7 @@ $ stack <your command here> <args> --verbose

```
$ stack --version
Version 1.5.0, Git revision 63267f94d7c819cbecc2d59aa259d17240838e43 (4845 commits) x86_64 hpack-0.17.1
Version 1.7.1, Git revision 63267f94d7c819cbecc2d59aa259d17240838e43 (4845 commits) x86_64 hpack-0.17.1
```

### Method of installation
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Feature Request
about: Request a feature be added to Stack, or discuss such a feature
---

Make sure that you are using the latest release (currently stack-1.9.1).
Make sure that you are using the latest release (currently stack-1.7.1).
See the [upgrade instructions](http://docs.haskellstack.org/en/stable/install_and_upgrade/#upgrade) to upgrade.

Please state as clearly as possible what feature you are recommending,
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ This way your question will be more easily discoverable by other people with the

Question related to stack project templates? Please report it at the [stack-templates](https://github.com/commercialhaskell/stack-templates) repository instead.

if you still want to ask the question here instead, please make sure that you are using the latest release (current stack-1.9.1).
if you still want to ask the question here instead, please make sure that you are using the latest release (current stack-1.7.1).
See the [upgrade instructions](http://docs.haskellstack.org/en/stable/install_and_upgrade/#upgrade) to upgrade.

### Stack version

```
$ stack --version
Version 1.5.0, Git revision 63267f94d7c819cbecc2d59aa259d17240838e43 (4845 commits) x86_64 hpack-0.17.1
Version 1.7.1, Git revision 63267f94d7c819cbecc2d59aa259d17240838e43 (4845 commits) x86_64 hpack-0.17.1
```

### Method of installation
Expand Down

0 comments on commit cc7e6cb

Please sign in to comment.