From: Julien Tanguy Date: Wed, 6 May 2015 09:52:59 +0000 (+0200) Subject: Fix build and add travis badge X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=c1e083c0be9f3791fa5527533a33eef63ebef497;p=github%2Ffretlink%2Fhmacaroons.git Fix build and add travis badge --- diff --git a/.travis.yml b/.travis.yml index a4d9702..621b275 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,7 +35,7 @@ script: # (including tests/benchmarks) - cabal build - - cabal test + - cabal test --show-details=streaming - cabal check # tests that a source-distribution can be generated diff --git a/README.md b/README.md index ea1a1e6..452b90a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Macaroons: Pure haskell implementation of macaroons +Macaroons: Pure haskell implementation of macaroons [![Build Status](https://travis-ci.org/jtanguy/hmacaroons.svg?branch=master)](https://travis-ci.org/jtanguy/hmacaroons) =================================================== 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 byteable >= 0.1 && <0.2, cereal >= 0.4, cryptohash >=0.11 && <0.12, --- cipher-aes >=0.2 && <0.3, + cipher-aes >=0.2 && <0.3, hex >= 0.1, deepseq >= 1.1, criterion >= 1.1