Add Haskell cabal config via rawstr4c

This commit is contained in:
Aoran Zeng
2025-07-22 18:26:19 +08:00
parent 31f1f30c31
commit f6374fae9c
3 changed files with 26 additions and 14 deletions

View File

@@ -43,6 +43,24 @@ allprojects {
}
```
<br>
## Haskell
- namespace = `haskell`
### cabal config
```
repository mirror
url: @url@
secure: True
```
<br>
## stackage