-
I was having some troubles with warp-tls giving me a "data: end of file" failure.
I tried debugging this myself, but wasn't able to make much progress. However, during my debugging I came up with a (…
erikd updated
10 years ago
-
```
ollie@nixos ~/nixpkgs> nix-build -A haskellPackages.twitterConduit
these derivations will be built:
/nix/store/4r6rm71m5gq7l1m1z25yr56d45p5pglb-haskell-twitter-conduit-ghc7.8.3-0.0.5.6-shared.dr…
-
Using Ubuntu 14.04 LTS
updated cabal
ruby-dev 1.9.3p484
hruby 0.2.6
$ cabal install language-puppet
fails with the following:
[40 of 44] Compiling Erb.Compute ( Erb/Compute.hs, dist/build/Erb…
-
Filled circles (whether opaque or not) are not displayed by the diagrams SVG backend but are by the Cairo one. The code and output I get can be found at https://gist.github.com/DougBurke/8889814
The …
-
I was looking for a CAS[1].
Seems like it could be a pretty small change to diskv. You would need a cryptographic hash function, like say skein or sha256. Then something like:
```
d := diskv.New(d…
-
The caching doesn't seem to work properly any more with Hakyll 4.5.1.0 and GHC 7.8.2. Everything gets rebuilt every time, which makes using "./hakyll watch" harder.
Steps to reproduce (with my [websi…
-
It seems that locking paths in nix is deadlock-prone; a failure to lock should re-start the locking process from scratch (i.e. give up all locks and trying again) possibly also always in sorting order…
-
File uploading that previously worked is now failing. yesod devel does not log anything but I see a network response in the browser:
```
{"error":"/tmp/webenc18336.buf: openBinaryFile: does not exist…
-
When I try to set up the cabal sandbox, cabal tells me that installing the missing packages would break everything:
```
(master) % cabal sandbox init
Writing a default package environment file to
/ho…
-
Hi,
I am trying to install `puppet-language` in a `cabal sandbox`. For some reasons it has been failing after Archlinux upgrades of aeson (-> 0.7).
I had to try many combinations before reaching the…