2022-07-08 14:59:45 +03:00
|
|
|
name: juvix
|
2022-07-25 19:42:24 +03:00
|
|
|
version: 0.2.2
|
2021-12-23 12:57:55 +03:00
|
|
|
license: GPL-3.0-only
|
|
|
|
license-file: LICENSE
|
2022-03-24 14:19:28 +03:00
|
|
|
copyright: (c) 2022- Heliax AG.
|
2022-01-10 19:02:20 +03:00
|
|
|
maintainer: The PLT Team at Heliax AG <hello@heliax.dev>
|
2022-07-08 14:59:45 +03:00
|
|
|
author: [ Jonathan Prieto-Cubides , Jan Mas Rovira , Paul Cadman , Github's contributors ]
|
2022-06-28 17:31:02 +03:00
|
|
|
tested-with: ghc == 9.2.3
|
2022-07-14 12:41:58 +03:00
|
|
|
homepage: https://juvix.org
|
2022-07-08 14:59:45 +03:00
|
|
|
bug-reports: https://github.com/anoma/juvix/issues
|
|
|
|
description: The Juvix compiler
|
2021-12-23 12:57:55 +03:00
|
|
|
category: Compilers/Interpreters
|
2022-07-08 14:59:45 +03:00
|
|
|
github: anoma/juvix
|
2021-12-23 12:57:55 +03:00
|
|
|
|
|
|
|
extra-source-files:
|
2022-03-25 20:26:22 +03:00
|
|
|
- README.org
|
2022-06-15 14:04:14 +03:00
|
|
|
- assets/*
|
2021-12-23 12:57:55 +03:00
|
|
|
|
|
|
|
dependencies:
|
2022-04-29 13:18:09 +03:00
|
|
|
- ansi-terminal == 0.11.*
|
2022-03-24 01:25:55 +03:00
|
|
|
- base == 4.16.*
|
2022-02-04 15:30:00 +03:00
|
|
|
- blaze-html == 0.9.*
|
2022-03-24 01:25:55 +03:00
|
|
|
- bytestring == 0.11.*
|
2022-07-25 19:38:44 +03:00
|
|
|
- containers == 0.6.*
|
2022-01-21 11:50:37 +03:00
|
|
|
- directory == 1.3.*
|
2022-02-14 15:39:54 +03:00
|
|
|
- edit-distance == 0.2.*
|
2022-01-17 22:12:31 +03:00
|
|
|
- extra == 1.7.*
|
2022-04-04 16:53:16 +03:00
|
|
|
- transformers == 0.5.*
|
2022-05-19 10:48:23 +03:00
|
|
|
- file-embed == 0.0.*
|
2021-12-24 10:31:21 +03:00
|
|
|
- filepath == 1.4.*
|
2022-03-25 02:52:30 +03:00
|
|
|
- gitrev == 1.3.*
|
2022-03-24 01:25:55 +03:00
|
|
|
- hashable == 1.4.*
|
2022-05-05 16:12:17 +03:00
|
|
|
- language-c == 0.9.*
|
2021-12-24 10:31:21 +03:00
|
|
|
- megaparsec == 9.2.*
|
2022-01-04 20:57:10 +03:00
|
|
|
- microlens-platform == 0.4.*
|
2021-12-24 20:58:20 +03:00
|
|
|
- parser-combinators == 1.3.*
|
2022-01-04 20:57:10 +03:00
|
|
|
- polysemy == 1.7.*
|
|
|
|
- polysemy-plugin == 0.4.*
|
2021-12-24 10:31:21 +03:00
|
|
|
- prettyprinter == 1.7.*
|
|
|
|
- prettyprinter-ansi-terminal == 1.1.*
|
2022-05-05 16:12:17 +03:00
|
|
|
- pretty == 1.1.*
|
2021-12-24 10:31:21 +03:00
|
|
|
- process == 1.6.*
|
2022-05-04 11:50:03 +03:00
|
|
|
- safe == 0.3.*
|
2021-12-24 10:31:21 +03:00
|
|
|
- semirings == 0.6.*
|
2022-01-04 20:57:10 +03:00
|
|
|
- singletons == 3.0.*
|
2022-03-24 01:25:55 +03:00
|
|
|
- singletons-th == 3.1.*
|
2022-01-13 13:49:30 +03:00
|
|
|
- Stream == 0.4.*
|
2022-06-21 18:03:22 +03:00
|
|
|
- time == 1.11.*
|
2022-03-24 01:25:55 +03:00
|
|
|
- template-haskell == 2.18.*
|
2021-12-24 20:58:20 +03:00
|
|
|
- text == 1.2.*
|
2022-02-05 15:27:33 +03:00
|
|
|
- th-utilities == 0.2.*
|
2021-12-24 10:31:21 +03:00
|
|
|
- unordered-containers == 0.2.*
|
2021-12-23 12:57:55 +03:00
|
|
|
|
2022-04-05 20:57:21 +03:00
|
|
|
# the tasty dependencies are here to avoid having to recompile
|
2022-07-08 14:59:45 +03:00
|
|
|
# juvix when running the tests.
|
2022-02-16 12:03:49 +03:00
|
|
|
- tasty
|
|
|
|
- tasty-hunit
|
2022-03-24 19:04:22 +03:00
|
|
|
- Diff == 0.4.*
|
|
|
|
- pretty-show == 1.10.*
|
2022-02-16 12:03:49 +03:00
|
|
|
|
2021-12-23 12:57:55 +03:00
|
|
|
ghc-options:
|
2022-04-05 20:57:21 +03:00
|
|
|
# Warnings
|
2022-05-05 17:21:04 +03:00
|
|
|
- -Weverything
|
2022-06-01 12:53:06 +03:00
|
|
|
- -Wno-all-missed-specialisations
|
|
|
|
- -Wno-missing-export-lists
|
2022-05-05 17:21:04 +03:00
|
|
|
- -Wno-missing-import-lists
|
|
|
|
- -Wno-missing-kind-signatures
|
2022-06-01 12:53:06 +03:00
|
|
|
- -Wno-missing-safe-haskell-mode
|
|
|
|
- -Wno-safe
|
|
|
|
- -Wno-unsafe
|
|
|
|
- -Wno-unused-packages
|
2022-04-05 20:57:21 +03:00
|
|
|
# HIE Support
|
|
|
|
- -fhide-source-paths
|
|
|
|
- -fwrite-ide-info -hiedir=.hie
|
|
|
|
# Polysemy Support
|
|
|
|
- -O2 -flate-specialise -fspecialise-aggressively
|
2021-12-23 12:57:55 +03:00
|
|
|
|
|
|
|
default-extensions:
|
2022-07-04 19:15:35 +03:00
|
|
|
- ApplicativeDo
|
2022-01-04 21:48:57 +03:00
|
|
|
- DataKinds
|
2021-12-23 12:57:55 +03:00
|
|
|
- DerivingStrategies
|
2022-01-04 21:48:57 +03:00
|
|
|
- GADTs
|
2022-04-05 20:57:21 +03:00
|
|
|
- GeneralizedNewtypeDeriving
|
|
|
|
- ImportQualifiedPost
|
2022-03-16 15:58:07 +03:00
|
|
|
- LambdaCase
|
2022-04-22 11:06:34 +03:00
|
|
|
- MultiWayIf
|
2022-05-06 12:48:07 +03:00
|
|
|
- NoFieldSelectors
|
2021-12-23 13:19:46 +03:00
|
|
|
- NoImplicitPrelude
|
2021-12-23 12:57:55 +03:00
|
|
|
- OverloadedStrings
|
2021-12-29 15:17:14 +03:00
|
|
|
- RecordWildCards
|
2022-03-09 16:14:21 +03:00
|
|
|
- TemplateHaskell
|
2022-01-05 10:46:12 +03:00
|
|
|
- TypeFamilyDependencies
|
2021-12-23 12:57:55 +03:00
|
|
|
|
|
|
|
library:
|
|
|
|
source-dirs: src
|
2022-03-24 12:14:29 +03:00
|
|
|
verbatim:
|
|
|
|
default-language: GHC2021
|
2021-12-23 12:57:55 +03:00
|
|
|
|
|
|
|
executables:
|
2022-07-08 14:59:45 +03:00
|
|
|
juvix:
|
2021-12-23 12:57:55 +03:00
|
|
|
main: Main.hs
|
2022-01-18 14:25:42 +03:00
|
|
|
source-dirs: app
|
2021-12-23 12:57:55 +03:00
|
|
|
dependencies:
|
2022-07-08 14:59:45 +03:00
|
|
|
- juvix
|
2022-03-24 01:25:55 +03:00
|
|
|
- optparse-applicative == 0.17.*
|
2022-03-24 12:14:29 +03:00
|
|
|
verbatim:
|
|
|
|
default-language: GHC2021
|
2022-01-11 12:09:08 +03:00
|
|
|
|
|
|
|
tests:
|
2022-07-08 14:59:45 +03:00
|
|
|
juvix-test:
|
2022-02-15 16:12:53 +03:00
|
|
|
main: Main.hs
|
2022-01-11 12:09:08 +03:00
|
|
|
source-dirs: test
|
|
|
|
dependencies:
|
2022-07-08 14:59:45 +03:00
|
|
|
- juvix
|
2022-03-24 12:14:29 +03:00
|
|
|
verbatim:
|
|
|
|
default-language: GHC2021
|