Rename vty-build-table to vty-build-width-table, rename main source file

This commit is contained in:
Jonathan Daugherty 2020-03-05 08:39:16 -08:00
parent 4de0a40be0
commit 0bea225b6d
2 changed files with 2 additions and 2 deletions

View File

@ -126,8 +126,8 @@ library
ghc-prof-options: -O2 -funbox-strict-fields -caf-all -Wall -fspec-constr -fspec-constr-count=10
executable vty-build-table
main-is: BuildUnicodeTable.hs
executable vty-build-width-table
main-is: BuildWidthTable.hs
hs-source-dirs: tools
default-language: Haskell2010