mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-01-11 23:08:30 +01:00
Add proto-lens packages.
Also adds the `protobuf-compiler` to `debian-bootstrap.sh` to get the `/usr/bin/protoc` which is used to generate code.
This commit is contained in:
parent
26133500df
commit
b511c5dc32
@ -2868,6 +2868,15 @@ packages:
|
||||
- ziptastic-client
|
||||
- ziptastic-core
|
||||
|
||||
"Judah Jacobson <judah.jacobson@gmail.com> @judah":
|
||||
- lens-labels
|
||||
- proto-lens
|
||||
- proto-lens-descriptors
|
||||
- proto-lens-protoc
|
||||
- proto-lens-combinators
|
||||
- proto-lens-arbitrary
|
||||
- proto-lens-optparse
|
||||
|
||||
# If you stop maintaining a package you can move it here.
|
||||
# It will then be disabled if it starts causing problems.
|
||||
# See https://github.com/fpco/stackage/issues/1056
|
||||
|
||||
@ -117,6 +117,7 @@ apt-get install -y \
|
||||
nodejs \
|
||||
npm \
|
||||
openjdk-8-jdk \
|
||||
protobuf-compiler \
|
||||
python-mpltoolkits.basemap \
|
||||
python3-matplotlib \
|
||||
python3-numpy \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user