chrisbarrett / skeletor.el

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

skeletor-hs--cabal-sandboxes-supported? problems #47

Open ilitzroth opened 3 years ago

ilitzroth commented 3 years ago
  1. uses string-to-int (should be string-to-number on recent emacsen)
  2. Is buggy: on my system (skeletor-hs--cabal-sandboxes-supported?) returns t immanuel@prometheus:~/nvme/haskell/gp-zurihac-2020$ cabal --version cabal-install version 3.2.0.0 compiled using version 3.2.0.0 of the Cabal library immanuel@prometheus:~/nvme/haskell/gp-zurihac-2020$ cabal sandbox init cabal: unrecognised command: sandbox (try --help)
chrisbarrett commented 3 years ago

Thanks for the report. If you'd like to see this fixed you're welcome to get your hands dirty and submit a PR. I'm intentionally lazy with supporting my older OSS projects these days :)