Skip to content
Commit 27905ce1 authored by Gergely Risko's avatar Gergely Risko Committed by Peter Simons
Browse files

pkgs/build-support/cabal: set LANG="en_US.UTF-8" for the Haddock run

Haskell packages that contain non-ascii characters in their .cabal file
or somewhere else in their haddock documentation fail to compile under
nixpkgs and usually flagged with noHaddock = true. I wanted to do the
same for modularArithmentic, when I realized that we just have to set
the locale to some UTF-8 compatible locale in build-support/cabal to fix
this issue correctly.
parent e13720c3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment