2026-06-05 11:20:50 +02:00
|
|
|
-- cabal.project for the geolog -> Rust JSON exporter.
|
|
|
|
|
--
|
|
|
|
|
-- This file points at the geolog-lang library inside the external/geolog
|
|
|
|
|
-- submodule, plus the sibling packages it depends on (data-partition,
|
|
|
|
|
-- diagnostician, fnotation). It mirrors the submodule's own cabal.project
|
|
|
|
|
-- so the exporter sees the same source set the submodule's tests build
|
|
|
|
|
-- against.
|
|
|
|
|
|
|
|
|
|
packages:
|
2026-06-05 11:31:18 +02:00
|
|
|
plan-exporter.cabal
|
2026-06-05 11:20:50 +02:00
|
|
|
../../external/geolog/geolog-lang/geolog-lang.cabal
|
|
|
|
|
../../external/geolog/data-partition/data-partition.cabal
|
|
|
|
|
../../external/geolog/diagnostician/diagnostician.cabal
|
|
|
|
|
../../external/geolog/fnotation/fnotation.cabal
|
|
|
|
|
|
|
|
|
|
-- geolog-lang's DB.Plan.Render module uses a patched diagrams-graphviz.
|
|
|
|
|
-- Same pin as external/geolog/cabal.project.
|
|
|
|
|
source-repository-package
|
|
|
|
|
type: git
|
|
|
|
|
location: https://github.com/georgefst/diagrams-graphviz.git
|
|
|
|
|
tag: 993533c564861f9d0663d719eafd56efd95f59ba
|
|
|
|
|
|
|
|
|
|
jobs: $ncpus
|
|
|
|
|
semaphore: true
|