haskell / haskell/cabal

Do not require trailing slash in repository url

Open
#5,449 0 comments 0 reactions 0 assignees View on GitHub
re: config-file type: enhancement
Dominant language
Haskell
Stars
1.7k
Forks
750
Avg merge
4d 3h
Merged PRs (30d)
28

Description

The docs give this example:
```
repository hackage.haskell.org
url: http://hackage.haskell.org/
secure: True
root-keys:
key-threshold:
```
Note the trailing slash in `url`. In my experiments, I skipped that, and things fell over.

It’s a minor thing, but it would be nice if
```
repository hackage.haskell.org
url: http://hackage.haskell.org
secure: True
root-keys:
key-threshold:
```
would work just as well.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.