summaryrefslogtreecommitdiff
path: root/package.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'package.yaml')
-rw-r--r--package.yaml27
1 files changed, 27 insertions, 0 deletions
diff --git a/package.yaml b/package.yaml
new file mode 100644
index 0000000..6ee5d74
--- /dev/null
+++ b/package.yaml
@@ -0,0 +1,27 @@
+name: gradle-jenkins-haskell
+version: 0.1.0.0
+license: BSD3
+author: "Miguel"
+maintainer: "m.i@gmx.at"
+copyright: "2018 Miguel"
+
+# Metadata used when publishing your package
+# synopsis: Short description of your package
+# category: simple-test
+
+dependencies:
+- base >= 4.7 && < 5
+
+library:
+ source-dirs: src
+
+executables:
+ gradle-jenkins-haskell-exe:
+ main: Main.hs
+ source-dirs: app
+ ghc-options:
+ - -threaded
+ - -rtsopts
+ - -with-rtsopts=-N
+ dependencies:
+ - gradle-jenkins-haskell