diff options
-rw-r--r-- | .travis.yml | 2 | ||||
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | hmacaroons.cabal | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml index a4d9702..621b275 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -35,7 +35,7 @@ script: | |||
35 | # (including tests/benchmarks) | 35 | # (including tests/benchmarks) |
36 | - cabal build | 36 | - cabal build |
37 | 37 | ||
38 | - cabal test | 38 | - cabal test --show-details=streaming |
39 | - cabal check | 39 | - cabal check |
40 | 40 | ||
41 | # tests that a source-distribution can be generated | 41 | # tests that a source-distribution can be generated |
@@ -1,4 +1,4 @@ | |||
1 | Macaroons: Pure haskell implementation of macaroons | 1 | Macaroons: Pure haskell implementation of macaroons [![Build Status](https://travis-ci.org/jtanguy/hmacaroons.svg?branch=master)](https://travis-ci.org/jtanguy/hmacaroons) |
2 | =================================================== | 2 | =================================================== |
3 | 3 | ||
4 | Macaroons is a pure haskell implementation of macaroons. It aims to provide | 4 | Macaroons is a pure haskell implementation of macaroons. It aims to provide |
diff --git a/hmacaroons.cabal b/hmacaroons.cabal index 41020ca..a2878f2 100644 --- a/hmacaroons.cabal +++ b/hmacaroons.cabal | |||
@@ -94,7 +94,7 @@ benchmark bench | |||
94 | byteable >= 0.1 && <0.2, | 94 | byteable >= 0.1 && <0.2, |
95 | cereal >= 0.4, | 95 | cereal >= 0.4, |
96 | cryptohash >=0.11 && <0.12, | 96 | cryptohash >=0.11 && <0.12, |
97 | -- cipher-aes >=0.2 && <0.3, | 97 | cipher-aes >=0.2 && <0.3, |
98 | hex >= 0.1, | 98 | hex >= 0.1, |
99 | deepseq >= 1.1, | 99 | deepseq >= 1.1, |
100 | criterion >= 1.1 | 100 | criterion >= 1.1 |