mirror of https://github.com/voidlizard/hbs2
cabal build fix
This commit is contained in:
parent
7e2dd9ba56
commit
c9ae19bc76
|
@ -4,8 +4,10 @@ packages: **/*.cabal
|
||||||
|
|
||||||
allow-newer: all
|
allow-newer: all
|
||||||
|
|
||||||
constraints: pandoc >=3.1.11, suckless-conf >= 0.1.2.7
|
constraints:
|
||||||
|
pandoc >=3.1.11
|
||||||
|
, suckless-conf >= 0.1.2.7
|
||||||
|
, http-client >=0.7.16 && <0.8
|
||||||
|
|
||||||
-- executable-static: True
|
-- executable-static: True
|
||||||
-- profiling: True
|
-- profiling: True
|
||||||
|
|
Loading…
Reference in New Issue