mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-02-15 20:35:48 +01:00
Refresh generated packages
This commit is contained in:
parent
b88bf9ea14
commit
8c9e35c8ba
@ -1,26 +1,27 @@
|
|||||||
# Generated by ./gen-package-nix.sh
|
# Generated by ./gen-packages.sh
|
||||||
{ mkDerivation, aeson, attoparsec, base, bytestring
|
{ mkDerivation, aeson, attoparsec, base, bytestring
|
||||||
, case-insensitive, conduit, conduit-extra, containers, crypton
|
, case-insensitive, conduit, conduit-extra, containers, crypton
|
||||||
, data-ordlist, deepseq, fetchzip, hashable, http-client
|
, data-ordlist, deepseq, fetchzip, hashable, http-client
|
||||||
, http-conduit, http-types, lens, lib, memory, QuickCheck
|
, http-conduit, http-types, lib, memory, microlens
|
||||||
, quickcheck-unicode, regex-posix, resourcet, scientific, tasty
|
, microlens-contra, microlens-pro, QuickCheck, quickcheck-unicode
|
||||||
, tasty-hunit, tasty-quickcheck, template-haskell, text, time
|
, regex-posix, resourcet, scientific, tasty, tasty-hunit
|
||||||
, transformers, unordered-containers, xml-conduit, xml-types
|
, tasty-quickcheck, template-haskell, text, time, transformers
|
||||||
|
, unordered-containers, xml-conduit, xml-types
|
||||||
}:
|
}:
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "amazonka-core";
|
pname = "amazonka-core";
|
||||||
version = "2.0";
|
version = "2.0";
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = "https://github.com/brendanhay/amazonka/archive/85e0289f8dc23c54b00f7f1a09845be7e032a1eb.zip";
|
url = "https://github.com/brendanhay/amazonka/archive/a7d699be1076e2aad05a1930ca3937ffea954ad8.zip";
|
||||||
sha256 = "1mgdz9b7wwc05xksczvzp2hllp7nzl4nr6as5q2fafkgxqzwwx53";
|
sha256 = "034d9rni0n95qmbc6fr13b7kbrs5s9s5qarg7znwx068gwf6293h";
|
||||||
};
|
};
|
||||||
postUnpack = "sourceRoot+=/lib/amazonka-core; echo source root reset to $sourceRoot";
|
postUnpack = "sourceRoot+=/lib/amazonka-core; echo source root reset to $sourceRoot";
|
||||||
libraryHaskellDepends = [
|
libraryHaskellDepends = [
|
||||||
aeson attoparsec base bytestring case-insensitive conduit
|
aeson attoparsec base bytestring case-insensitive conduit
|
||||||
conduit-extra containers crypton deepseq hashable http-client
|
conduit-extra containers crypton deepseq hashable http-client
|
||||||
http-conduit http-types lens memory regex-posix resourcet
|
http-conduit http-types memory microlens microlens-contra
|
||||||
scientific text time transformers unordered-containers xml-conduit
|
microlens-pro regex-posix resourcet scientific text time
|
||||||
xml-types
|
transformers unordered-containers xml-conduit xml-types
|
||||||
];
|
];
|
||||||
testHaskellDepends = [
|
testHaskellDepends = [
|
||||||
aeson base bytestring case-insensitive conduit data-ordlist
|
aeson base bytestring case-insensitive conduit data-ordlist
|
||||||
|
|||||||
22
nix/amazonka-s3.nix
Normal file
22
nix/amazonka-s3.nix
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
# Generated by ./gen-packages.sh
|
||||||
|
{ mkDerivation, amazonka-core, amazonka-test, base, bytestring
|
||||||
|
, case-insensitive, fetchzip, lib, tasty, tasty-hunit, text, time
|
||||||
|
, unordered-containers
|
||||||
|
}:
|
||||||
|
mkDerivation {
|
||||||
|
pname = "amazonka-s3";
|
||||||
|
version = "2.0";
|
||||||
|
src = fetchzip {
|
||||||
|
url = "https://github.com/brendanhay/amazonka/archive/a7d699be1076e2aad05a1930ca3937ffea954ad8.zip";
|
||||||
|
sha256 = "034d9rni0n95qmbc6fr13b7kbrs5s9s5qarg7znwx068gwf6293h";
|
||||||
|
};
|
||||||
|
postUnpack = "sourceRoot+=/lib/services/amazonka-s3; echo source root reset to $sourceRoot";
|
||||||
|
libraryHaskellDepends = [ amazonka-core base text ];
|
||||||
|
testHaskellDepends = [
|
||||||
|
amazonka-core amazonka-test base bytestring case-insensitive tasty
|
||||||
|
tasty-hunit text time unordered-containers
|
||||||
|
];
|
||||||
|
homepage = "https://github.com/brendanhay/amazonka";
|
||||||
|
description = "Amazon Simple Storage Service SDK";
|
||||||
|
license = lib.licenses.mpl20;
|
||||||
|
}
|
||||||
@ -1,4 +1,4 @@
|
|||||||
# Generated by ./gen-package-nix.sh
|
# Generated by ./gen-packages.sh
|
||||||
{ mkDerivation, aeson, base, binary, blaze-html, blaze-markup
|
{ mkDerivation, aeson, base, binary, blaze-html, blaze-markup
|
||||||
, bytestring, cmdargs, conduit, conduit-extra, containers
|
, bytestring, cmdargs, conduit, conduit-extra, containers
|
||||||
, crypton-connection, deepseq, directory, extra, filepath
|
, crypton-connection, deepseq, directory, extra, filepath
|
||||||
@ -27,7 +27,7 @@ mkDerivation {
|
|||||||
wai wai-logger warp warp-tls zlib
|
wai wai-logger warp warp-tls zlib
|
||||||
];
|
];
|
||||||
executableHaskellDepends = [ base ];
|
executableHaskellDepends = [ base ];
|
||||||
testTarget = "--test-option=--no-net";
|
testFlags = [ "--no-net" ];
|
||||||
homepage = "https://hoogle.haskell.org/";
|
homepage = "https://hoogle.haskell.org/";
|
||||||
description = "Haskell API Search";
|
description = "Haskell API Search";
|
||||||
license = lib.licenses.bsd3;
|
license = lib.licenses.bsd3;
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
# Generated by ./gen-package-nix.sh
|
# Generated by ./gen-packages.sh
|
||||||
{ mkDerivation, aeson, ansi-terminal, base, bytestring, Cabal
|
{ mkDerivation, aeson, ansi-terminal, base, bytestring, Cabal
|
||||||
, casa-client, casa-types, conduit, conduit-extra, containers
|
, casa-client, casa-types, conduit, conduit-extra, containers
|
||||||
, cryptonite, cryptonite-conduit, digest, exceptions, fetchzip
|
, cryptonite, cryptonite-conduit, digest, exceptions, fetchzip
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user