From 89a01d81cc84f9a5b0bcda781736d4e87ab2060a Mon Sep 17 00:00:00 2001 From: "John J. Camilleri" Date: Thu, 8 Jul 2021 12:46:49 +0200 Subject: [PATCH] Add ghc-prim to build-depends for LPGF testsuite --- gf.cabal | 1 + 1 file changed, 1 insertion(+) diff --git a/gf.cabal b/gf.cabal index edbfbd67c..dd50c1b72 100644 --- a/gf.cabal +++ b/gf.cabal @@ -583,6 +583,7 @@ test-suite lpgf containers >= 0.5.7 && < 0.7, directory >= 1.3.0 && < 1.4, filepath >= 1.4.1 && < 1.5, + ghc-prim >= 0.5.0 && < 0.7, hashable >= 1.2.6 && < 1.4, haskeline >= 0.7.3 && < 0.9, json >= 0.9.1 && < 0.11,