mirror of
https://github.com/commercialhaskell/stackage-server.git
synced 2026-01-11 19:58:28 +01:00
34 lines
1.5 KiB
Nix
34 lines
1.5 KiB
Nix
# Generated by ./gen-package-nix.sh
|
|
{ mkDerivation, aeson, attoparsec, base, bytestring
|
|
, case-insensitive, conduit, conduit-extra, containers, crypton
|
|
, data-ordlist, deepseq, fetchzip, hashable, http-client
|
|
, http-conduit, http-types, lens, lib, memory, QuickCheck
|
|
, quickcheck-unicode, regex-posix, resourcet, scientific, tasty
|
|
, tasty-hunit, tasty-quickcheck, template-haskell, text, time
|
|
, transformers, unordered-containers, xml-conduit, xml-types
|
|
}:
|
|
mkDerivation {
|
|
pname = "amazonka-core";
|
|
version = "2.0";
|
|
src = fetchzip {
|
|
url = "https://github.com/brendanhay/amazonka/archive/85e0289f8dc23c54b00f7f1a09845be7e032a1eb.zip";
|
|
sha256 = "1mgdz9b7wwc05xksczvzp2hllp7nzl4nr6as5q2fafkgxqzwwx53";
|
|
};
|
|
postUnpack = "sourceRoot+=/lib/amazonka-core; echo source root reset to $sourceRoot";
|
|
libraryHaskellDepends = [
|
|
aeson attoparsec base bytestring case-insensitive conduit
|
|
conduit-extra containers crypton deepseq hashable http-client
|
|
http-conduit http-types lens memory regex-posix resourcet
|
|
scientific text time transformers unordered-containers xml-conduit
|
|
xml-types
|
|
];
|
|
testHaskellDepends = [
|
|
aeson base bytestring case-insensitive conduit data-ordlist
|
|
http-conduit http-types QuickCheck quickcheck-unicode tasty
|
|
tasty-hunit tasty-quickcheck template-haskell text time
|
|
];
|
|
homepage = "https://github.com/brendanhay/amazonka";
|
|
description = "Core data types and functionality for Amazonka libraries";
|
|
license = lib.licenses.mpl20;
|
|
}
|