aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/simple/simple.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/simple/simple.cabal')
-rw-r--r--tests/manual/simple/simple.cabal14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/manual/simple/simple.cabal b/tests/manual/simple/simple.cabal
new file mode 100644
index 0000000..dd2a85e
--- /dev/null
+++ b/tests/manual/simple/simple.cabal
@@ -0,0 +1,14 @@
+name: simple
+version: 0.1.0.0
+-- synopsis:
+-- description:
+category: Test
+build-type: Simple
+cabal-version: >=1.10
+extra-source-files: README.md
+
+executable simple
+ hs-source-dirs: src
+ main-is: Main.hs
+ default-language: Haskell2010
+ build-depends: base >= 4.7 && < 5