Skip to content

Releases: hasufell/stack2cabal

Release v1.0.13

07 Mar 10:30
Compare
Choose a tag to compare
  • Support github field in extra-deps wrt #39, by Fumiaki Kinoshita

Release v1.0.12

23 Oct 20:37
Compare
Choose a tag to compare
  • Use multiple subdirs per source-repository wrt #29
  • Merge git repos properly, wrt #30

Release v1.0.11

05 Oct 21:28
Compare
Choose a tag to compare
  • 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)

Release v1.0.10

04 Oct 17:20
Compare
Choose a tag to compare
  • Allow to pin hackage state wrt #20
  • Fix missing flags in cabal.project.freeze wrt #24
  • fix bug in ghc-options conversion

Release v1.0.9

04 Oct 08:37
Compare
Choose a tag to compare
  • 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

Release v1.0.8

28 Sep 16:20
Compare
Choose a tag to compare
  • 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