mirror of
https://github.com/commercialhaskell/stackage.git
synced 2026-07-01 02:35:40 +02:00
Merge pull request #8059 from turion/add_changeset_packages
Some checks are pending
check / Stackage check (push) Waiting to run
Some checks are pending
check / Stackage check (push) Waiting to run
Add new packages changeset-* and fix bounds
This commit is contained in:
commit
716acff6f2
@ -437,6 +437,10 @@ packages:
|
|||||||
"Manuel Bärenz <programming@manuelbaerenz.de> @turion":
|
"Manuel Bärenz <programming@manuelbaerenz.de> @turion":
|
||||||
- automaton
|
- automaton
|
||||||
- changeset
|
- changeset
|
||||||
|
- changeset-containers
|
||||||
|
- changeset-lens
|
||||||
|
- changeset-reflex
|
||||||
|
- changeset-time
|
||||||
- clay
|
- clay
|
||||||
- dunai
|
- dunai
|
||||||
- essence-of-live-coding
|
- essence-of-live-coding
|
||||||
@ -447,7 +451,6 @@ packages:
|
|||||||
- finite-typelits
|
- finite-typelits
|
||||||
- has-transformers
|
- has-transformers
|
||||||
- monad-bayes
|
- monad-bayes
|
||||||
- monad-schedule
|
|
||||||
- nthese
|
- nthese
|
||||||
- pulse-simple
|
- pulse-simple
|
||||||
- openapi3-code-generator
|
- openapi3-code-generator
|
||||||
@ -7826,15 +7829,6 @@ packages:
|
|||||||
# https://github.com/commercialhaskell/stackage/issues/8033
|
# https://github.com/commercialhaskell/stackage/issues/8033
|
||||||
- jose < 0.13
|
- jose < 0.13
|
||||||
|
|
||||||
# https://github.com/commercialhaskell/stackage/issues/8035
|
|
||||||
- automaton < 1.7
|
|
||||||
- changeset < 0.2
|
|
||||||
- monad-schedule < 1.7
|
|
||||||
- rhine < 1.7
|
|
||||||
- rhine-gloss < 1.7
|
|
||||||
- rhine-terminal < 1.7
|
|
||||||
- time-domain < 1.7
|
|
||||||
|
|
||||||
# https://github.com/commercialhaskell/stackage/issues/8037
|
# https://github.com/commercialhaskell/stackage/issues/8037
|
||||||
- magic < 1.2
|
- magic < 1.2
|
||||||
|
|
||||||
@ -8822,7 +8816,6 @@ skipped-tests:
|
|||||||
- menshen # tried menshen-0.0.3, but its *test-suite* requires QuickCheck < 2.14 and the snapshot contains QuickCheck-2.16.0.0
|
- menshen # tried menshen-0.0.3, but its *test-suite* requires QuickCheck < 2.14 and the snapshot contains QuickCheck-2.16.0.0
|
||||||
- monad-par # tried monad-par-0.3.6, but its *test-suite* requires the disabled package: test-framework-th
|
- monad-par # tried monad-par-0.3.6, but its *test-suite* requires the disabled package: test-framework-th
|
||||||
- monad-peel # tried monad-peel-0.3, but its *test-suite* requires transformers >=0.2 && < 0.6 and the snapshot contains transformers-0.6.3.0
|
- monad-peel # tried monad-peel-0.3, but its *test-suite* requires transformers >=0.2 && < 0.6 and the snapshot contains transformers-0.6.3.0
|
||||||
- monad-schedule # tried monad-schedule-1.6, but its *test-suite* requires QuickCheck >=2.14 && < 2.16 and the snapshot contains QuickCheck-2.16.0.0
|
|
||||||
- mwc-random # tried mwc-random-0.15.3.0, but its *test-suite* requires doctest >=0.15 && < 0.24 and the snapshot contains doctest-0.25.0
|
- mwc-random # tried mwc-random-0.15.3.0, but its *test-suite* requires doctest >=0.15 && < 0.24 and the snapshot contains doctest-0.25.0
|
||||||
- nakadi-client # tried nakadi-client-0.7.0.0, but its *test-suite* requires classy-prelude >=1.4.0 && < 1.5.0 and the snapshot contains classy-prelude-1.5.0.3
|
- nakadi-client # tried nakadi-client-0.7.0.0, but its *test-suite* requires classy-prelude >=1.4.0 && < 1.5.0 and the snapshot contains classy-prelude-1.5.0.3
|
||||||
- next-ref # tried next-ref-0.1.0.2, but its *test-suite* requires hspec >=2 && < 2.3 and the snapshot contains hspec-2.11.17
|
- next-ref # tried next-ref-0.1.0.2, but its *test-suite* requires hspec >=2 && < 2.3 and the snapshot contains hspec-2.11.17
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user