From: Michael Orlitzky Date: Tue, 24 Dec 2013 04:09:16 +0000 (-0500) Subject: Bump tasty dep and fix a --prefix line in the makefile. X-Git-Tag: 0.0.2~2 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=dead%2Fhtsn.git;a=commitdiff_plain;h=9a17070e1d71abcca8fed41d52438bbc893ce3e2 Bump tasty dep and fix a --prefix line in the makefile. --- 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: