mirror of https://github.com/voidlizard/hbs2
crypton, pandoc version pinned for cabal
This commit is contained in:
parent
9dda507fc1
commit
ed50582ddc
|
@ -3,6 +3,8 @@ packages: **/*.cabal
|
|||
|
||||
allow-newer: all
|
||||
|
||||
constraints: pandoc ==3.1.11
|
||||
|
||||
-- executable-static: True
|
||||
-- profiling: True
|
||||
-- library-profiling: False
|
||||
|
|
|
@ -150,7 +150,7 @@ library
|
|||
, clock
|
||||
, constraints
|
||||
, containers
|
||||
, cryptonite
|
||||
, crypton
|
||||
, data-default
|
||||
, deepseq
|
||||
, directory
|
||||
|
|
|
@ -68,7 +68,7 @@ common shared-properties
|
|||
, streaming
|
||||
, streaming-bytestring
|
||||
, streaming-commons
|
||||
, cryptonite
|
||||
, crypton
|
||||
, directory
|
||||
, exceptions
|
||||
, filelock
|
||||
|
|
|
@ -73,7 +73,7 @@ executable hbs2
|
|||
, cborg
|
||||
, clock
|
||||
, containers
|
||||
, cryptonite
|
||||
, crypton
|
||||
, deepseq
|
||||
, directory
|
||||
, filepath
|
||||
|
|
Loading…
Reference in New Issue