This commit is contained in:
Dhananjay Balan
2023-11-10 10:23:15 +01:00
parent 9cdd10eb0e
commit e045575dda
3 changed files with 10 additions and 2 deletions

View File

@@ -89,6 +89,14 @@ library
-- Base language which the package is written in.
default-language: Haskell2010
executable importer
import: warnings
main-is: Main.hs
hs-source-dirs: importer
default-language: Haskell2010
build-depends:
base,
text
executable quotes-api
-- Import common warning flags.
import: warnings