haskell-tar: use older version for builds with GHC < 7.6.x.
This commit is contained in:
parent
94e1660d00
commit
099c1a4522
|
@ -70,4 +70,7 @@ self: super: {
|
|||
# Needs hashable on pre 7.10.x compilers.
|
||||
nats = addBuildDepend super.nats self.hashable;
|
||||
|
||||
# Newer versions require bytestring >=0.10.
|
||||
tar = super.tar_0_4_1_0;
|
||||
|
||||
}
|
||||
|
|
|
@ -70,4 +70,7 @@ self: super: {
|
|||
# Needs hashable on pre 7.10.x compilers.
|
||||
nats = addBuildDepend super.nats self.hashable;
|
||||
|
||||
# Newer versions require bytestring >=0.10.
|
||||
tar = super.tar_0_4_1_0;
|
||||
|
||||
}
|
||||
|
|
|
@ -79,4 +79,7 @@ self: super: {
|
|||
# Avoid depending on tasty-golden.
|
||||
monad-par = dontCheck super.monad-par;
|
||||
|
||||
# Newer versions require bytestring >=0.10.
|
||||
tar = super.tar_0_4_1_0;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue