summaryrefslogtreecommitdiff
path: root/src/runtime
diff options
context:
space:
mode:
authorJohn J. Camilleri <john@digitalgrammars.com>2021-06-24 09:34:27 +0200
committerJohn J. Camilleri <john@digitalgrammars.com>2021-06-24 09:34:27 +0200
commit3a27fa0d390b86cab3ecc68418e4116ea5c4f8ba (patch)
tree5dd141bf0b616eabd9b26e634cb267a13c0edc0e /src/runtime
parent1ba5449d210b2b5565e1a3179548cfb2df9fce1b (diff)
Add another =
Diffstat (limited to 'src/runtime')
-rw-r--r--src/runtime/haskell/pgf.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/haskell/pgf.cabal b/src/runtime/haskell/pgf.cabal
index 86faf8f01..f829a6e35 100644
--- a/src/runtime/haskell/pgf.cabal
+++ b/src/runtime/haskell/pgf.cabal
@@ -9,7 +9,7 @@ synopsis: Grammatical Framework
description: A library for interpreting the Portable Grammar Format (PGF)
homepage: http://www.grammaticalframework.org/
bug-reports: https://github.com/GrammaticalFramework/gf-core/issues
-tested-with: GHC==7.6.3, GHC==7.8.3, GHC==7.10.3, GHC==8.0.2, GHC=8.4.4
+tested-with: GHC==7.6.3, GHC==7.8.3, GHC==7.10.3, GHC==8.0.2, GHC==8.4.4
library
default-language: Haskell2010