Skip to content

Commit 1996381

Browse files
committed
Temporary workaround for crypton-x509-store build issue
1 parent 65afa6d commit 1996381

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

hoogle.cabal

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,10 @@ library
9393
warp-tls >= 3.4.2,
9494
zlib
9595

96+
-- Work around https://github.com/kazu-yamamoto/crypton-certificate/issues/27
97+
if os(windows)
98+
build-depends: crypton-x509-store < 1.6.13 || >= 1.6.13.1
99+
96100
c-sources: cbits/text_search.c
97101
include-dirs: cbits
98102
includes: include.h

0 commit comments

Comments
 (0)