crypton, pandoc version pinned for cabal

This commit is contained in:
Dmitry Zuikov 2024-03-30 17:01:57 +03:00
parent 9dda507fc1
commit ed50582ddc
4 changed files with 5 additions and 3 deletions

View File

@ -3,6 +3,8 @@ packages: **/*.cabal
allow-newer: all allow-newer: all
constraints: pandoc ==3.1.11
-- executable-static: True -- executable-static: True
-- profiling: True -- profiling: True
-- library-profiling: False -- library-profiling: False

View File

@ -150,7 +150,7 @@ library
, clock , clock
, constraints , constraints
, containers , containers
, cryptonite , crypton
, data-default , data-default
, deepseq , deepseq
, directory , directory

View File

@ -68,7 +68,7 @@ common shared-properties
, streaming , streaming
, streaming-bytestring , streaming-bytestring
, streaming-commons , streaming-commons
, cryptonite , crypton
, directory , directory
, exceptions , exceptions
, filelock , filelock

View File

@ -73,7 +73,7 @@ executable hbs2
, cborg , cborg
, clock , clock
, containers , containers
, cryptonite , crypton
, deepseq , deepseq
, directory , directory
, filepath , filepath