Skip to content

Commit 52da9b1

Browse files
committed
disable dataframe in lts24 (mchav/dataframe#61)
text-2.1.3 ([changelog](http://hackage.haskell.org/package/text-2.1.3/changelog)) is out of bounds for: - [ ] dataframe-0.2.0.2 (>=2.0 && < =2.1.2). Andreas Ländle @alaendle. Used by: library
1 parent 193ea28 commit 52da9b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-constraints/lts-24-build-constraints.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ghc-major-version: "9.10"
22

33
# new curator is supposed to use exact GHC version
4-
ghc-version: "9.10.2"
4+
ghc-version: "9.10.3"
55

66
# This affects which version of the Cabal file format we allow. We
77
# should ensure that this is always no greater than the version
@@ -5273,7 +5273,7 @@ packages:
52735273
- consumers ^>= 2.3.3.1
52745274
- crdt-event-fold ^>= 1.8.1.2
52755275
- data-prometheus ^>= 0.1.0.0
5276-
- dataframe ^>= 0.2.0.2
5276+
- dataframe ^>= 0.2.0.2 && < 0 # https://github.com/mchav/dataframe/issues/61
52775277
- delta-types ^>= 1.0.0.0
52785278
- diagrams-braille ^>= 0.1.2
52795279
- digraph ^>= 0.3.2

0 commit comments

Comments
 (0)