Skip to content

Commit 87ecedf

Browse files
committed
add cabal submodule
1 parent 2f9f826 commit 87ecedf

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ gh-release-artifacts/
5353
.hls/
5454

5555
# local cabal package
56-
# vendor/
56+
vendor/parse-cabal-project

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@
99
# Delete the now untracked submodule files
1010
# rm -rf path_to_submodule
1111

12+
[submodule "vendor/cabal"]
13+
path = vendor/cabal
14+
url = https://github.com/rm41339/cabal.git

vendor/cabal

Submodule cabal added at 369a520

0 commit comments

Comments
 (0)