Andreas Abel
Andreas Abel
What is the error if `LANGUAGE Safe` is left there?
There is this testsuite which is registered in `HsYAML.cabal`: https://github.com/haskell-hvr/HsYAML/blob/603d8a23338db6abe5105c96ece182f2d930cf1f/tests/Tests.hs
> Could this test suite be executed in CI?! If this is added as a `test-suite` in `HsYAML.cabal` with `build-tool-depends` pointing to the executable, then it would be run in...
Maybe Herbert would be willing to relicense? Has he made a statement about this?
I think Herbert is not following githib notifications. Email could be more lucky. It's a while I phoned him. I can try to remember to bring it up next time.
@fendor: Time for the next ping.
@fendor : The hackage maintainer for `cabal-plan` is @phadej. My capabilities are restricted to this repo. @phadej : What's your plan with `cabal-plan`?
@fendor: Would it be possible to add a test along the lines of: https://github.com/haskell-hvr/cabal-plan/blob/b42d09e61d896c949403f2c05b7295d2e304ce6b/Makefile#L7-L8
After some research, looking at the source code of `cabal-plan`(passing the safety pig ;-)), I could fix the problem by replacing in my `.cabal/config` ``` remote-repo: hackage.haskell.org:http://hackage.haskell.org/packages/archive ``` with ```...
@gwern : I am not planning on working on this, but a high-quality PR is definitely welcome. My main concern is to keep `regex-tdfa` working stably in an evolving Haskell...