-
Steps to reproduce:
1. Windows 8.1
2. MinGHC 32 was already installed and on path
3. stack setup
4. git clone snowdrift at [commit](https://github.com/snowdriftcoop/snowdrift/commit/33711a47f5b726217b…
-
What it says on the tin. Starting point is an example (say, MD5) in pure C; I'll port the rest after that.
-
Hi!
I have a problem while trying to install Yesod on my Ubuntu machine.
I've done "cabal update && cabal install yesod-platform".
After I hit the "yesod init" the logs tells me:
"""nemo@amx-pc:~/ha…
-
[Repo with code to reproduce](https://github.com/codygman/stack-yesod-issue)
output:
``` shell
~/programming/haskell/yesod/snoyman-blog-example $ stack build
snoyman-blog-example-0.0.0: build
Buildi…
-
After a bunch of uninitialized warnings in OCaml's Weak module (are these false positives?) I get an invalid read:
Not sure if its an ocaml-tls bug or a nocrypto bug:
$ valgrind ./http_client.nativ…
-
![capture d ecran 2015-03-20 a 19 44 18](https://cloud.githubusercontent.com/assets/2693150/6758603/8c764e60-cf39-11e4-9e8a-ecab4b2e8136.png)
```
$ cd .../nixpkgs
$ git rev-parse HEAD
4cdb4a4fef93b5…
-
Due to `exceptions` package issues, I had to [add some upper bounds](https://github.com/fpco/stackage/commit/b7d0a219db3ec3f813cc8e2ad26e0264d525db2d) to rest packages. This resulted in build failure …
-
I'll gladly submit a patch. Some things that need to be sorted out:
- Is it ok to add a dependency to a crypto library?
- Which library would you prefer? I used [cryptohash](http://hackage.haskell.org…
ppetr updated
10 years ago
-
source: https://github.com/vincenthz/hs-cryptohash (mostly C with some haskell)... I'm very interested in that :)
-
Hi,
I was trying to use your build to launch an Yesod app. I was getting a bash error: ./dist/build/appname/appname permission denied error with status code 126. I tried on both cedar on cedar-14. On …