Vanessa McHale
Vanessa McHale
Currently, the custom Setup.hs used for doctests causes cross-compilation to fail due to a [loingstanding cabal bug](https://github.com/haskell/cabal/issues/1493). I set `write-ghc-environment-files` to `always` in my [`cabal.project`](https://hub.darcs.net/vmchale/recursion/browse/cabal.project#3) and then just run `doctest`...
`hsc2hs` should be listed in the `build-tool-depends` section of the `.cabal` file - otherwise builds can fail with ``` Failed to build basement-0.0.8. Build log ( /home/vanessa/.cabal/logs/ghc-8.6.2/basement-0.0.8-778369c941d299194dfe929357824b62256ebc11fd6719f7e6a3a653a447aab4.log ): Configuring library...
Currently, I use an approach [here](https://github.com/input-output-hk/plutus/blob/master/language-plutus-core/src/Language/PlutusCore/Lexer.x#L152), which is as far as I can tell the correct way to implement nested comments. I'd also like to keep annotations which are kept...
c2hs requires `language-c >=0.7.1 && =0.7.1 &&
I ran into the following error with my [libarchive](https://github.com/vmchale/libarchive) bindings: ``` error: a C finalizer called back into Haskell. This was previously allowed, but is disallowed in GHC 6.10.2 and...
`traverseMaybeWithKey` is lovely + useful, but there's no `traverseMaybe`! It's not hard to work around, but such a function in the API would be nice.
The renderIO [documentation](http://hackage.haskell.org/package/prettyprinter-1.7.0/docs/Prettyprinter-Render-Text.html#v:renderIO) says that it is more efficient, but it seems to be slower when writing to files on Linux. I recently switched things around in one of my...
hasmin 1.0.3 can build with the latest bytestring and attoparsec packages!
This bumps version bounds.
The version currently on Hackage uses a version of Dhall that is slower than necessary. Thanks!