From db502a76f01b10f889a2807dcccc1e2a893461ee Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 8 May 2022 22:19:49 +0200 Subject: [PATCH] haskellPackages: regenerate package set based on current config This commit has been generated by maintainers/scripts/haskell/regenerate-hackage-packages.sh --- pkgs/development/haskell-modules/hackage-packages.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 50ed415856a..c560a51824f 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -175946,19 +175946,19 @@ self: { }) {inherit (pkgs) lua5_3;}; "lua_2_2_0" = callPackage - ({ mkDerivation, base, lua5_3, tasty, tasty-hunit }: + ({ mkDerivation, base, lua5_4, tasty, tasty-hunit }: mkDerivation { pname = "lua"; version = "2.2.0"; sha256 = "1258i5a3b16lbkgfdzgibqx3q4csd5wvk2gzqp96kkjcndfva92d"; configureFlags = [ "-fsystem-lua" "-f-use-pkgconfig" ]; libraryHaskellDepends = [ base ]; - librarySystemDepends = [ lua5_3 ]; + librarySystemDepends = [ lua5_4 ]; testHaskellDepends = [ base tasty tasty-hunit ]; description = "Lua, an embeddable scripting language"; license = lib.licenses.mit; hydraPlatforms = lib.platforms.none; - }) {inherit (pkgs) lua5_3;}; + }) {inherit (pkgs) lua5_4;}; "lua-arbitrary" = callPackage ({ mkDerivation, base, lua, QuickCheck }: @@ -203795,7 +203795,7 @@ self: { pname = "pandoc"; version = "2.17.1.1"; sha256 = "1l8spmsyg2c5j16q7a7fd5i6kcvkyipq4jrhrv2k0ca1s4lcb7k4"; - configureFlags = [ "-fhttps" "-f-trypandoc" ]; + configureFlags = [ "-f-trypandoc" ]; isLibrary = true; isExecutable = true; enableSeparateDataOutput = true; @@ -203854,7 +203854,7 @@ self: { pname = "pandoc"; version = "2.18"; sha256 = "02g6da49g60b5v7aj8w82n9yfks37bcaa6ni75hcbvbn3mw59lyl"; - configureFlags = [ "-fhttps" "-f-trypandoc" ]; + configureFlags = [ "-f-trypandoc" ]; isLibrary = true; isExecutable = true; enableSeparateDataOutput = true;