diff options
author | Alexey Kuleshevich <alexey@kuleshevi.ch> | 2019-08-18 03:38:37 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-11-19 20:39:20 -0500 |
commit | ef8a08e0dd4e5b908b7fbce1b3101dc311c4d3e1 (patch) | |
tree | a30180b45f705c3006fb4628b2e6284aab49f065 /libraries/hpc | |
parent | d1f3c63701b7f0fd675f792af7f33c5b11eaff83 (diff) | |
download | haskell-ef8a08e0dd4e5b908b7fbce1b3101dc311c4d3e1.tar.gz |
hpc: Fix encoding issues. Add test for and fix #17073
* Make sure files are being read/written in UTF-8. Set encoding while writing
HTML output. Also set encoding while writing and reading .tix files although
we don't yet have a ticket complaining that this poses problems.
* Set encoding in html header to utf8
* Upgrade to new version of 'hpc' library and reuse `readFileUtf8`
and `writeFileUtf8` functions
* Update git submodule for `hpc`
* Bump up `hpc` executable version
Co-authored-by: Ben Gamari <ben@smart-cactus.org>
Diffstat (limited to 'libraries/hpc')
m--------- | libraries/hpc | 0 |
1 files changed, 0 insertions, 0 deletions
diff --git a/libraries/hpc b/libraries/hpc -Subproject 4206323affaa6cc625a6f400c3da7cdd9c30946 +Subproject f73c482db30a40cfa12074de51335b70a097493 |