From 1f9909b154f96291725e7adb876d1dfd355bafc4 Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Tue, 30 Apr 2024 12:37:30 +0200 Subject: Initial --- repro.cabal | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 repro.cabal (limited to 'repro.cabal') 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 -- cgit v1.2.3-70-g09d2