File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,10 @@ dependencies:
97
97
- casa-types
98
98
- path
99
99
- path-io
100
- - persistent
100
+ # In order for Cabal (the tool) to build Stack, it needs to be told of the
101
+ # upper bound on persistent. See
102
+ # https://github.com/commercialhaskell/stack/pull/5677#issuecomment-1193318542
103
+ - persistent < 2.14
101
104
- persistent-sqlite
102
105
- persistent-template
103
106
- pretty
Original file line number Diff line number Diff line change @@ -274,7 +274,7 @@ library
274
274
, pantry >= 0.5.6
275
275
, path
276
276
, path-io
277
- , persistent
277
+ , persistent < 2.14
278
278
, persistent-sqlite
279
279
, persistent-template
280
280
, pretty
@@ -397,7 +397,7 @@ executable stack
397
397
, pantry >= 0.5.6
398
398
, path
399
399
, path-io
400
- , persistent
400
+ , persistent < 2.14
401
401
, persistent-sqlite
402
402
, persistent-template
403
403
, pretty
@@ -521,7 +521,7 @@ executable stack-integration-test
521
521
, pantry >= 0.5.6
522
522
, path
523
523
, path-io
524
- , persistent
524
+ , persistent < 2.14
525
525
, persistent-sqlite
526
526
, persistent-template
527
527
, pretty
@@ -650,7 +650,7 @@ test-suite stack-test
650
650
, pantry >= 0.5.6
651
651
, path
652
652
, path-io
653
- , persistent
653
+ , persistent < 2.14
654
654
, persistent-sqlite
655
655
, persistent-template
656
656
, pretty
You can’t perform that action at this time.
0 commit comments