From: Frank Doepper Date: Fri, 2 Feb 2024 17:23:00 +0000 (+0100) Subject: update stack build to lts-22.8 (ghc-9.6.4) X-Git-Tag: 0.6.6.0~8 X-Git-Url: https://woffs.de/git/fd/haskell-amqp-utils.git/commitdiff_plain/28953a7595cbe83f995b64e2e41361a7ecf018a6 update stack build to lts-22.8 (ghc-9.6.4) --- diff --git a/amqp.nix b/amqp.nix deleted file mode 100644 index 52da566..0000000 --- a/amqp.nix +++ /dev/null @@ -1,31 +0,0 @@ -# SPDX-FileCopyrightText: 2022 Frank Doepper -# -# SPDX-License-Identifier: GPL-3.0-only - -{ stdenv, mkDerivation, base, binary, bytestring, clock, connection - , containers, data-binary-ieee754, hspec, hspec-expectations - , monad-control, network, network-uri, split, stm, text, vector - , xml - }: - mkDerivation { - pname = "amqp"; - version = "0.19.0"; - sha256 = "1v2jwf9y6mw9f89a9ca66p42da8g5n1ain89gjr7sv6v6r2jxinj"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - base binary bytestring clock connection containers - data-binary-ieee754 monad-control network network-uri split stm - text vector - ]; - executableHaskellDepends = [ base containers xml ]; - testHaskellDepends = [ - base binary bytestring clock connection containers - data-binary-ieee754 hspec hspec-expectations network network-uri - split stm text vector - ]; - homepage = "https://github.com/hreinhardt/amqp"; - description = "Client library for AMQP servers (currently only RabbitMQ)"; - license = stdenv.lib.licenses.bsd3; - hydraPlatforms = stdenv.lib.platforms.none; - } diff --git a/stack.yaml b/stack.yaml index d894b17..4acc867 100644 --- a/stack.yaml +++ b/stack.yaml @@ -2,7 +2,7 @@ # # SPDX-License-Identifier: GPL-3.0-only -resolver: nightly-2023-09-03 +resolver: lts-22.8 flags: {} extra-package-dbs: [] packages: