[Haskell-cafe] a question about cabal files
Kazu Yamamoto (=?iso-2022-jp?B?GyRCOzNLXE9CSScbKEI=?=)
kazu at iij.ad.jp
Wed Sep 17 03:41:39 UTC 2014
Hi cafe,
I'm developing a library. In this package, some tools for development
are included. I would like to compile these tools when I'm developing but
I don't want users to compile them.
Are there any ways to express such modes in cabal files? ("Executable"
cannot be located under "if".)
Or should I prepare a separated package for the development tools?
Regards,
--Kazu
More information about the Haskell-Cafe
mailing list