2020-06-17 22:05:44 +04:00
|
|
|
name: ligo-squirrel
|
2020-04-30 14:39:51 +04:00
|
|
|
|
|
|
|
dependencies:
|
2020-05-19 21:26:57 +04:00
|
|
|
- base
|
|
|
|
- bytestring
|
2020-06-10 22:37:02 +04:00
|
|
|
- containers
|
2020-05-19 21:26:57 +04:00
|
|
|
- data-default
|
2020-06-17 22:05:44 +04:00
|
|
|
- fastsum
|
2020-05-19 21:26:57 +04:00
|
|
|
- mtl
|
2020-06-01 18:17:33 +04:00
|
|
|
- pretty
|
2020-05-19 21:26:57 +04:00
|
|
|
- template-haskell
|
|
|
|
- text
|
|
|
|
- tree-sitter
|
2020-04-30 14:39:51 +04:00
|
|
|
|
|
|
|
default-extensions:
|
2020-06-17 22:05:44 +04:00
|
|
|
- AllowAmbiguousTypes
|
|
|
|
- ApplicativeDo
|
2020-06-01 18:17:33 +04:00
|
|
|
- BangPatterns
|
2020-05-19 21:26:57 +04:00
|
|
|
- BlockArguments
|
2020-06-17 22:05:44 +04:00
|
|
|
- ConstraintKinds
|
2020-06-01 18:17:33 +04:00
|
|
|
- DataKinds
|
|
|
|
- DeriveFoldable
|
|
|
|
- DeriveFunctor
|
|
|
|
- DeriveTraversable
|
2020-05-19 21:26:57 +04:00
|
|
|
- DerivingStrategies
|
|
|
|
- DerivingVia
|
2020-06-01 18:17:33 +04:00
|
|
|
- FlexibleContexts
|
2020-05-19 21:26:57 +04:00
|
|
|
- FlexibleInstances
|
2020-06-17 22:05:44 +04:00
|
|
|
- FunctionalDependencies
|
2020-06-01 18:17:33 +04:00
|
|
|
- GADTs
|
|
|
|
- GeneralisedNewtypeDeriving
|
|
|
|
- LambdaCase
|
2020-06-17 22:05:44 +04:00
|
|
|
- MagicHash
|
2020-06-01 18:17:33 +04:00
|
|
|
- MultiParamTypeClasses
|
2020-05-19 21:26:57 +04:00
|
|
|
- NamedFieldPuns
|
2020-06-01 18:17:33 +04:00
|
|
|
- OverloadedStrings
|
2020-05-19 21:26:57 +04:00
|
|
|
- QuasiQuotes
|
2020-06-01 18:17:33 +04:00
|
|
|
- ScopedTypeVariables
|
|
|
|
- StandaloneDeriving
|
2020-05-19 21:26:57 +04:00
|
|
|
- TemplateHaskell
|
2020-06-17 22:05:44 +04:00
|
|
|
- TypeApplications
|
2020-06-01 18:17:33 +04:00
|
|
|
- TypeFamilies
|
|
|
|
- TypeOperators
|
|
|
|
- UndecidableInstances
|
2020-06-04 16:29:06 +04:00
|
|
|
- ViewPatterns
|
2020-05-19 21:26:57 +04:00
|
|
|
|
|
|
|
ghc-options: -freverse-errors -Wall -threaded
|
2020-04-30 14:39:51 +04:00
|
|
|
|
|
|
|
library:
|
|
|
|
source-dirs:
|
2020-05-19 21:26:57 +04:00
|
|
|
- src/
|
2020-04-30 14:39:51 +04:00
|
|
|
|
|
|
|
include-dirs:
|
2020-05-19 21:26:57 +04:00
|
|
|
- vendor
|
2020-04-30 14:39:51 +04:00
|
|
|
|
|
|
|
c-sources:
|
2020-05-19 21:26:57 +04:00
|
|
|
- vendor/parser.c
|
2020-04-30 14:39:51 +04:00
|
|
|
|
|
|
|
executables:
|
|
|
|
squirrel:
|
2020-05-19 21:26:57 +04:00
|
|
|
dependencies:
|
|
|
|
- haskell-lsp
|
|
|
|
- hslogger
|
|
|
|
- interpolate
|
2020-06-17 22:05:44 +04:00
|
|
|
- lens
|
|
|
|
- ligo-squirrel
|
|
|
|
- stm
|
2020-05-19 21:26:57 +04:00
|
|
|
|
2020-04-30 14:39:51 +04:00
|
|
|
main: Main.hs
|
|
|
|
|
|
|
|
source-dirs:
|
2020-05-19 21:26:57 +04:00
|
|
|
- app/
|