haskellPackages.Glob: jailbreak to support GHC 8.0.2-rc2
This commit is contained in:
parent
d7bda1ed40
commit
d15c62a2a0
|
@ -63,4 +63,7 @@ self: super: {
|
|||
# https://github.com/christian-marie/xxhash/issues/3
|
||||
xxhash = doJailbreak super.xxhash;
|
||||
|
||||
# https://github.com/Deewiant/glob/issues/8
|
||||
Glob = doJailbreak super.Glob;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue