Skip to content

Commit

Permalink
[ stack ] complete stack-8.10.3.yaml (cabal-doctest)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasabel committed Dec 28, 2020
1 parent df99677 commit cf72c89
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[![Hackage version](https://img.shields.io/hackage/v/BNFC.svg?label=Hackage)](http://hackage.haskell.org/package/BNFC)
[![BNFC on Stackage Nightly](https://stackage.org/package/BNFC/badge/nightly)](https://stackage.org/nightly/package/BNFC)
[![Stackage LTS version](https://www.stackage.org/package/BNFC/badge/lts?label=Stackage)](https://www.stackage.org/package/BNFC)
[![Build Status](https://travis-ci.org/BNFC/bnfc.svg?branch=master)](https://travis-ci.org/BNFC/bnfc)
[![Documentation Status](https://readthedocs.org/projects/bnfc/badge/?version=latest)](http://bnfc.readthedocs.io/en/latest/?badge=latest)
[![Build status](https://github.com/andreasabel/agda2lagda/workflows/Haskell-CI/badge.svg)](https://github.com/andreasabel/agda2lagda/actions)
[![Documentation status](https://readthedocs.org/projects/bnfc/badge/?version=latest)](http://bnfc.readthedocs.io/en/latest/?badge=latest)

The BNF Converter
=================
Expand Down Expand Up @@ -71,10 +71,10 @@ and then either
```
or
```
stack install --stack-yaml stack-8.10.2.yaml
stack install --stack-yaml stack-8.10.3.yaml
```
(replace `8.10.2` with your GHC version, if you want to build with
your installed GHC---add flag `--system-ghc`).
(replace `8.10.3` with your GHC version, and if you want to build with
your installed GHC then add flag `--system-ghc`).

Mini tutorial
-------------
Expand Down Expand Up @@ -108,6 +108,7 @@ Mini tutorial
```

- Try the other backends:

| Option | Backend |
| --- | --- |
| `--java` | Requires Java, [JLex](https://www.cs.princeton.edu/~appel/modern/java/JLex/) or [JFlex](https://jflex.de/), and [CUP](http://www2.cs.tum.edu/projects/cup/).|
Expand Down Expand Up @@ -144,8 +145,7 @@ Contribute
License
-------

The project is licensed under the BSD 3-clause [license](https://raw.githubusercontent.com/BNFC/bnfc/master/source/LICENSE).
The project is licensed under the [BSD 3-clause license](https://raw.githubusercontent.com/BNFC/bnfc/master/source/LICENSE).

BNFC versions until 2.8.4 released under the
GNU General Public License
(<a href="https://www.gnu.org/licenses/gpl-2.0.html">GPL</a>).
[GNU General Public License](https://www.gnu.org/licenses/gpl-2.0.html).
1 change: 1 addition & 0 deletions source/stack-8.10.3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ compiler: ghc-8.10.3

extra-deps:
- alex-3.2.5
- cabal-doctest-1.0.8
- happy-1.19.12
- semigroups-0.19.1
- string-qq-0.0.4
Expand Down

0 comments on commit cf72c89

Please sign in to comment.