Let's use mtl

This commit is contained in:
Niels G. W. Serup 2024-09-15 20:35:48 +02:00
parent a0e6aa2b23
commit 2f14c5a653
No known key found for this signature in database
GPG Key ID: 38EEEBCE67324F19
1 changed files with 3 additions and 1 deletions

View File

@ -17,4 +17,6 @@ executable byg
import: common
main-is: Main.hs
hs-source-dirs: src
build-depends: base
build-depends:
base
, mtl