summaryrefslogtreecommitdiff
path: root/openpgp-asciiarmor.cabal
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2018-03-28 21:28:55 -0400
committerClint Adams <clint@debian.org>2018-03-28 21:28:55 -0400
commitd2606ed73301db7ab353a49d54d8fa2330000dcb (patch)
tree915a26acb73243af7914b7c0075540dcf356a61d /openpgp-asciiarmor.cabal
parent48db4d9b2692d3d1b964234256f7b0f95781252f (diff)
Add benchmark
Diffstat (limited to 'openpgp-asciiarmor.cabal')
-rw-r--r--openpgp-asciiarmor.cabal14
1 files changed, 12 insertions, 2 deletions
diff --git a/openpgp-asciiarmor.cabal b/openpgp-asciiarmor.cabal
index 74711e7..be6a08d 100644
--- a/openpgp-asciiarmor.cabal
+++ b/openpgp-asciiarmor.cabal
@@ -42,7 +42,7 @@ Library
42 , base64-bytestring 42 , base64-bytestring
43 , bytestring 43 , bytestring
44 , cereal 44 , cereal
45 default-language: Haskell98 45 default-language: Haskell2010
46 46
47 47
48Test-Suite tests 48Test-Suite tests
@@ -57,7 +57,17 @@ Test-Suite tests
57 , HUnit 57 , HUnit
58 , test-framework 58 , test-framework
59 , test-framework-hunit 59 , test-framework-hunit
60 default-language: Haskell98 60 default-language: Haskell2010
61
62Benchmark benchmark
63 type: exitcode-stdio-1.0
64 main-is: bench/mark.hs
65 Ghc-options: -Wall
66 Build-depends: openpgp-asciiarmor
67 , base
68 , bytestring
69 , criterion
70 default-language: Haskell2010
61 71
62source-repository head 72source-repository head
63 type: git 73 type: git