diagrams / diagrams-haddock

Preprocessor for including inline diagrams in Haddock documentation
Other
10 stars 4 forks source link

Support for cabal sandboxes #25

Open byorgey opened 9 years ago

byorgey commented 9 years ago

diagrams-haddock ought to support cabal sandboxes out of the box. Probably the processCabalPackage function

https://github.com/diagrams/diagrams-haddock/blob/master/tools/diagrams-haddock.hs#L111

needs to be updated to look for an existing cabal sandbox and choose the dist dir appropriately.