urbit/pkg/hs-vere/package.yaml

120 lines
1.9 KiB
YAML

name: vere
version: 0.1.0
license: AGPL-3.0-only
executables:
test:
main: Main.hs
source-dirs: app/test
dependencies: ["urbit"]
ghc-options:
- -threaded
- -rtsopts
- "-with-rtsopts=-H128m"
- -fwarn-incomplete-patterns
- -O2
uterm:
main: Main.hs
source-dirs: app/uterm
dependencies: ["urbit"]
ghc-options:
- -threaded
- -rtsopts
- "-with-rtsopts=-H128m"
- -fwarn-incomplete-patterns
- -O2
vere:
main: Main.hs
source-dirs: app/vere
dependencies: ["urbit"]
ghc-options:
- -threaded
- -rtsopts
- "-with-rtsopts=-H128m"
- -fwarn-incomplete-patterns
- -O2
dependencies:
- async
- urbit
- base
- bytestring
- case-insensitive
- classy-prelude
- containers
- data-fix
- extra
- flat
- ghc-prim
- hashtables
- http-client
- http-types
- integer-gmp
- largeword
- lens
- lmdb
- megaparsec
- mtl
- multimap
- para
- pretty-show
- primitive
- process
- QuickCheck
- sdl2
- sdl2-image
- semigroups
- smallcheck
- stm
- stm-chans
- tasty
- tasty-quickcheck
- tasty-th
- text
- these
- time
- transformers
- unordered-containers
- vector
- wai
- warp
- warp-tls
default-extensions:
- ApplicativeDo
- BangPatterns
- BlockArguments
- DeriveAnyClass
- DeriveDataTypeable
- DeriveFoldable
- DeriveGeneric
- DeriveTraversable
- DerivingStrategies
- EmptyDataDecls
- FlexibleContexts
- FlexibleInstances
- FunctionalDependencies
- GADTs
- GeneralizedNewtypeDeriving
- LambdaCase
- MultiParamTypeClasses
- NamedFieldPuns
- NoImplicitPrelude
- NumericUnderscores
- OverloadedStrings
- PartialTypeSignatures
- QuasiQuotes
- Rank2Types
- RankNTypes
- RecordWildCards
- StandaloneDeriving
- ScopedTypeVariables
- TemplateHaskell
- TupleSections
- TypeApplications
- TypeFamilies
- UnicodeSyntax
- ViewPatterns