cabal2nix-2.9.3: test/golden-test-cases/wai-cors.nix.golden
{ mkDerivation, attoparsec, base, base-unicode-symbols, bytestring
, case-insensitive, directory, filepath, http-types, mtl, network
, process, stdenv, tasty, tasty-hunit, text, transformers, wai
, wai-extra, wai-websockets, warp, websockets
}:
mkDerivation {
pname = "wai-cors";
version = "0.2.6";
sha256 = "deadbeef";
enableSeparateDataOutput = true;
libraryHaskellDepends = [
attoparsec base base-unicode-symbols bytestring case-insensitive
http-types mtl transformers wai
];
testHaskellDepends = [
base base-unicode-symbols directory filepath http-types network
process tasty tasty-hunit text wai wai-extra wai-websockets warp
websockets
];
homepage = "https://github.com/larskuhtz/wai-cors";
description = "CORS for WAI";
license = stdenv.lib.licenses.mit;
}