Vanessa McHale
Vanessa McHale
Right now `mustache` does not build with GHC 8.8.1 because of the previously-fixed [text issue](https://github.com/JustusAdam/mustache/commit/52e4d5111202a813cc08e5b572b9c06aa9c89b0b) See [matrix CI](https://matrix.hackage.haskell.org/#/package/mustache)
This will make it easier for contributors.
This addresses https://github.com/haskell/cabal/issues/4278. I think mboes [is correct](https://github.com/haskell/cabal/issues/4278#issuecomment-280004421) and it should simply fail to process `.cpphs` files if `cpphs` is not available, especially since new-build and `build-tool-depends: cpphs:cpphs` * [x]...
This adds a .gitattributes file so that syntax highlighting appears in `.blod` files present on github. (like https://github.com/vmchale/linear/blob/master/Logic/Linear.blod)
Hello, I'm trying to produce templated YAML from Dhall; the desired output is ``` kind: Deployment spec: template: metadata: annotations: checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }}...
The bytestring library [now implements a fast algorithm](https://github.com/haskell/bytestring/pull/365). By using [`doubleDec`](https://hackage.haskell.org/package/bytestring-0.12.1.0/docs/Data-ByteString-Builder-RealFloat.html#v:doubleDec) to implement the `Pretty` instance for `Double`, it would not change the behavior and it would give better performance....
I ran into this recently: ``` run/Main.hs:347:53: error: [GHC-39999] • No instance for ‘Prettyprinter.Internal.Pretty (Apple Double, Apple Double, Apple Double, Double)’ arising from a use of ‘pretty’ • In the...
Right now `language-c` can't be built with GHC 9.8: ``` Error: cabal: Could not resolve dependencies: [__0] trying: language-c-0.9.2 (user goal) [__1] next goal: process (dependency of language-c) [__1] rejecting:...
At the moment it fails with ``` Codec/Compression/Snappy/Lazy.hsc:55:15: error: Ambiguous occurrence ‘BS’ It could refer to either ‘Data.ByteString.Internal.BS’, imported from ‘Data.ByteString.Internal’ at Codec/Compression/Snappy/Lazy.hsc:34:1-51 or ‘Codec.Compression.Snappy.Lazy.BS’, defined at Codec/Compression/Snappy/Lazy.hsc:48:14 | 55...
This bumps the containers bound.