diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2021-06-24 09:34:27 +0200 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2021-06-24 09:34:27 +0200 |
| commit | 3a27fa0d390b86cab3ecc68418e4116ea5c4f8ba (patch) | |
| tree | 5dd141bf0b616eabd9b26e634cb267a13c0edc0e | |
| parent | 1ba5449d210b2b5565e1a3179548cfb2df9fce1b (diff) | |
Add another =
| -rw-r--r-- | src/runtime/haskell/pgf.cabal | 2 |
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 |
