spacecookie: 1.0.0.3 -> 1.1.0.1 (#510897)
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user