aboutsummaryrefslogtreecommitdiff
path: root/repro.cabal
diff options
context:
space:
mode:
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..53b613c
--- /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
+ build-depends: base >=4.7 && <4.17, template-haskell
+ default-language: Haskell2010