haskellPackages.Glob: jailbreak to support GHC 8.0.2-rc2

This commit is contained in:
Domen Kožar 2016-12-29 18:00:56 +01:00
parent d7bda1ed40
commit d15c62a2a0

View File

@ -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;
}