diff options
author | Alec Theriault <alec.theriault@gmail.com> | 2018-09-22 09:41:23 -0700 |
---|---|---|
committer | Alec Theriault <alec.theriault@gmail.com> | 2018-09-22 09:41:23 -0700 |
commit | fb1db8f48ec97bdb26cac129c582913870e3d1bf (patch) | |
tree | b4b7e80b15497fc80e9017a43cd2a851734f13f4 /README.md | |
parent | 20623767951d24e96985d817f798f7fddb1f5c60 (diff) |
Bump haddock-api-2.21.0, haddock-library-1.7.0
* Update CHANGELOGS
* Update new versions in Cabal files
* Purge references to ghc-8.4/master branches in README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -# Haddock, a Haskell Documentation Tool [![Build Status](https://travis-ci.org/haskell/haddock.svg?branch=master)](https://travis-ci.org/haskell/haddock) +# Haddock, a Haskell Documentation Tool [![Build Status](https://travis-ci.org/haskell/haddock.svg?branch=ghc-8.6)](https://travis-ci.org/haskell/haddock) ## About haddock @@ -57,9 +57,9 @@ and then proceed using your favourite build tool. #### Using [`cabal new-build`](http://cabal.readthedocs.io/en/latest/nix-local-build-overview.html) ```bash -cabal new-build -w ghc-8.4.1 +cabal new-build -w ghc-8.6.1 # build & run the test suite -cabal new-test -w ghc-8.4.1 all +cabal new-test -w ghc-8.6.1 all ``` #### Using Cabal sandboxes |