Herbert Valerio Riedel

Results 52 issues of Herbert Valerio Riedel

TBD

good first issue
component: candidates
re: relative links

This provides cabal with the means to conveniently opt into accessing package release candidates, by presenting them as a secondary package index to cabal. This secondary package index would have...

component: candidates

Compiling with base-4.7 fails w/ the latest release (see also http://104.239.175.197:8080/package/servant-auth-cookie): ``` Configuring component lib from servant-auth-cookie-0.5.0... Preprocessing library servant-auth-cookie-0.5.0... [1 of 1] Compiling Servant.Server.Experimental.Auth.Cookie ( src/Servant/Server/Experimental/Auth/Cookie.hs, /tmp/matrix-worker/1492269924/dist-newstyle/build/x86_64-linux/ghc-7.8.4/servant-auth-cookie-0.5.0/build/Servant/Server/Experimental/Auth/Cookie.o ) src/Servant/Server/Experimental/Auth/Cookie.hs:469:18:...

I'm currently working on the next generation of http://matrix.hackage.haskell.org/ (which is not yet reachable publicly, hence the screenshot & pasted error messages) when `alvika` caught my eye... The build-dependencies have...

While looking at the poster-child example from the README, I noticed that you'd only need a small additional feature to help with new-build: Specifically, the `stack.yaml` file mentions ```yaml packages:...

recent `thyme` releases fail to compile with GHC 7.4 even though declaring support for `base >= 4.5` (but `base-4.5` doesn't have `GHC.Generics`): ``` Configuring component lib from thyme-0.3.5.5 Preprocessing library...

At the API level this can be done by e.g. providing an additional field in `CompressInputRequired` (this is what e.g. https://github.com/hvr/lzma does): ``` diff diff --git a/Codec/Compression/Zlib/Internal.hs b/Codec/Compression/Zlib/Internal.hs index 74519c7..d5b851b...

``` src/Servant/Response/Prelude.hs:12:8: Could not find module `GHC.Generics' It is a member of the hidden package `ghc-prim'. Perhaps you need to add `ghc-prim' to the build-depends in your .cabal file. Use...

I just noticed that latest version fails to compile with GHC 7.6.3 due to ``` Configuring component lib from cabal-debian-4.35.5 Preprocessing library cabal-debian-4.35.5... [ 1 of 30] Compiling System.Git (...

See also http://matrix.hackage.haskell.org/package/xmlgen#GHC-7.0/xmlgen-0.6.0.0 ``` /opt/ghc/7.0.4/bin/ghc --make -package-name xmlgen-0.6.0.0 -hide-all-packages -fbuilding-cabal-package -no-user-package-conf -package-conf /tmp/extra14722836196/.cabal-sandbox/x86_64-linux-ghc-7.0.4-packages.conf.d -i -idist/dist-sandbox-bc1ce4eb/build -isrc -idist/dist-sandbox-bc1ce4eb/build/autogen -Idist/dist-sandbox-bc1ce4eb/build/autogen -Idist/dist-sandbox-bc1ce4eb/build -optP-include -optPdist/dist-sandbox-bc1ce4eb/build/autogen/cabal_macros.h -odir dist/dist-sandbox-bc1ce4eb/build -hidir dist/dist-sandbox-bc1ce4eb/build -stubdir dist/dist-sandbox-bc1ce4eb/build -package-id base-4.3.1.0-bafbc7ad22c91044397c91929f8c61bc -package-id...