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
|
allow-newer: all
|
||||||
|
|
||||||
|
constraints: pandoc ==3.1.11
|
||||||
|
|
||||||
-- executable-static: True
|
-- executable-static: True
|
||||||
-- profiling: True
|
-- profiling: True
|
||||||
-- library-profiling: False
|
-- library-profiling: False
|
||||||
|
|
|
@ -150,7 +150,7 @@ library
|
||||||
, clock
|
, clock
|
||||||
, constraints
|
, constraints
|
||||||
, containers
|
, containers
|
||||||
, cryptonite
|
, crypton
|
||||||
, data-default
|
, data-default
|
||||||
, deepseq
|
, deepseq
|
||||||
, directory
|
, directory
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -73,7 +73,7 @@ executable hbs2
|
||||||
, cborg
|
, cborg
|
||||||
, clock
|
, clock
|
||||||
, containers
|
, containers
|
||||||
, cryptonite
|
, crypton
|
||||||
, deepseq
|
, deepseq
|
||||||
, directory
|
, directory
|
||||||
, filepath
|
, filepath
|
||||||
|
|
Loading…
Reference in New Issue