]> gitweb.michael.orlitzky.com - dead/htsn.git/commitdiff
Bump tasty dep and fix a --prefix line in the makefile.
authorMichael Orlitzky <michael@orlitzky.com>
Tue, 24 Dec 2013 04:09:16 +0000 (23:09 -0500)
committerMichael Orlitzky <michael@orlitzky.com>
Tue, 24 Dec 2013 04:09:16 +0000 (23:09 -0500)
htsn.cabal
makefile

index 09ac6da0734072a122ba6714cbc4a17e0fa40b5a..ea62ebe81ede989f6124c81a5b0f2be8982577fd 100644 (file)
@@ -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.*
index 2fb6a0379991140d546cdc282bec5203dc099b0a..b31b678e624d2c6397c62af401620751edeb9206 100644 (file)
--- 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: