stack2cabal-1.0.12: Convert stack projects to cabal.project + cabal.project.freeze

Safe HaskellNone
LanguageHaskell2010

StackageToHackage.Stackage

Description

Duplicates a subset of the Stack ADT. It'd be nice if we could just re-use the actual ADT, but stack isn't available as a library that we can build from Hackage.

Synopsis

Documentation

mergeResolvers :: Resolver -> Resolver -> Resolver Source #

Merging two resolvers is straight-forward, except for handling Git deps. These need to be merged carefully, because stack.yaml may add subdirs to the repo of a resolver. Also see: https://github.com/hasufell/stack2cabal/issues/30