|
|
|
@ -40,42 +40,42 @@ echo "Running cabal2nix and outputting to ${parser_derivation_file}..."
|
|
|
|
|
echo "# This has been automatically generated by the script" > "$parser_derivation_file"
|
|
|
|
|
echo "# ./update.sh. This should not be changed by hand." >> "$parser_derivation_file"
|
|
|
|
|
|
|
|
|
|
cabal2nix "https://github.com/hasura/graphql-parser-hs.git" >> "$parser_derivation_file"
|
|
|
|
|
cabal2nix --maintainer lassulus "https://github.com/hasura/graphql-parser-hs.git" >> "$parser_derivation_file"
|
|
|
|
|
|
|
|
|
|
echo "Running cabal2nix and outputting to ${ciinfo_derivation_file}..."
|
|
|
|
|
|
|
|
|
|
echo "# This has been automatically generated by the script" > "$ciinfo_derivation_file"
|
|
|
|
|
echo "# ./update.sh. This should not be changed by hand." >> "$ciinfo_derivation_file"
|
|
|
|
|
|
|
|
|
|
cabal2nix "https://github.com/hasura/ci-info-hs.git" >> "$ciinfo_derivation_file"
|
|
|
|
|
cabal2nix --maintainer lassulus "https://github.com/hasura/ci-info-hs.git" >> "$ciinfo_derivation_file"
|
|
|
|
|
|
|
|
|
|
echo "Running cabal2nix and outputting to ${pgclient_derivation_file}..."
|
|
|
|
|
|
|
|
|
|
echo "# This has been automatically generated by the script" > "$pgclient_derivation_file"
|
|
|
|
|
echo "# ./update.sh. This should not be changed by hand." >> "$pgclient_derivation_file"
|
|
|
|
|
|
|
|
|
|
cabal2nix "https://github.com/hasura/pg-client-hs.git" >> "$pgclient_derivation_file"
|
|
|
|
|
cabal2nix --maintainer lassulus "https://github.com/hasura/pg-client-hs.git" >> "$pgclient_derivation_file"
|
|
|
|
|
|
|
|
|
|
echo "Running cabal2nix and outputting to ${pool_derivation_file}..."
|
|
|
|
|
|
|
|
|
|
echo "# This has been automatically generated by the script" > "$pool_derivation_file"
|
|
|
|
|
echo "# ./update.sh. This should not be changed by hand." >> "$pool_derivation_file"
|
|
|
|
|
|
|
|
|
|
cabal2nix "https://github.com/hasura/pool.git" >> "$pool_derivation_file"
|
|
|
|
|
cabal2nix --maintainer lassulus "https://github.com/hasura/pool.git" >> "$pool_derivation_file"
|
|
|
|
|
|
|
|
|
|
echo "Running cabal2nix and outputting to ${ekgcore_derivation_file}..."
|
|
|
|
|
|
|
|
|
|
echo "# This has been automatically generated by the script" > "$ekgcore_derivation_file"
|
|
|
|
|
echo "# ./update.sh. This should not be changed by hand." >> "$ekgcore_derivation_file"
|
|
|
|
|
|
|
|
|
|
cabal2nix "https://github.com/hasura/ekg-core.git" >> "$ekgcore_derivation_file"
|
|
|
|
|
cabal2nix --maintainer lassulus "https://github.com/hasura/ekg-core.git" >> "$ekgcore_derivation_file"
|
|
|
|
|
|
|
|
|
|
echo "Running cabal2nix and outputting to ${ekgjson_derivation_file}..."
|
|
|
|
|
|
|
|
|
|
echo "# This has been automatically generated by the script" > "$ekgjson_derivation_file"
|
|
|
|
|
echo "# ./update.sh. This should not be changed by hand." >> "$ekgjson_derivation_file"
|
|
|
|
|
|
|
|
|
|
cabal2nix "https://github.com/hasura/ekg-json.git" >> "$ekgjson_derivation_file"
|
|
|
|
|
cabal2nix --maintainer lassulus "https://github.com/hasura/ekg-json.git" >> "$ekgjson_derivation_file"
|
|
|
|
|
|
|
|
|
|
echo "###################"
|
|
|
|
|
echo "please update pkgs/servers/hasura/cli.nix vendorSha256"
|
|
|
|
|