Add mtl package

This commit is contained in:
Ethan Girouard 2024-12-09 21:42:41 -05:00
parent 5d9b956883
commit afe6b6dd59
Signed by: eta357
GPG Key ID: 7BCDC36DFD11C146

View File

@ -82,7 +82,8 @@ executable windows12
text >= 1.2.5 && < 1.3,
parser-combinators >= 1.3.0 && < 1.4,
prettyprinter >= 1.5.1 && < 1.6,
string-conversions >= 0.4.0 && < 0.5
string-conversions >= 0.4.0 && < 0.5,
mtl >= 2.2.2 && < 2.3,
-- Directories containing source files.
hs-source-dirs: src