aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2025-10-20 10:15:45 +0200
committerJohn MacFarlane <[email protected]>2025-10-20 10:15:45 +0200
commit1b9b05e2f7f1a44f18311549ec9489231933eb3e (patch)
treed4135d9f8041eb280e4a4c673942d1f8d0e4fda7
parent3766e3938946ef12ca79e9c1f1df2c5518338c8d (diff)
cabal.project - remove obsolete constraint for data-default.
We no longer need this, now that dependent packages have been fixed to use data-default >= 0.8.
-rw-r--r--cabal.project4
1 files changed, 1 insertions, 3 deletions
diff --git a/cabal.project b/cabal.project
index bcda8d505..07b8626d2 100644
--- a/cabal.project
+++ b/cabal.project
@@ -5,6 +5,4 @@ packages: .
tests: True
flags: +embed_data_files
constraints: skylighting-format-blaze-html >= 0.1.1.3,
- skylighting-format-context >= 0.1.0.2,
- -- for now (commercialhaskell/stackage#7545):
- data-default-class <= 0.2, data-default <= 0.8
+ skylighting-format-context >= 0.1.0.2