> I don't expect a lot of disagreement on discussion, aside from minor > bike shedding on the flavour of the extension. I've started > implementing this already. I'm open to bikesheds on exact extension, > as it shouldn't affect the implementation.
Joining the party late, my main use case for literate Haskell is README.md files. The solution I currently use is to have a symlink: README.lhs -> README.md (see e.g. https://github.com/hspec/hspec-wai) As I understand it the current proposal neither helps nor conflicts with this use case/solution. I leave this here as a comment mainly to indicated that: * the proposal as it stands does not solve my use case * there are other ways to solve this (namely: using symlinks) Cheers, Simon Hengel _______________________________________________ ghc-devs mailing list ghc-devs@haskell.org http://www.haskell.org/mailman/listinfo/ghc-devs