mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-02-08 04:17:29 +01:00
Merge branch 'master' into nightly
This commit is contained in:
commit
027fad719f
@ -1,6 +1,10 @@
|
|||||||
ghc-major-version: "8.0"
|
ghc-major-version: "8.0"
|
||||||
# Constraints for brand new builds
|
# Constraints for brand new builds
|
||||||
packages:
|
packages:
|
||||||
|
"Jacob Stanley <jacob@stanley.io> @jystic":
|
||||||
|
- hedgehog
|
||||||
|
- hedgehog-quickcheck
|
||||||
|
|
||||||
"Nobutada Matsubara <t12307043@gunma-u.ac.jp> @matsubara0507": []
|
"Nobutada Matsubara <t12307043@gunma-u.ac.jp> @matsubara0507": []
|
||||||
# package temprarily removed as added while blocked on req-0.3.0;
|
# package temprarily removed as added while blocked on req-0.3.0;
|
||||||
# see https://github.com/fpco/stackage/issues/2641
|
# see https://github.com/fpco/stackage/issues/2641
|
||||||
@ -352,6 +356,8 @@ packages:
|
|||||||
- profiterole
|
- profiterole
|
||||||
|
|
||||||
"Alan Zimmerman @alanz":
|
"Alan Zimmerman @alanz":
|
||||||
|
- ghc-exactprint
|
||||||
|
- haskell-lsp
|
||||||
- hjsmin
|
- hjsmin
|
||||||
- language-javascript
|
- language-javascript
|
||||||
- Strafunski-StrategyLib
|
- Strafunski-StrategyLib
|
||||||
@ -1959,7 +1965,6 @@ packages:
|
|||||||
"Matthew Pickering <matthewtpickering@gmail.com> @mpickering":
|
"Matthew Pickering <matthewtpickering@gmail.com> @mpickering":
|
||||||
- refact
|
- refact
|
||||||
# - servant-pandoc # bounds: pandoc-types, servant-docs
|
# - servant-pandoc # bounds: pandoc-types, servant-docs
|
||||||
- ghc-exactprint
|
|
||||||
# - apply-refact
|
# - apply-refact
|
||||||
|
|
||||||
# "Andrew Gibiansky <andrew.gibiansky@gmail.com> @gibiansky":
|
# "Andrew Gibiansky <andrew.gibiansky@gmail.com> @gibiansky":
|
||||||
@ -2626,6 +2631,7 @@ packages:
|
|||||||
- Imlib
|
- Imlib
|
||||||
- xturtle
|
- xturtle
|
||||||
- gluturtle
|
- gluturtle
|
||||||
|
- papillon
|
||||||
|
|
||||||
"Jan Gerlinger <git@jangerlinger.de> @JanGe":
|
"Jan Gerlinger <git@jangerlinger.de> @JanGe":
|
||||||
- irc-dcc
|
- irc-dcc
|
||||||
@ -3154,10 +3160,9 @@ packages:
|
|||||||
- astro
|
- astro
|
||||||
- mltool
|
- mltool
|
||||||
|
|
||||||
"Edward Amsden <edwardamsden@gmail.com> @eamsden": []
|
"Edward Amsden <edwardamsden@gmail.com> @eamsden":
|
||||||
# - h2c # freshly added package is missing headers:
|
- h2c
|
||||||
# https://github.com/fpco/stackage/issues/2642
|
- bno055-haskell
|
||||||
# - bno055-haskell
|
|
||||||
|
|
||||||
# If you stop maintaining a package you can move it here.
|
# If you stop maintaining a package you can move it here.
|
||||||
# It will then be disabled if it starts causing problems.
|
# It will then be disabled if it starts causing problems.
|
||||||
|
|||||||
@ -70,6 +70,7 @@ apt-get install -y \
|
|||||||
libgtk2.0-dev \
|
libgtk2.0-dev \
|
||||||
libgtksourceview-3.0-dev \
|
libgtksourceview-3.0-dev \
|
||||||
libhidapi-dev \
|
libhidapi-dev \
|
||||||
|
libi2c-dev \
|
||||||
libicu-dev \
|
libicu-dev \
|
||||||
libimlib2-dev \
|
libimlib2-dev \
|
||||||
libjack-jackd2-dev \
|
libjack-jackd2-dev \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user