mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
haskell-utf8-string: fix build on GHC 6.12.x
This commit is contained in:
parent
a317a4ae11
commit
3dae215667
@ -57,4 +57,9 @@ self: super: {
|
|||||||
# Haddock chokes on the prologue from the cabal file.
|
# Haddock chokes on the prologue from the cabal file.
|
||||||
ChasingBottoms = dontHaddock super.ChasingBottoms;
|
ChasingBottoms = dontHaddock super.ChasingBottoms;
|
||||||
|
|
||||||
|
# https://github.com/glguy/utf8-string/issues/9
|
||||||
|
utf8-string = overrideCabal super.utf8-string (drv: {
|
||||||
|
patchPhase = "sed -ir -e 's|Extensions: | Extensions: UndecidableInstances, |' utf8-string.cabal";
|
||||||
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user