How to separate production and test code in Haskell

后端 未结 3 1548
广开言路
广开言路 2021-02-15 09:22

In other languages I like to put my unit tests in a different directory structure from the production code to keep things cleanly separated. Is there a typical convention in Has

3条回答
  •  借酒劲吻你
    2021-02-15 10:00

    It's early days for me at Haskell development as well, but I've used cabal to organize my tests under a tests/ subdirectory

提交回复
热议问题