aboutsummaryrefslogtreecommitdiff
path: root/tests/custom-setup/custom-setup.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'tests/custom-setup/custom-setup.cabal')
-rw-r--r--tests/custom-setup/custom-setup.cabal13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/custom-setup/custom-setup.cabal b/tests/custom-setup/custom-setup.cabal
new file mode 100644
index 0000000..63410ac
--- /dev/null
+++ b/tests/custom-setup/custom-setup.cabal
@@ -0,0 +1,13 @@
+name: custom-setup
+version: 0
+build-type: Custom
+cabal-version: >=1.10
+extra-source-files: stack.yaml
+
+custom-setup
+ setup-depends: base, Cabal
+
+library
+ exposed-modules: Lib
+ build-depends: base, filepath, directory
+ default-language: Haskell2010