From 9a17070e1d71abcca8fed41d52438bbc893ce3e2 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Mon, 23 Dec 2013 23:09:16 -0500 Subject: [PATCH] Bump tasty dep and fix a --prefix line in the makefile. --- htsn.cabal | 4 ++-- makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/htsn.cabal b/htsn.cabal index 09ac6da..ea62ebe 100644 --- a/htsn.cabal +++ b/htsn.cabal @@ -209,7 +209,7 @@ executable htsn hxt == 9.3.*, MissingH == 1.2.*, network == 2.4.*, - tasty == 0.5.*, + tasty == 0.6.*, tasty-hunit == 0.4.*, transformers == 0.3.*, unix == 2.6.* @@ -271,7 +271,7 @@ test-suite testsuite hxt == 9.3.*, MissingH == 1.2.*, network == 2.4.*, - tasty == 0.5.*, + tasty == 0.6.*, tasty-hunit == 0.4.*, transformers == 0.3.*, unix == 2.6.* diff --git a/makefile b/makefile index 2fb6a03..b31b678 100644 --- a/makefile +++ b/makefile @@ -34,7 +34,7 @@ test: $(BIN) $(TESTSUITE_BIN) runghc Setup.hs test dist: - runghc Setup.hs configure --prefix= + runghc Setup.hs configure --prefix=/ runghc Setup.hs sdist hlint: -- 2.43.2