haskell.packages.ghc944: Fix ghc-lib attrs
Monkey see, monkey do.
This commit is contained in:
parent
171068ed83
commit
31cbc81000
1 changed files with 2 additions and 2 deletions
|
@ -86,8 +86,8 @@ in {
|
|||
dec = doJailbreak super.dec;
|
||||
ed25519 = doJailbreak super.ed25519;
|
||||
ghc-byteorder = doJailbreak super.ghc-byteorder;
|
||||
ghc-lib = doDistribute self.ghc-lib_9_4_3_20221104;
|
||||
ghc-lib-parser = doDistribute self.ghc-lib-parser_9_4_3_20221104;
|
||||
ghc-lib = doDistribute self.ghc-lib-parser_9_4_4_20221225;
|
||||
ghc-lib-parser = doDistribute self.ghc-lib-parser_9_4_4_20221225;
|
||||
ghc-lib-parser-ex = doDistribute self.ghc-lib-parser-ex_9_4_0_0;
|
||||
hackage-security = doJailbreak super.hackage-security;
|
||||
hashable-time = doJailbreak super.hashable-time;
|
||||
|
|
Loading…
Reference in a new issue