diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
 
 An ingredient for tasty that prints a summary and outputs junit xml that works with jenkins.
 
-![output from reporter](./output.png)
+![output from reporter](https://github.com/stoeffel/tasty-test-reporter/blob/master/output.png)
 
 ## Setting up this ingredient for tasty.
 
diff --git a/tasty-test-reporter.cabal b/tasty-test-reporter.cabal
--- a/tasty-test-reporter.cabal
+++ b/tasty-test-reporter.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 906ddcbab3e7eeb141dfa9072be537219c861b9378474ff09546cf4a39d5041c
+-- hash: a9a51cebcf21f602e93b9ac383254557c8f7516adcd316183124605d26695a84
 
 name:           tasty-test-reporter
-version:        0.1.0.0
+version:        0.1.0.1
 synopsis:       Producing JUnit-style XML test reports.
 description:    Please see the README at <https://github.com/stoeffel/tasty-test-reporter>.
 category:       Testing
@@ -36,7 +36,7 @@
   hs-source-dirs:
       src
   build-depends:
-      ansi-terminal >=0.10 && <0.11
+      ansi-terminal >=0.9 && <0.11
     , base >=4.10.1.0 && <5
     , concurrent-output >=1.10 && <1.11
     , containers >=0.6 && <0.7
