Add some required modules

This commit is contained in:
2021-11-02 16:14:18 +01:00
parent 7c7857c6d9
commit 3290b3bc33

View File

@@ -28,6 +28,9 @@ executable MVM
-- LANGUAGE extensions used by modules in this package.
-- other-extensions:
build-depends: base ^>=4.15.0.0
build-depends:
base ^>=4.15.0.0,
bytestring ^>=0.11.0.0,
containers ^>=0.6.4.1
hs-source-dirs: app
default-language: Haskell2010