From 4c4fe9f09cad05712b978be5b5abc23a669114df Mon Sep 17 00:00:00 2001 From: Daniel Firth <dan.firth@homotopic.tech> Date: Wed, 18 Jan 2023 13:31:36 +0000 Subject: [PATCH] ghc-exactprint: 1.6.0 -> 1.6.1.1 --- horizon.dhall | 2 +- pkgs/ghc-exactprint.nix | 6 ++---- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/horizon.dhall b/horizon.dhall index b07d7f46..6115db05 100644 --- a/horizon.dhall +++ b/horizon.dhall @@ -424,7 +424,7 @@ let packages = , genvalidity-vector = H.callHackage "genvalidity-vector" "1.0.0.0" , ghc-byteorder = H.callHackage "ghc-byteorder" "4.11.0.0.10" , ghc-check = H.callHackage "ghc-check" "0.5.0.8" - , ghc-exactprint = H.callHackage "ghc-exactprint" "1.6.0" + , ghc-exactprint = H.callHackage "ghc-exactprint" "1.6.1.1" , ghc-lib-parser = H.callHackage "ghc-lib-parser" "9.4.2.20220822" , ghc-lib-parser-ex = H.callHackage "ghc-lib-parser-ex" "9.4.0.0" , ghc-paths = H.callHackage "ghc-paths" "0.1.0.12" diff --git a/pkgs/ghc-exactprint.nix b/pkgs/ghc-exactprint.nix index 497220f7..1f500f9d 100644 --- a/pkgs/ghc-exactprint.nix +++ b/pkgs/ghc-exactprint.nix @@ -22,10 +22,8 @@ }: mkDerivation { pname = "ghc-exactprint"; - version = "1.6.0"; - sha256 = "8eb59736bbf052a380d5c72277abad05802730b37629ea67a4517b2d88dd40fa"; - revision = "1"; - editedCabalFile = "14ilvq5j0x153x6y4sxhks3fccwb0m03b029ffi9pvf1g6y3pqh7"; + version = "1.6.1.1"; + sha256 = "8883b247ca97c8720c047b820941c1119c4537c0121b21b02cca441ea12df437"; isLibrary = true; isExecutable = true; enableSeparateDataOutput = false; -- GitLab