bapcyk
bapcyk
and `{- FOURMOLU_DISABLE -}` does not help with it (no any affect)
TBH the formatter does not allow comments like `-- ^Setting file....` and reformat docstrings to `-- |Setting file.....` 😞
@brandonchinn178 if you want, close my issues that you recognize as irrelevant or that will never be implemented, absolutely no any problems :)
Maybe this is relevant - https://stackoverflow.com/questions/56758190/chameleon-tal-zpt-template-problem-in-talrepeat ?
IMHO good is t dispense with little blood. For example. URI now is type for rel and abs URIs. It is reflected in the name. If somebody needs more strict...
Good news, super! RFCs "absolute", maybe, is more relevant from content point of view: relative URL in this case refers to something inside itself (serving a part vs. serving a...
> Hard to say. I have no experience with Stack. > > Does it work if you set `homebrew-openssl` flag instead of settings `extra-*-dirs`? > > And could you run...
> Can you try the latest HsOpenSSL? There were a lot of fixes in 0.11.7.4 and the latest one is 0.11.7.5 It sounds promisingly. Thanks, I'll try later
After some research I realized that errors like: ``` : dlopen(/XXXXX/.stack/snapshots/x86_64-osx/b1d675598b9b6c5f516e03f82c45d01becd6003e6128005b2b4acb8628b0f350/9.2.5/lib/x86_64-osx-ghc-9.2.5/libHSHsOpenSSL-0.11.7.2-1JX1qBi8YfpGDjk1ra3OXq-ghc9.2.5.dylib, 0x0005): symbol not found in flat namespace '_DSA_free' ``` happens during compilation of files containing things related to templates,...
The problem file `libHSHsOpenSSL-0.11.7.2-1JX1qBi8YfpGDjk1ra3OXq-ghc9.2.5.dylib` (it's in .stack snapshot dir for x86_64) depends on some libraries, but libcrypto is not among them (libcrypto is the library exporting problem symbol `_DSA_free`). And...