diff --git a/README.md b/README.md index a3a106c..235810a 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ log the size of the input, but _not_ the full input/output of requests.) # Other usage notes -- Supports GHC versions `8.0.*` and `8.2.*`. +- Supports GHC versions `8.0`, `8.2` and `8.4`. - included in stackage with lts>=10.0 (or nightlies dating to >=2017-11-15) - config (file) documentation is lacking. - some config values can not be configured via commandline yet. @@ -72,7 +72,7 @@ log the size of the input, but _not_ the full input/output of requests.) ~~~~.sh cabal unpack brittany - cd brittany-0.8.0.2 + cd brittany-0.11.0.0 # cabal new-configure -w $PATH_TO_GHC_8_0 cabal new-build exe:brittany # and it should be safe to just copy the executable, e.g. @@ -159,7 +159,7 @@ a good amount of high-level documentation at # License -Copyright (C) 2016-2017 Lennart Spitzner +Copyright (C) 2016-2018 Lennart Spitzner This program is free software: you can redistribute it and/or modify it under the terms of the diff --git a/brittany.cabal b/brittany.cabal index b1896ed..f6cc16e 100644 --- a/brittany.cabal +++ b/brittany.cabal @@ -12,7 +12,7 @@ license: AGPL-3 license-file: LICENSE author: Lennart Spitzner maintainer: Lennart Spitzner -copyright: Copyright (C) 2016-2017 Lennart Spitzner +copyright: Copyright (C) 2016-2018 Lennart Spitzner category: Language build-type: Simple cabal-version: 1.18