Replies: 1 comment
-
I found myself using the below directory layout for fpm quite a lot (mainly due to the initial Haskell fpm constraint of the module namespaces)
The toplevel [library]
source-dir = "src/<name>" and fpm would ignore other subdirectories in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is their currently a method to prevent
fpm
from searching a folder in the source directory? I would like to archive some legacy routines in thesrc/legacy/
folder, but don't want them to be part of the output library.Would it be better practice to move the
legacy
folder out ofsrc
?Beta Was this translation helpful? Give feedback.
All reactions