From 46e02253876628b99524a2e9928593e6a6578c07 Mon Sep 17 00:00:00 2001 From: Andreas Klebinger Date: Fri, 23 Dec 2022 17:38:39 +0100 Subject: [PATCH] Use a relative src dir path in containers-tests instead of a symlink. This should make working on containers easier when on windows. --- containers-tests/containers-tests.cabal | 2 +- containers-tests/src | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 120000 containers-tests/src diff --git a/containers-tests/containers-tests.cabal b/containers-tests/containers-tests.cabal index f7dbabcc4..252de7099 100644 --- a/containers-tests/containers-tests.cabal +++ b/containers-tests/containers-tests.cabal @@ -68,7 +68,7 @@ library , QuickCheck include-dirs: include - hs-source-dirs: src, tests + hs-source-dirs: ../containers/src, tests ghc-options: -O2 -Wall other-extensions: BangPatterns diff --git a/containers-tests/src b/containers-tests/src deleted file mode 120000 index 17d939c59..000000000 --- a/containers-tests/src +++ /dev/null @@ -1 +0,0 @@ -../containers/src \ No newline at end of file