diff --git a/Allure.cabal b/Allure.cabal index 6186be57f..c5463c079 100644 --- a/Allure.cabal +++ b/Allure.cabal @@ -25,7 +25,7 @@ homepage: http://allureofthestars.com bug-reports: http://github.com/AllureOfTheStars/Allure/issues license: AGPL-3 license-file: LICENSE -tested-with: GHC == 7.6.3, GHC == 7.8 +tested-with: GHC == 7.6, GHC == 7.8 data-files: GameDefinition/config.ui.default, GameDefinition/scores, GameDefinition/PLAYING.md, README.md, LICENSE, CREDITS, CHANGELOG.md diff --git a/README.md b/README.md index 13b5c8a80..609f424a2 100644 --- a/README.md +++ b/README.md @@ -80,9 +80,6 @@ and run `cabal install` from the main directory. Compatibility notes ------------------- -The current code was tested with GHC 7.6 and 7.8, -but should also work with other GHC versions, with minor modifications. - If you are using a terminal frontend, numeric keypad may not work correctly depending on versions of the libraries, terminfo and terminal emulators. The curses frontend is not fully supported due to the limitations