Skip to content

Commit df31e39

Browse files
Bump ttc upper bound
1 parent 95b2845 commit df31e39

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cabal-bounds-upper.project

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ constraints:
5353
, transformers == 0.6.1.1
5454

5555
-- https://hackage.haskell.org/package/ttc
56-
, ttc == 1.4.0.0
56+
, ttc == 1.5.0.0
5757

5858
-- https://hackage.haskell.org/package/vector
5959
, vector == 0.13.2.0

queue-sheet.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ library
6363
, scientific >=0.3.6.2 && <0.4
6464
, text >=1.2.4 && <2.2
6565
, transformers >=0.5.6.2 && <0.7
66-
, ttc >=1.1 && <1.5
66+
, ttc >=1.1 && <1.6
6767
, vector >=0.12.1.2 && <0.14
6868
, yaml >=0.11.5 && <0.12
6969
default-language: Haskell2010

0 commit comments

Comments
 (0)