From 42ac7e8197944b09542689bae812e75967bc3974 Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Fri, 17 Apr 2026 15:13:00 +0200 Subject: [PATCH] spacecookie: 1.0.0.3 -> 1.1.0.1 Has no reverse dependencies in Hackage nor Nixpkgs, so unproblematic. Daemon has not changed (much), so services.spacecookie needs no changes. --- .../scripts/haskell/update-stackage.sh | 1 + .../configuration-hackage2nix/stackage.yaml | 1 - .../haskell-modules/hackage-packages.nix | 85 ------------------- 3 files changed, 1 insertion(+), 86 deletions(-) diff --git a/maintainers/scripts/haskell/update-stackage.sh b/maintainers/scripts/haskell/update-stackage.sh index e049064c7564..02559e16572b 100755 --- a/maintainers/scripts/haskell/update-stackage.sh +++ b/maintainers/scripts/haskell/update-stackage.sh @@ -104,6 +104,7 @@ sed -r \ -e '/ hledger-lib /d' \ -e '/ hledger-ui /d' \ -e '/ hledger-web /d' \ + -e '/ spacecookie /d' \ < "${tmpfile_new}" >> $stackage_config # Explanations: # cabal2nix, distribution-nixpkgs, jailbreak-cabal, language-nix: These are our packages and we know what we are doing. diff --git a/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml b/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml index 83cd829f38b3..775d8a6def91 100644 --- a/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml +++ b/pkgs/development/haskell-modules/configuration-hackage2nix/stackage.yaml @@ -2673,7 +2673,6 @@ default-package-overrides: - sourcemap ==0.1.7 - sox ==0.2.3.2 - soxlib ==0.0.3.2 - - spacecookie ==1.0.0.3 - spdx ==1.1 - special-values ==0.1.0.0 - speculate ==0.4.20 diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix index 0e38c88ff933..357c1b70e03e 100644 --- a/pkgs/development/haskell-modules/hackage-packages.nix +++ b/pkgs/development/haskell-modules/hackage-packages.nix @@ -646874,90 +646874,6 @@ self: { ) { }; spacecookie = callPackage ( - { - mkDerivation, - aeson, - async, - attoparsec, - base, - bytestring, - containers, - directory, - download-curl, - fast-logger, - filepath-bytestring, - hxt-unicode, - mtl, - process, - socket, - systemd, - tasty, - tasty-expected-failure, - tasty-hunit, - text, - transformers, - unix, - }: - mkDerivation { - pname = "spacecookie"; - version = "1.0.0.3"; - sha256 = "1kzzbq22dk277jcx04w154y4vwa92zmnf40jcbgiihkz5rvisix0"; - revision = "1"; - editedCabalFile = "1krm92mx5dwcisfjqdyi93ffbdn7apr6gvd2mpczm2bw9gllyhc7"; - isLibrary = true; - isExecutable = true; - libraryHaskellDepends = [ - async - attoparsec - base - bytestring - containers - directory - filepath-bytestring - hxt-unicode - mtl - socket - text - transformers - unix - ]; - executableHaskellDepends = [ - aeson - attoparsec - base - bytestring - containers - directory - fast-logger - filepath-bytestring - mtl - socket - systemd - text - transformers - unix - ]; - testHaskellDepends = [ - attoparsec - base - bytestring - containers - directory - download-curl - filepath-bytestring - process - tasty - tasty-expected-failure - tasty-hunit - ]; - description = "Gopher server library and daemon"; - license = lib.meta.getLicenseFromSpdxId "GPL-3.0-only"; - mainProgram = "spacecookie"; - maintainers = [ lib.maintainers.sternenseemann ]; - } - ) { }; - - spacecookie_1_1_0_1 = callPackage ( { mkDerivation, aeson, @@ -647035,7 +646951,6 @@ self: { ]; description = "Gopher server library and daemon"; license = lib.meta.getLicenseFromSpdxId "GPL-3.0-only"; - hydraPlatforms = lib.platforms.none; mainProgram = "spacecookie"; maintainers = [ lib.maintainers.sternenseemann ]; }