urbit/pkg/hs-vere/package.yaml

130 lines
2.1 KiB
YAML
Raw Normal View History

2019-05-08 23:00:12 +03:00
name: vere
version: 0.1.0
license: AGPL-3.0-only
2019-05-08 23:00:12 +03:00
executables:
test:
main: Main.hs
source-dirs: app/test
dependencies: ["urbit"]
ghc-options:
- -threaded
- -rtsopts
- "-with-rtsopts=-N"
- -fwarn-incomplete-patterns
- -O0
# uterm:
# main: Main.hs
# source-dirs: app/uterm
# dependencies: ["urbit"]
# ghc-options:
# - -threaded
# - -rtsopts
# - "-with-rtsopts=-N"
# - -fwarn-incomplete-patterns
# - -O2
2019-05-08 23:00:12 +03:00
# vere:
# main: Main.hs
# source-dirs: app/vere
# dependencies: ["urbit"]
# ghc-options:
# - -threaded
# - -rtsopts
# - "-with-rtsopts=-N"
# - -fwarn-incomplete-patterns
# - -O2
dependencies:
2019-05-08 23:00:12 +03:00
- async
- base
- bytestring
2019-05-18 00:52:12 +03:00
- case-insensitive
- classy-prelude
- conduit
- containers
- data-fix
2019-07-16 05:20:23 +03:00
- directory
2019-05-17 09:39:07 +03:00
- extra
- flat
- ghc-prim
2019-05-24 02:58:18 +03:00
- hashtables
2019-05-17 03:05:34 +03:00
- http-client
2019-05-18 00:52:12 +03:00
- http-types
2019-05-08 23:00:12 +03:00
- integer-gmp
- largeword
- lens
- lmdb
- megaparsec
- mtl
- multimap
- para
- pretty-show
- primitive
- process
- QuickCheck
- resourcet
2019-05-29 21:33:09 +03:00
- sdl2
- sdl2-image
- semigroups
- smallcheck
2019-05-08 23:00:12 +03:00
- stm
- stm-chans
- tasty
- tasty-quickcheck
- tasty-th
- text
- these
2019-05-08 23:00:12 +03:00
- time
2019-05-15 08:09:53 +03:00
- transformers
- unordered-containers
- urbit
- vector
2019-05-24 02:58:18 +03:00
- wai
2019-05-25 02:03:46 +03:00
- warp
- warp-tls
default-extensions:
- ApplicativeDo
- BangPatterns
2019-05-08 23:00:12 +03:00
- BlockArguments
- DataKinds
- DefaultSignatures
2019-05-17 04:25:58 +03:00
- DeriveAnyClass
- DeriveDataTypeable
- DeriveFoldable
- DeriveGeneric
- DeriveTraversable
- DerivingStrategies
- EmptyCase
- EmptyDataDecls
- FlexibleContexts
- FlexibleInstances
- FunctionalDependencies
- GADTs
2019-05-17 04:25:58 +03:00
- GeneralizedNewtypeDeriving
- LambdaCase
- MagicHash
- MultiParamTypeClasses
- NamedFieldPuns
- NoImplicitPrelude
- NumericUnderscores
- OverloadedStrings
- PartialTypeSignatures
- PatternSynonyms
2019-05-08 23:00:12 +03:00
- QuasiQuotes
- Rank2Types
- RankNTypes
- RecordWildCards
- ScopedTypeVariables
- StandaloneDeriving
- TemplateHaskell
- TupleSections
- TypeApplications
- TypeFamilies
- TypeOperators
- UnboxedTuples
- UnicodeSyntax
- ViewPatterns