]> gitweb.michael.orlitzky.com - dead/htsn-common.git/commitdiff
Fix the tar command in the makefile. master 0.0.2
authorMichael Orlitzky <michael@orlitzky.com>
Thu, 29 May 2014 14:49:07 +0000 (10:49 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 29 May 2014 14:49:07 +0000 (10:49 -0400)
Add an upper bound for base.

htsn-common.cabal
makefile

index d21aec2b8e499051442016be87b3b05ec1c5809d..03ec6a7f44f0a89be71ec2164388e8cf015992ca 100644 (file)
@@ -43,7 +43,7 @@ library
     Network.Services.TSN.Terminal
   build-depends:
     ansi-terminal               >= 0.6,
-    base                        >= 4.6,
+    base                        >= 4.6 && < 5,
     hslogger                    >= 1.2,
     transformers                >= 0.3
   ghc-options:
index 556200d4dd5947eef49e844fe5eeabbd2e40e748..46f232aa57d45e087831e7893f87e1fc914dd432 100644 (file)
--- a/makefile
+++ b/makefile
@@ -32,7 +32,7 @@ clean:
 
 dist:
        runghc Setup.hs configure --prefix=/
-       runghc Setup.hs sdist
+       TAR_OPTIONS="--format=ustar" runghc Setup.hs sdist
 
 hlint:
        hlint --ignore="Use camelCase"     \