shrub/pkg/hs-urbit/package.yaml

108 lines
1.7 KiB
YAML
Raw Normal View History

name: urbit
version: 0.1.0
license: AGPL-3.0-only
library:
source-dirs: lib
ghc-options:
- -fwarn-incomplete-patterns
- -fwarn-unused-binds
- -fwarn-unused-imports
2019-07-12 22:18:14 +03:00
- -Werror
- -O2
dependencies:
- async
- base
- bytestring
- case-insensitive
- classy-prelude
- containers
- data-fix
2019-07-16 05:20:23 +03:00
- directory
2019-07-16 03:01:45 +03:00
- entropy
- extra
2019-06-12 23:47:36 +03:00
- fixed-vector
- flat
- ghc-prim
2019-06-30 06:05:45 +03:00
- hashable
- hashtables
- http-client
- http-types
- integer-gmp
2019-07-03 02:37:10 +03:00
- iproute
- largeword
- lens
- lmdb
- megaparsec
- mtl
- multimap
2019-07-03 02:37:10 +03:00
- network
- para
- pretty-show
- primitive
- process
- QuickCheck
- rio
- sdl2
- sdl2-image
- semigroups
- smallcheck
- stm
- stm-chans
- tasty
- tasty-quickcheck
- tasty-th
- template-haskell
- text
- these
- time
- transformers
- unordered-containers
- vector
- wai
- warp
- warp-tls
default-extensions:
- ApplicativeDo
- BangPatterns
- BlockArguments
2019-06-27 01:51:30 +03:00
- DataKinds
- DefaultSignatures
- DeriveAnyClass
- DeriveDataTypeable
- DeriveFoldable
- DeriveGeneric
- DeriveTraversable
- DerivingStrategies
- EmptyDataDecls
- FlexibleContexts
- FlexibleInstances
- FunctionalDependencies
- GADTs
- GeneralizedNewtypeDeriving
- LambdaCase
- MagicHash
- MultiParamTypeClasses
- NamedFieldPuns
- NoImplicitPrelude
- NumericUnderscores
- OverloadedStrings
- PartialTypeSignatures
- 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