aboutsummaryrefslogtreecommitdiff
path: root/cabal.project
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-11-09 23:43:12 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2021-11-09 23:43:12 -0800
commit03f9a0c61eddff1d34537d767bd91cf395eae500 (patch)
tree6b3de2c5ce0e6d733acc1df1a795139492b1abe1 /cabal.project
parent6bec746074d29d971111a13f52ef515105362e8f (diff)
downloadpandoc-03f9a0c61eddff1d34537d767bd91cf395eae500.tar.gz
Require ghc >= 8.6, base >= 4.12.
This allows us to get rid of the old custom prelude and some crufty cpp. But the primary reason for this is that conduit has bumped its base lower bound to 4.12, making it impossible for us to support lower base versions.
Diffstat (limited to 'cabal.project')
-rw-r--r--cabal.project2
1 files changed, 1 insertions, 1 deletions
diff --git a/cabal.project b/cabal.project
index a7bfa540f..b0606c372 100644
--- a/cabal.project
+++ b/cabal.project
@@ -1,5 +1,5 @@
packages: pandoc.cabal
tests: True
flags: +embed_data_files
-constraints: aeson >= 2.0.1.0, transformers >= 0.5.6
+constraints: aeson >= 2.0.1.0