scotty-web / scotty

Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp (Official Repository)
http://hackage.haskell.org/package/scotty
BSD 3-Clause "New" or "Revised" License
1.72k stars 134 forks source link

Cabal metadata revision without hpc-coveralls #224

Closed endgame closed 5 years ago

endgame commented 5 years ago

If there are no releases imminent, it would be handy to have a metadata revision without hpc-coveralls pushed to hackage.

Reason: it makes things a bit awkward in nixpkgs. cabal2nix doesn't understand optional dependencies very well, and generates a derivation that wants hpc-coveralls. https://github.com/NixOS/nixpkgs/pull/53627 makes hpc-coveralls build, but it would be nicer if we didn't build it at all.

RyanGlScott commented 5 years ago

I've uploaded scotty-0.11.3 to Hackage, which does not depend on hpc-coveralls at all.

endgame commented 5 years ago

Thanks mate.