diff options
author | Julien Tanguy <julien.tanguy@jhome.fr> | 2015-04-15 15:30:28 +0200 |
---|---|---|
committer | Julien Tanguy <julien.tanguy@jhome.fr> | 2015-04-15 15:30:28 +0200 |
commit | a22bcdb648d1f540ae895cb246997dcdcce7b568 (patch) | |
tree | 9b69685f806b1419bea9f1304f73655420ed12b3 /hmacaroons.cabal | |
parent | 46af385cc6f7c7e378ef7866a3da4ad9fb6e941c (diff) | |
download | hmacaroons-a22bcdb648d1f540ae895cb246997dcdcce7b568.tar.gz hmacaroons-a22bcdb648d1f540ae895cb246997dcdcce7b568.tar.zst hmacaroons-a22bcdb648d1f540ae895cb246997dcdcce7b568.zip |
Add quickchecked serialization properties
Diffstat (limited to 'hmacaroons.cabal')
-rw-r--r-- | hmacaroons.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hmacaroons.cabal b/hmacaroons.cabal index 92d435d..2b23c89 100644 --- a/hmacaroons.cabal +++ b/hmacaroons.cabal | |||
@@ -64,4 +64,5 @@ test-suite test | |||
64 | hex >= 0.1, | 64 | hex >= 0.1, |
65 | tasty >= 0.10, | 65 | tasty >= 0.10, |
66 | tasty-hunit >= 0.9, | 66 | tasty-hunit >= 0.9, |
67 | tasty-quickcheck >= 0.8, | ||
67 | hmacaroons | 68 | hmacaroons |