forked from GitHub/gf-core
Documentation updates
Remove ghc-7.4 from the list of tested/recommended versions of GHC (because of Hackage dependency problems). Recommend version 7.10.3 of the Haskell Platform. (GHC 8.0.1 works too, but I haven't tested the corresponding Haskell Platform packages.)
This commit is contained in:
2
gf.cabal
2
gf.cabal
@@ -11,7 +11,7 @@ description: GF, Grammatical Framework, is a programming language for multilingu
|
||||
homepage: http://www.grammaticalframework.org/
|
||||
bug-reports: http://code.google.com/p/grammatical-framework/issues/list
|
||||
maintainer: Thomas Hallgren
|
||||
tested-with: GHC==7.4.2, GHC==7.6.3, GHC==7.8.3, GHC==7.10.2, GHC==8.0.1
|
||||
tested-with: GHC==7.6.3, GHC==7.8.3, GHC==7.10.2, GHC==8.0.1
|
||||
|
||||
data-dir: src
|
||||
data-files: tools/gf.el
|
||||
|
||||
Reference in New Issue
Block a user