]> woffs.de Git - fd/haskell-amqp-utils.git/commitdiff
update stack build to lts-22.8 (ghc-9.6.4)
authorFrank Doepper <[email protected]>
Fri, 2 Feb 2024 17:23:00 +0000 (18:23 +0100)
committerFrank Doepper <[email protected]>
Fri, 2 Feb 2024 17:23:00 +0000 (18:23 +0100)
amqp.nix [deleted file]
stack.yaml

diff --git a/amqp.nix b/amqp.nix
deleted file mode 100644 (file)
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;
- }
index d894b17290a9fcd5ac347f5296297de85f03f2a4..4acc86719456c5b62a41387697ff67e1afd4d9ce 100644 (file)
@@ -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: