haskell.packages.ghc921.ghc-exactprint: provide missing data-default
This commit is contained in:
parent
7155cd6d14
commit
7ef2b7a350
1 changed files with 1 additions and 0 deletions
|
@ -112,6 +112,7 @@ self: super: {
|
|||
libraryHaskellDepends = [
|
||||
self.fail
|
||||
self.ordered-containers
|
||||
self.data-default
|
||||
] ++ drv.libraryHaskellDepends or [];
|
||||
}) super.ghc-exactprint;
|
||||
ghc-lib = self.ghc-lib_9_2_1_20220109;
|
||||
|
|
Loading…
Reference in a new issue