diff --git a/glados.cabal b/glados.cabal index 44c7104..b853124 100644 --- a/glados.cabal +++ b/glados.cabal @@ -38,13 +38,13 @@ library build-depends: base ^>=4.17.2.1, bytestring >=0.11.2 && <0.12, + case-insensitive >=1.2.1.0, containers >=0.6.7 && <0.7, + http-conduit >=2.3.9, llvm-hs-pure >=9.0.0 && <9.1, megaparsec >=9.7.0, mtl >=2.2.2 && <2.3, - parser-combinators >= 1.3.0, - http-conduit >= 2.3.9, - case-insensitive >= 1.2.1.0 + parser-combinators >=1.3.0, hs-source-dirs: lib default-language: Haskell2010 @@ -54,6 +54,7 @@ executable glados main-is: Main.hs build-depends: base ^>=4.17.2.1, + filepath >=1.4.2 && <1.5, glados, llvm-hs-pretty >=0.9.0 && <0.10, optparse-applicative >=0.18.1 && <0.19, @@ -69,10 +70,10 @@ test-suite glados-test default-language: Haskell2010 type: exitcode-stdio-1.0 other-modules: + Ast.Parser.ExprSpec Ast.Parser.LiteralSpec Ast.Parser.TypeDefinitionSpec Ast.Parser.TypeSpec - Ast.Parser.ExprSpec Codegen.CodegenSpec hs-source-dirs: test