edsko / stack2cabal

BSD 3-Clause "New" or "Revised" License
14 stars 4 forks source link

Stack subdirs don't work too well #8

Closed hasufell closed 4 years ago

hasufell commented 4 years ago
packages:
  - .
  - location:
      git: https://github.com/brendanhay/amazonka
      commit: a3eabd987287bd5117faa07cb2875bad2ed9ae21
    subdirs:
      - amazonka
      - core
      - amazonka-secretsmanager
      - amazonka-s3
    extra-dep: true

Becomes:

source-repository-package
    type: git
    location: https://github.com/brendanhay/amazonka
    tag: a3eabd987287bd5117faa07cb2875bad2ed9ae21
hasufell commented 4 years ago

oh, wrong repo :>

edsko commented 4 years ago

I see :) PR is welcome, should be relatively easy :)