GeorgeCo
GeorgeCo
OS 10.11 is out now. Is there a plan to release something that will address this?
Can you do an install of HsOpenSSL on 10.11? When I try I get cabal install -j5 hsopenssl Resolving dependencies... Configuring HsOpenSSL-0.11.1.1... Building HsOpenSSL-0.11.1.1... Failed to install HsOpenSSL-0.11.1.1 Build log...
I can now install with Tim's suggestion above, i.e. cabal install hsopenssl --extra-include-dirs=/usr/local/opt/openssl/include not sure if it will work at runtime Tim mentions extra-lib-dirs: /usr/local/opt/openssl/lib in my cabal file. I...
Hi I see no change, I still have to add the extra args that idontgetoutmuch mentioned: bash-3.2$ cabal install hsopenssl cabal install hsopenssl Resolving dependencies... Configuring HsOpenSSL-0.11.1.1... Failed to install...
Great work! Sorry I forgot to run cabal update the first time. All the latest versions I've tried work: $ cabal install hsopenssl Resolving dependencies... Downloading HsOpenSSL-0.11.2.2... Configuring HsOpenSSL-0.11.2.2... Building...
I don't understand why this is tagged blocked: info-needed. Can someone explain what info is needed or remove the tag? I'm the filer of 6342 which is marked a duplicate...
@hvr You tagged this "blocked: info-needed" and then wrote "this needs to have a solution/algorithm/heuristic designed to proceed". I thought "blocked: info-needed" was reserved for issues that needed info to...
Thanks!! On Thu, Nov 21, 2019 at 10:07 AM Oleg Grenrus wrote: > I removed the blocked: info-needed. The issue is well understood. > > Software has bugs, some are...
Thanks Simon, you motivated me to dig a little deeper and come up with what I wanted ``` λ> pp2dList l2d = print $ pretty "[" align (vsep (fmap pretty...
Thanks again Simon, that allows me to remove the calls to pretty in my example! It would be great if the doc mentioned that all examples need ``` {-# LANGUAGE...