bapcyk
bapcyk
When I have a function's body like: ``` myFun :: ............ myFun :: ............ some logic here -- very important comment that the last line can be a call of...
_(Rewritten for clarity)_ Allow formatting as ```hs data Foo = Foo1 | Foo2 | Foo3 ```
I tried to build my application on Mac M1 for x86_64 and I got an error: ``` ... src/Data/Conduit/BZlib/Internal.hsc:8 directive strict_import cannot be handled in cross-compilation mode ... ``` Switched...
Hello dear author, this package is brilliant. It's not a bug, just a question: is it possible (and how?) to replace a suffix (or prefix) in a string? Because the...
I updated my system and the compilation of the project now fails with: ``` ... HsOpenSSL > PKey.hsc: In function ‘main’: HsOpenSSL > /My/.stack/programs/x86_64-linux/ghc-tinfo6-9.2.3/lib64/ghc-9.2.3/template-hsc.h:82:24: error: invalid use of incomplete typedef...
I am trying to use the library on arm-based MacOS which support both architectures (arm64, x86_64), it's so called "M1": ``` $ sw_vers ProductName: macOS ProductVersion: 13.0.1 BuildVersion: 22A400 $...
UriAuth is under Maybe - as I understood due to wrap relative/absolute URIs under one type. If I have abs. URI I will propagate those Maybe anywhere. Better may be...