haskellPackages.hpack-dhall: remove now unnecessary override
Issue was resolved upstream
This commit is contained in:
parent
b83ae81600
commit
968a107add
1 changed files with 0 additions and 8 deletions
|
@ -120,14 +120,6 @@ self: super: {
|
|||
# Jailbreak is necessary for QuickCheck dependency.
|
||||
vector = doJailbreak (if pkgs.stdenv.isi686 then appendConfigureFlag super.vector "--ghc-options=-msse2" else super.vector);
|
||||
|
||||
# Test suite fails due golden tests checking text representation
|
||||
# of normalized dhall expressions, and newer dhall versions format
|
||||
# differently.
|
||||
hpack-dhall =
|
||||
if pkgs.lib.versionOlder "0.5.2" super.hpack-dhall.version
|
||||
then throw "Drop dontCheck override for hpack-dhall > 0.5.2"
|
||||
else dontCheck super.hpack-dhall;
|
||||
|
||||
inline-c-cpp = overrideCabal super.inline-c-cpp (drv: {
|
||||
postPatch = (drv.postPatch or "") + ''
|
||||
substituteInPlace inline-c-cpp.cabal --replace "-optc-std=c++11" ""
|
||||
|
|
Loading…
Reference in a new issue