cabal-version: 1.12 -- This file has been generated from package.yaml by hpack version 0.38.1. -- -- see: https://github.com/sol/hpack name: scalie version: 0.1.0.0 description: Please see the README on GitHub at author: VegOwOtenks maintainer: vego@vegowotenks.de copyright: 2025 VegOwOtenks license: AGPL-3.0 license-file: LICENSE build-type: Simple extra-source-files: README.md CHANGELOG.md library exposed-modules: Data.Map.Implicit Language.Scalie.Ast.Definition Language.Scalie.Ast.Expression Language.Scalie.Ast.Module Language.Scalie.Ast.Pattern Language.Scalie.Ast.Provenance Language.Scalie.Ast.Provenance.SourceLocation Language.Scalie.Bytecode.Instruction Language.Scalie.Bytecode.Object Language.Scalie.Bytecode.Object.Builder Language.Scalie.Compiler.Bytecode Language.Scalie.Domain.Type other-modules: Paths_scalie hs-source-dirs: src default-extensions: DerivingStrategies ImportQualifiedPost NoImplicitPrelude OverloadedRecordDot OverloadedStrings StandaloneKindSignatures RoleAnnotations ghc-options: -Weverything -Wno-unsafe build-depends: QuickCheck , base , containers , text , vector default-language: Haskell2010 executable scalie-exe main-is: Main.hs other-modules: Paths_scalie hs-source-dirs: app default-extensions: DerivingStrategies ImportQualifiedPost NoImplicitPrelude OverloadedRecordDot OverloadedStrings StandaloneKindSignatures RoleAnnotations ghc-options: -Weverything -Wno-unsafe -threaded -rtsopts -with-rtsopts=-N build-depends: QuickCheck , base , containers , scalie , text , vector default-language: Haskell2010 test-suite scalie-test type: exitcode-stdio-1.0 main-is: Spec.hs other-modules: Test.Data.Map.Implicit Test.QuickCheck.Roundtrip Paths_scalie hs-source-dirs: test default-extensions: DerivingStrategies ImportQualifiedPost NoImplicitPrelude OverloadedRecordDot OverloadedStrings StandaloneKindSignatures RoleAnnotations ghc-options: -Weverything -Wno-unsafe -threaded -rtsopts -with-rtsopts=-N build-depends: QuickCheck , base , containers , scalie , tasty , tasty-quickcheck , text , vector default-language: Haskell2010