mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 14:11:36 +00:00
haskell-generics-sop: use the latest version when building with ghc-8.8.x
This commit is contained in:
parent
2c2d9f347d
commit
3a24e332cf
|
@ -68,6 +68,7 @@ self: super: {
|
|||
io-streams-haproxy = doJailbreak super.io-streams-haproxy; # base >=4.5 && <4.13
|
||||
|
||||
# use latest version to fix the build
|
||||
generics-sop = self.generics-sop_0_5_0_0;
|
||||
hackage-db = self.hackage-db_2_1_0;
|
||||
lens = self.lens_4_18_1;
|
||||
memory = self.memory_0_15_0;
|
||||
|
@ -79,6 +80,7 @@ self: super: {
|
|||
regex-posix = self.regex-posix_0_96_0_0;
|
||||
regex-tdfa = self.regex-tdfa_1_3_0;
|
||||
shelly = self.shelly_1_9_0;
|
||||
sop-core = self.sop-core_0_5_0_0;
|
||||
tls = self.tls_1_5_2;
|
||||
xmonad-contrib = self.xmonad-contrib_0_16;
|
||||
|
||||
|
|
Loading…
Reference in a new issue