From ed50582ddcb99207b65b56fe7c532c495623046f Mon Sep 17 00:00:00 2001 From: Dmitry Zuikov Date: Sat, 30 Mar 2024 17:01:57 +0300 Subject: [PATCH] crypton, pandoc version pinned for cabal --- cabal.project | 2 ++ hbs2-core/hbs2-core.cabal | 2 +- hbs2-fixer/hbs2-fixer.cabal | 2 +- hbs2/hbs2.cabal | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/cabal.project b/cabal.project index 42ba3ea8..e23d8cda 100644 --- a/cabal.project +++ b/cabal.project @@ -3,6 +3,8 @@ packages: **/*.cabal allow-newer: all +constraints: pandoc ==3.1.11 + -- executable-static: True -- profiling: True -- library-profiling: False diff --git a/hbs2-core/hbs2-core.cabal b/hbs2-core/hbs2-core.cabal index dea45204..2996e4f7 100644 --- a/hbs2-core/hbs2-core.cabal +++ b/hbs2-core/hbs2-core.cabal @@ -150,7 +150,7 @@ library , clock , constraints , containers - , cryptonite + , crypton , data-default , deepseq , directory diff --git a/hbs2-fixer/hbs2-fixer.cabal b/hbs2-fixer/hbs2-fixer.cabal index 0f64d55c..76be3f4a 100644 --- a/hbs2-fixer/hbs2-fixer.cabal +++ b/hbs2-fixer/hbs2-fixer.cabal @@ -68,7 +68,7 @@ common shared-properties , streaming , streaming-bytestring , streaming-commons - , cryptonite + , crypton , directory , exceptions , filelock diff --git a/hbs2/hbs2.cabal b/hbs2/hbs2.cabal index bc6d5318..ebe3a656 100644 --- a/hbs2/hbs2.cabal +++ b/hbs2/hbs2.cabal @@ -73,7 +73,7 @@ executable hbs2 , cborg , clock , containers - , cryptonite + , crypton , deepseq , directory , filepath