Skip to content

Commit 716acff

Browse files
authored
Merge pull request #8059 from turion/add_changeset_packages
Add new packages changeset-* and fix bounds
2 parents 1de760a + d8f5746 commit 716acff

1 file changed

Lines changed: 4 additions & 11 deletions

File tree

build-constraints.yaml

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,10 @@ packages:
437437
"Manuel Bärenz <programming@manuelbaerenz.de> @turion":
438438
- automaton
439439
- changeset
440+
- changeset-containers
441+
- changeset-lens
442+
- changeset-reflex
443+
- changeset-time
440444
- clay
441445
- dunai
442446
- essence-of-live-coding
@@ -447,7 +451,6 @@ packages:
447451
- finite-typelits
448452
- has-transformers
449453
- monad-bayes
450-
- monad-schedule
451454
- nthese
452455
- pulse-simple
453456
- openapi3-code-generator
@@ -7826,15 +7829,6 @@ packages:
78267829
# https://github.com/commercialhaskell/stackage/issues/8033
78277830
- jose < 0.13
78287831

7829-
# https://github.com/commercialhaskell/stackage/issues/8035
7830-
- automaton < 1.7
7831-
- changeset < 0.2
7832-
- monad-schedule < 1.7
7833-
- rhine < 1.7
7834-
- rhine-gloss < 1.7
7835-
- rhine-terminal < 1.7
7836-
- time-domain < 1.7
7837-
78387832
# https://github.com/commercialhaskell/stackage/issues/8037
78397833
- magic < 1.2
78407834

@@ -8822,7 +8816,6 @@ skipped-tests:
88228816
- menshen # tried menshen-0.0.3, but its *test-suite* requires QuickCheck < 2.14 and the snapshot contains QuickCheck-2.16.0.0
88238817
- monad-par # tried monad-par-0.3.6, but its *test-suite* requires the disabled package: test-framework-th
88248818
- 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
8825-
- 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
88268819
- 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
88278820
- 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
88288821
- 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

0 commit comments

Comments
 (0)