summaryrefslogtreecommitdiff
path: root/openpgp-asciiarmor.cabal
diff options
context:
space:
mode:
authorClint Adams <clint@debian.org>2018-03-28 21:42:21 -0400
committerClint Adams <clint@debian.org>2018-03-28 21:42:21 -0400
commit55fa003d68c79ee928fbcdef0c922e333282afe9 (patch)
treefd6bf1039279e79fa5df90974ba7a41f05ceeb81 /openpgp-asciiarmor.cabal
parent84be1061b6fb322e23b2be753f47d4321b8179b2 (diff)
Switch from test-framework to tasty
Diffstat (limited to 'openpgp-asciiarmor.cabal')
-rw-r--r--openpgp-asciiarmor.cabal5
1 files changed, 2 insertions, 3 deletions
diff --git a/openpgp-asciiarmor.cabal b/openpgp-asciiarmor.cabal
index 82063dd..0feac1d 100644
--- a/openpgp-asciiarmor.cabal
+++ b/openpgp-asciiarmor.cabal
@@ -54,9 +54,8 @@ Test-Suite tests
54 , base64-bytestring 54 , base64-bytestring
55 , bytestring 55 , bytestring
56 , cereal 56 , cereal
57 , HUnit 57 , tasty
58 , test-framework 58 , tasty-hunit
59 , test-framework-hunit
60 default-language: Haskell2010 59 default-language: Haskell2010
61 60
62Benchmark benchmark 61Benchmark benchmark