commercialhaskell / commercialhaskell/stack

extra-deps submodules

Open
#5,236 0 comments 0 reactions 0 assignees View on GitHub
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

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.