Skip to content

nginx-haskell-module version 3.1.2

Compare
Choose a tag to compare
@lyokha lyokha released this 03 Sep 18:41
· 270 commits to master since this release
  • Use option -flink-rts (optionally combined with -theaded and -debug) available in GHC 9.x to link against the RTS library. This is to replace the older and less reliable approach with direct linking against RTS via option -lHSrts-ghc$(ghc --numeric-version) and its flavoured variants.
  • Improved documentation for module NgxExport.Distribution; added recipe for collecting dependent packages built with cabal v2-build using utility cabal-plan.