mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-03-17 17:42:45 +00:00
haskell-fast-logger: fix the build with ghc-8.4.x
This commit is contained in:
parent
3f0bc2e7c2
commit
1b2b88671e
|
@ -83,4 +83,7 @@ self: super: {
|
|||
# Newer versions don't compile.
|
||||
resolv = self.resolv_0_1_1_2;
|
||||
|
||||
# The old Haddock cannot process the newer documentation syntax.
|
||||
fast-logger = dontHaddock super.fast-logger;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue