commercialhaskell / commercialhaskell/stack
extra-deps submodules
Open
component: build
type: enhancement
- Dominant language
- Haskell
- Stars
- 4.1k
- Forks
- 850
- Avg merge
- 10h 37m
- Merged PRs (30d)
- 4
Description
Hello! I have a library with huge submodule in it (nixpkgs). When I'm trying to use my library in other project, stack tries to fetch all submodules of my library with command
```
git submodule update --init --recursive
```
It is ok, but not for huge submodule like nixpkgs. Is there any way to say stack run this command with flag?
```
--depth 1
```
Thanks!
Contributor guide
Assessment
This issue has not been assessed yet.