Changelog of @hackage/stack2cabal 1.0.14

Revision history for stack2cabal

1.0.14 -- 2022-09-13

  • Add a --no-sort-repos option. #42

1.0.13 -- 2022-03-06

  • Support github field in extra-deps wrt #39, by Fumiaki Kinoshita

1.0.12 -- 2020-10-23

  • Use multiple subdirs per source-repository wrt #29
  • Merge git repos properly, wrt #30

1.0.11 -- 2020-10-05

  • Fix bug in cabal.project.freeze when git-package in extra-deps doesn't have a subdir
  • Run hpack for git deps as well
  • Fix --output-file option to use it as full filepath (instead of base directory)

1.0.10 -- 2020-10-04

  • Allow to pin hackage state wrt #20
  • Fix missing flags in cabal.project.freeze wrt #24
  • fix bug in ghc-options conversion

1.0.9 -- 2020-10-04

  • Inspect remote repository package names and exclude them from freeze file (fixes #1), disable with --no-inspect-remotes
  • Add --no-pin-ghc option
  • Add --no-run-hpack option
  • Add --output-file option
  • Also parse ghc-options wrt #9
  • Fix path separators on windows wrt #5

1.0.8 -- 2020-09-25

  • fix not parsing local deps by d86leader
  • add cli argument parses for specifying stack file
  • Make stack2cabal comaptible with HsYAML>=2.0 by Roman Melnikov
  • Relax upper bound on Cabal
  • Allow resolver to point to remote url