scalie/scalie.cabal

92 lines
2.1 KiB
Text

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 <https://github.com/githubuser/scalie#readme>
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.Domain.Type
other-modules:
Paths_scalie
hs-source-dirs:
src
default-extensions:
DerivingStrategies
ImportQualifiedPost
NoImplicitPrelude
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
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
StandaloneKindSignatures
RoleAnnotations
ghc-options: -Weverything -Wno-unsafe -threaded -rtsopts -with-rtsopts=-N
build-depends:
QuickCheck
, base
, containers
, scalie
, text
, vector
default-language: Haskell2010