I have a folder full of literate Haskell notes which are sequentially organized like this:
\lhs_notes
'1 - Intro.lhs'
'2 - Seq.lhs'
...
And each of these files define a module Intro, Seq, and so on. Is there a way to specify in a .cabal file explicit paths for all these modules? Because for organisational purposes, I want to keep the names of the files as they are, but I have no idea how to make cabal find any of these modules.