chrisbarrett / skeletor.el

Powerful project skeletons for Emacs
GNU General Public License v3.0
126 stars 17 forks source link

Default Cabal template fails to inititialize git or cabal #51

Open vim449 opened 3 years ago

vim449 commented 3 years ago

When M-x skeletor-create-project is called, and the Haskell Project (Cabal) option is selected, the cabal and git tasks to set up the project don't seem to get called. The CONTRIBUTING.md and README.md, along with .gitignore, are created just fine. It seems that cabal init and git init never get called in the project creation. I have tested both programs already, and both git and cabal are functioning and installed on my system