-
(Imported from [Trac #946](http://hackage.haskell.org/trac/hackage/ticket/946), reported by cooldude on 2012-04-26)
It appears that when running cabal install package, the package is downloaded witho…
-
I'm unable to install ihaskell on os X. The macos_install.sh script fails with installing ihaskell-widgets, as in issue #578. Since I'm still rather to haskell and I was worried my haskell and cabal i…
-
I'm editing files of Stack:
https://github.com/commercialhaskell/stack
and this is quite big project, of course. I've noticed that Flycheck works fine for modules in `src/Stack/Types/` and doesn't w…
-
Maybe there should be a note about the relationship of Cryptonite to CryptoHash https://github.com/vincenthz/hs-cryptohash especially because of overlapping module namespaces?
-
## Issue description
`nixos-rebuild` causes `yesod` plus some dependencies and `git-annex` to be rebuild on my machine.
I tried to build them on some VMs I have in the cloud of my uni, which succeed…
-
Now that we have Haskell and Ruby kernel, it would be nice to have a `Welcome - ` for each.
Ping @minad and @gibiansky I guess !
-
The following code snippet yields different results for both packages.
``` haskell
import Crypto.Hash
import qualified Data.ByteString.Char8 as BSC
hash' bs = hash bs :: Digest MD5
show . hash' . B…
-
edsko updated
9 years ago
-
```
$ stack unpack executable-hash
Unpacked executable-hash-0.2.0.0 to /Users/manny/fpco/tmp/executable-hash-0.2.0.0/
$ cd executable-hash-0.2.0.0/
$ echo 'resolver: lts-2.14' >stack.yaml
$ stack buil…
-
If in stack modules Network.HTTP.Download and Network.HTTP.Download.Verified
I change all instances of
withResponse req
to
withResponse ((addProxy "proxy" 8080) req)
stack works through our proxy.…