aboutsummaryrefslogtreecommitdiff
path: root/repro.cabal
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2024-04-30 12:37:30 +0200
committerTom Smeding <tom@tomsmeding.com>2024-04-30 12:37:30 +0200
commit1f9909b154f96291725e7adb876d1dfd355bafc4 (patch)
tree3ae41791e6536fa7f6bad585d74187948e1db5d1 /repro.cabal
Initial
Diffstat (limited to 'repro.cabal')
-rw-r--r--repro.cabal15
1 files changed, 15 insertions, 0 deletions
diff --git a/repro.cabal b/repro.cabal
new file mode 100644
index 0000000..86ba3e7
--- /dev/null
+++ b/repro.cabal
@@ -0,0 +1,15 @@
+cabal-version: 1.12
+name: repro
+version: 0.1.0.0
+author: Tom Smeding
+copyright: 2022 Tom Smeding
+license: MIT
+build-type: Simple
+
+executable test
+ main-is: Main.hs
+ other-modules: Foo
+ hs-source-dirs: .
+ ghc-options: -Wall -O2 -threaded -rtsopts
+ build-depends: base, template-haskell
+ default-language: Haskell2010