3
0
Fork 0
forked from mirrors/nixpkgs

haskell.packages.ghc921.ghc-exactprint: 1.3.0 -> 1.4.1

This commit is contained in:
Ellie Hermaszewska 2022-01-14 22:34:12 +08:00
parent 72b3fbc969
commit 770e39981b
No known key found for this signature in database
GPG key ID: C8116E3A0C1CA76A

View file

@ -102,12 +102,12 @@ self: super: {
genvalidity-hspec = self.genvalidity-hspec_1_0_0_0;
ghc-byteorder = doJailbreak super.ghc-byteorder;
ghc-exactprint = overrideCabal (drv: {
# HACK: ghc-exactprint 1.3.0 is not buildable for GHC < 9.2,
# HACK: ghc-exactprint 1.4.1 is not buildable for GHC < 9.2,
# but hackage2nix evaluates the cabal file with GHC 8.10.*,
# causing the build-depends to be skipped. Since the dependency
# list hasn't changed much since 0.6.4, we can just reuse the
# normal expression.
inherit (self.ghc-exactprint_1_3_0) src version;
inherit (self.ghc-exactprint_1_4_1) src version;
revision = null; editedCabalFile = null;
libraryHaskellDepends = [
self.fail