haskell.packages.ghc945.ghc-lib{,-parser}: use 9.4.5 versions
Additionally, we fix an apparent mistake causing ghc-lib-parser to be used as the ghc-lib attribute.
This commit is contained in:
parent
6d84a7071d
commit
259d93b07f
@ -81,8 +81,8 @@ in {
|
||||
dec = doJailbreak super.dec;
|
||||
ed25519 = doJailbreak super.ed25519;
|
||||
ghc-byteorder = doJailbreak super.ghc-byteorder;
|
||||
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 = doDistribute self.ghc-lib_9_4_5_20230430;
|
||||
ghc-lib-parser = doDistribute self.ghc-lib-parser_9_4_5_20230430;
|
||||
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 New Issue
Block a user