2019-05-08 23:00:12 +03:00
|
|
|
name: vere
|
|
|
|
version: 0.1.0
|
|
|
|
license: AGPL-3.0-only
|
2019-04-30 02:01:18 +03:00
|
|
|
|
2019-05-08 23:00:12 +03:00
|
|
|
executables:
|
2019-05-31 00:24:14 +03:00
|
|
|
test:
|
|
|
|
main: Main.hs
|
|
|
|
source-dirs: app/test
|
2019-06-02 00:56:09 +03:00
|
|
|
dependencies: ["urbit"]
|
2019-05-31 00:24:14 +03:00
|
|
|
ghc-options:
|
|
|
|
- -threaded
|
|
|
|
- -rtsopts
|
2019-07-22 03:04:09 +03:00
|
|
|
- "-with-rtsopts=-N"
|
2019-05-31 00:24:14 +03:00
|
|
|
- -fwarn-incomplete-patterns
|
2019-07-23 00:26:40 +03:00
|
|
|
- -O0
|
2019-05-31 00:24:14 +03:00
|
|
|
|
2019-07-23 00:26:40 +03:00
|
|
|
# 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
|
|
|
|
2019-07-23 00:26:40 +03:00
|
|
|
# vere:
|
|
|
|
# main: Main.hs
|
|
|
|
# source-dirs: app/vere
|
|
|
|
# dependencies: ["urbit"]
|
|
|
|
# ghc-options:
|
|
|
|
# - -threaded
|
|
|
|
# - -rtsopts
|
|
|
|
# - "-with-rtsopts=-N"
|
|
|
|
# - -fwarn-incomplete-patterns
|
|
|
|
# - -O2
|
2019-04-30 02:01:18 +03:00
|
|
|
|
|
|
|
dependencies:
|
2019-05-08 23:00:12 +03:00
|
|
|
- async
|
2019-04-30 02:01:18 +03:00
|
|
|
- base
|
2019-05-20 04:53:32 +03:00
|
|
|
- bytestring
|
2019-05-18 00:52:12 +03:00
|
|
|
- case-insensitive
|
2019-04-30 02:01:18 +03:00
|
|
|
- classy-prelude
|
2019-07-19 03:52:53 +03:00
|
|
|
- conduit
|
2019-04-30 02:01:18 +03:00
|
|
|
- containers
|
|
|
|
- data-fix
|
2019-07-16 05:20:23 +03:00
|
|
|
- directory
|
2019-05-17 09:39:07 +03:00
|
|
|
- extra
|
2019-05-17 05:56:06 +03:00
|
|
|
- flat
|
2019-04-30 02:01:18 +03:00
|
|
|
- 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
|
2019-04-30 02:01:18 +03:00
|
|
|
- lens
|
2019-05-29 03:16:30 +03:00
|
|
|
- lmdb
|
2019-04-30 02:01:18 +03:00
|
|
|
- megaparsec
|
|
|
|
- mtl
|
|
|
|
- multimap
|
|
|
|
- para
|
|
|
|
- pretty-show
|
2019-05-20 04:53:32 +03:00
|
|
|
- primitive
|
2019-06-01 01:55:21 +03:00
|
|
|
- process
|
2019-04-30 02:01:18 +03:00
|
|
|
- QuickCheck
|
2019-07-19 03:52:53 +03:00
|
|
|
- resourcet
|
2019-05-29 21:33:09 +03:00
|
|
|
- sdl2
|
|
|
|
- sdl2-image
|
2019-04-30 02:01:18 +03:00
|
|
|
- semigroups
|
|
|
|
- smallcheck
|
2019-05-08 23:00:12 +03:00
|
|
|
- stm
|
|
|
|
- stm-chans
|
2019-04-30 02:01:18 +03:00
|
|
|
- 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
|
2019-04-30 02:01:18 +03:00
|
|
|
- unordered-containers
|
2019-07-19 03:52:53 +03:00
|
|
|
- urbit
|
2019-04-30 02:01:18 +03:00
|
|
|
- vector
|
2019-05-24 02:58:18 +03:00
|
|
|
- wai
|
2019-05-25 02:03:46 +03:00
|
|
|
- warp
|
|
|
|
- warp-tls
|
2019-04-30 02:01:18 +03:00
|
|
|
|
|
|
|
default-extensions:
|
|
|
|
- ApplicativeDo
|
|
|
|
- BangPatterns
|
2019-05-08 23:00:12 +03:00
|
|
|
- BlockArguments
|
2019-07-21 04:29:39 +03:00
|
|
|
- DataKinds
|
|
|
|
- DefaultSignatures
|
2019-05-17 04:25:58 +03:00
|
|
|
- DeriveAnyClass
|
2019-05-15 01:13:18 +03:00
|
|
|
- DeriveDataTypeable
|
2019-04-30 02:01:18 +03:00
|
|
|
- DeriveFoldable
|
|
|
|
- DeriveGeneric
|
|
|
|
- DeriveTraversable
|
2019-05-15 01:13:18 +03:00
|
|
|
- DerivingStrategies
|
2019-07-21 04:29:39 +03:00
|
|
|
- EmptyCase
|
2019-04-30 02:01:18 +03:00
|
|
|
- EmptyDataDecls
|
|
|
|
- FlexibleContexts
|
|
|
|
- FlexibleInstances
|
|
|
|
- FunctionalDependencies
|
|
|
|
- GADTs
|
2019-05-17 04:25:58 +03:00
|
|
|
- GeneralizedNewtypeDeriving
|
2019-04-30 02:01:18 +03:00
|
|
|
- LambdaCase
|
2019-07-21 04:29:39 +03:00
|
|
|
- MagicHash
|
2019-04-30 02:01:18 +03:00
|
|
|
- MultiParamTypeClasses
|
|
|
|
- NamedFieldPuns
|
|
|
|
- NoImplicitPrelude
|
2019-05-10 05:02:47 +03:00
|
|
|
- NumericUnderscores
|
2019-04-30 02:01:18 +03:00
|
|
|
- OverloadedStrings
|
|
|
|
- PartialTypeSignatures
|
2019-07-21 04:29:39 +03:00
|
|
|
- PatternSynonyms
|
2019-05-08 23:00:12 +03:00
|
|
|
- QuasiQuotes
|
2019-04-30 02:01:18 +03:00
|
|
|
- Rank2Types
|
|
|
|
- RankNTypes
|
|
|
|
- RecordWildCards
|
|
|
|
- ScopedTypeVariables
|
2019-07-21 04:29:39 +03:00
|
|
|
- StandaloneDeriving
|
2019-04-30 02:01:18 +03:00
|
|
|
- TemplateHaskell
|
|
|
|
- TupleSections
|
|
|
|
- TypeApplications
|
|
|
|
- TypeFamilies
|
2019-07-21 04:29:39 +03:00
|
|
|
- TypeOperators
|
|
|
|
- UnboxedTuples
|
2019-04-30 02:01:18 +03:00
|
|
|
- UnicodeSyntax
|
|
|
|
- ViewPatterns
|