From 09dbd3c8dccaeec19c0043400a7a6422555247c9 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 12 Apr 2019 12:30:50 +0200 Subject: [PATCH] liquidhaskell: update devel snapshot to the latest version --- pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix index 5a856032e47..b5fe837cec5 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix @@ -82,8 +82,8 @@ self: super: { src = pkgs.fetchFromGitHub { owner = "ucsd-progsys"; repo = "liquidhaskell"; - rev = "254e77da9cd36e95b72c526bfb9eec50d3447050"; - sha256 = "089x41z51iw542ijz32j9ns6flcc4hsbjqx7rfznvmm7a4q78yza"; + rev = "46f11e8faef006e70d39572d08419283b1280b88"; + sha256 = "10z5r6g5acd43bsak762kwhy33ff262zmhs0wga545nbg29q1fyp"; }; version = "0.8.6.0-pre-release"; };