aboutsummaryrefslogtreecommitdiff
path: root/Haskell-book/28/Bench/package.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'Haskell-book/28/Bench/package.yaml')
-rw-r--r--Haskell-book/28/Bench/package.yaml21
1 files changed, 21 insertions, 0 deletions
diff --git a/Haskell-book/28/Bench/package.yaml b/Haskell-book/28/Bench/package.yaml
new file mode 100644
index 0000000..cdf6c5f
--- /dev/null
+++ b/Haskell-book/28/Bench/package.yaml
@@ -0,0 +1,21 @@
+name: Bench
+version: 0.1.0.0
+license: BSD3
+author: "Eugen Wissner"
+maintainer: "belka@caraus.de"
+copyright: "2018 Eugen Wissner"
+
+dependencies:
+- base >= 4.7 && < 5
+- containers
+- criterion
+- vector
+
+executables:
+ bench:
+ main: Main.hs
+ source-dirs: app
+ ghc-options:
+ - -threaded
+ - -rtsopts
+ - -with-rtsopts=-N