From 262231a8f28feb711a8b164c62d9b89bcc11df47 Mon Sep 17 00:00:00 2001 From: Daniel Gröber Date: Wed, 25 Mar 2020 18:40:15 +0100 Subject: Fix cabal projects using source-repository-package Apparently we can get source-repo-packages in plan.json even when filtering for `"style": "local"`(`UnitTypeLocal`). It's possible the root cause here is a cabal bug as source-repository-package should really be treated more like a tarball than a local package. Regardless we simply filter units by actually checking for `uPkgSrc=Just LocalUnpackedPackage` instead of relying on "style". This fixes #99 --- tests/src-repo/Setup.hs | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/src-repo/Setup.hs (limited to 'tests/src-repo/Setup.hs') diff --git a/tests/src-repo/Setup.hs b/tests/src-repo/Setup.hs new file mode 100644 index 0000000..9a994af --- /dev/null +++ b/tests/src-repo/Setup.hs @@ -0,0 +1,2 @@ +import Distribution.Simple +main = defaultMain -- cgit v1.2.3