We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f9f826 commit 87ecedfCopy full SHA for 87ecedf
.gitignore
@@ -53,4 +53,4 @@ gh-release-artifacts/
53
.hls/
54
55
# local cabal package
56
-# vendor/
+vendor/parse-cabal-project
.gitmodules
@@ -9,3 +9,6 @@
9
# Delete the now untracked submodule files
10
# rm -rf path_to_submodule
11
12
+[submodule "vendor/cabal"]
13
+ path = vendor/cabal
14
+ url = https://github.com/rm41339/cabal.git
vendor/cabal
0 commit comments