From 61a74804f489aa9de16b564a3ca1a6663a6e3a83 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Mon, 30 Oct 2023 01:34:10 +0000 Subject: [PATCH] chore: add jobsys as dependency in package.yaml --- package.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/package.yaml b/package.yaml index 42efdc6bb..7433e38f9 100644 --- a/package.yaml +++ b/package.yaml @@ -186,6 +186,7 @@ dependencies: - haskell-src-meta - either - xlsx + - jobsys other-extensions: - GeneralizedNewtypeDeriving - IncoherentInstances