From 5a9f16e048a4dc9293fd7a82a16545c62453a7ad Mon Sep 17 00:00:00 2001 From: Alexey Kuleshevich Date: Sun, 15 Dec 2024 10:25:31 -0700 Subject: [PATCH] Add cabal.project --- cabal.project | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 cabal.project diff --git a/cabal.project b/cabal.project new file mode 100644 index 0000000..7c2e1df --- /dev/null +++ b/cabal.project @@ -0,0 +1,9 @@ +packages: + Color +tests: True +benchmarks: True +test-show-details: streaming +write-ghc-environment-files: always +program-options + ghc-options: -Werror +