urbit/pkg/hs/urbit-king/package.yaml

184 lines
2.9 KiB
YAML
Raw Normal View History

name: urbit-king
2021-02-04 01:50:23 +03:00
version: 1.2
2019-12-19 14:08:19 +03:00
license: MIT
license-file: LICENSE
data-files:
- test/gold/hoontree.gold
- test/gold/hoontree.pill
library:
source-dirs: lib
ghc-options:
- -Wall
2019-07-12 22:18:14 +03:00
- -Werror
- -Wno-type-defaults
- -Wno-unused-matches
- -Wno-name-shadowing
- -Wno-unused-do-bind
- -O2
tests:
urbit-king-tests:
source-dirs: test
main: Main.hs
dependencies: urbit-king
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
dependencies:
- aeson
2020-02-19 19:01:51 +03:00
- ansi-terminal
- async
- base
- base-unicode-symbols
- binary
- bytestring
- case-insensitive
2020-09-27 01:55:10 +03:00
- cereal
- classy-prelude
- conduit
- containers
- cryptohash-sha256
2019-10-09 23:39:11 +03:00
- cryptohash-sha512
2019-09-18 09:58:42 +03:00
- data-default
- data-fix
2019-07-16 05:20:23 +03:00
- directory
- ed25519
2019-07-16 03:01:45 +03:00
- entropy
- exceptions
- extra
- filepath
2019-06-12 23:47:36 +03:00
- fixed-vector
- flat
- ghc-prim
- Glob
2019-06-30 06:05:45 +03:00
- hashable
- hashtables
- heap
- hexstring
- http-client
- http-client-tls
- http-types
- integer-gmp
2019-07-03 02:37:10 +03:00
- iproute
- largeword
- lens
- lmdb-static
- lock-file
- megaparsec
- memory
- mtl
- multimap
- murmur3
- natpmp-static
2019-07-03 02:37:10 +03:00
- network
- optparse-applicative
- para
- pem
- pretty-show
- primitive
- process
- QuickCheck
- racquire
- random
2019-07-22 21:10:27 +03:00
- regex-tdfa
- resourcet
- rio
- semigroups
- smallcheck
- stm
- stm-chans
- tasty
- tasty-golden
- tasty-hunit
- tasty-quickcheck
- tasty-th
- template-haskell
- terminal-progress-bar
- text
- these
- time
- tls
- transformers
- unix
2019-08-28 14:45:49 +03:00
- unliftio
- unliftio-core
- unordered-containers
- urbit-atom
- urbit-eventlog-lmdb
- urbit-hob
- urbit-noun
- urbit-noun-core
- urbit-termsize
- utf8-string
- vector
- wai
2019-08-03 22:26:45 +03:00
- wai-conduit
- wai-websockets
- warp
- warp-tls
- websockets
default-extensions:
- ApplicativeDo
- BangPatterns
2020-09-27 01:55:10 +03:00
- BinaryLiterals
- BlockArguments
- ConstraintKinds
2019-06-27 01:51:30 +03:00
- DataKinds
- DefaultSignatures
- DeriveAnyClass
- DeriveDataTypeable
- DeriveFoldable
- DeriveGeneric
- DeriveTraversable
- DerivingStrategies
- EmptyCase
- EmptyDataDecls
- FlexibleContexts
- FlexibleInstances
- FunctionalDependencies
- GADTs
- GeneralizedNewtypeDeriving
- LambdaCase
- MagicHash
- MultiParamTypeClasses
- NamedFieldPuns
- NoImplicitPrelude
- NumericUnderscores
- OverloadedStrings
- PackageImports
- PartialTypeSignatures
2020-09-27 01:55:10 +03:00
- PatternGuards
- PatternSynonyms
- QuasiQuotes
- Rank2Types
- RankNTypes
- RecordWildCards
- ScopedTypeVariables
2019-06-27 01:51:30 +03:00
- StandaloneDeriving
- TemplateHaskell
- TupleSections
- TypeApplications
- TypeFamilies
2019-06-27 01:51:30 +03:00
- TypeOperators
- UnboxedTuples
- UnicodeSyntax
- ViewPatterns
2019-08-13 07:57:30 +03:00
executables:
urbit-king:
2019-08-13 07:57:30 +03:00
main: Main.hs
source-dirs: app
dependencies:
- urbit-king
2019-08-13 07:57:30 +03:00
ghc-options:
- -threaded
- -rtsopts
- -static
- -O2
2019-08-13 07:57:30 +03:00
- "-with-rtsopts=-N"
- -fwarn-incomplete-patterns