2019-06-02 00:56:09 +03:00
|
|
|
name: urbit
|
2019-05-20 04:53:32 +03:00
|
|
|
version: 0.1.0
|
|
|
|
license: AGPL-3.0-only
|
|
|
|
|
|
|
|
library:
|
|
|
|
source-dirs: lib
|
|
|
|
ghc-options:
|
|
|
|
- -fwarn-incomplete-patterns
|
|
|
|
- -O2
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
- async
|
|
|
|
- base
|
2019-06-02 00:56:09 +03:00
|
|
|
- bytestring
|
2019-05-20 04:53:32 +03:00
|
|
|
- case-insensitive
|
|
|
|
- classy-prelude
|
|
|
|
- containers
|
|
|
|
- data-fix
|
|
|
|
- extra
|
2019-06-12 23:47:36 +03:00
|
|
|
- fixed-vector
|
2019-05-20 04:53:32 +03:00
|
|
|
- flat
|
|
|
|
- ghc-prim
|
2019-06-30 06:05:45 +03:00
|
|
|
- hashable
|
2019-07-01 05:30:23 +03:00
|
|
|
- hashable
|
2019-06-02 00:56:09 +03:00
|
|
|
- hashtables
|
2019-05-20 04:53:32 +03:00
|
|
|
- http-client
|
|
|
|
- http-types
|
|
|
|
- integer-gmp
|
|
|
|
- largeword
|
|
|
|
- lens
|
2019-06-02 00:56:09 +03:00
|
|
|
- lmdb
|
2019-05-20 04:53:32 +03:00
|
|
|
- megaparsec
|
|
|
|
- mtl
|
|
|
|
- multimap
|
|
|
|
- para
|
|
|
|
- pretty-show
|
2019-06-02 00:56:09 +03:00
|
|
|
- primitive
|
|
|
|
- process
|
2019-05-20 04:53:32 +03:00
|
|
|
- QuickCheck
|
2019-06-25 23:58:07 +03:00
|
|
|
- rio
|
2019-06-02 00:56:09 +03:00
|
|
|
- sdl2
|
|
|
|
- sdl2-image
|
2019-05-20 04:53:32 +03:00
|
|
|
- semigroups
|
|
|
|
- smallcheck
|
|
|
|
- stm
|
|
|
|
- stm-chans
|
|
|
|
- tasty
|
|
|
|
- tasty-quickcheck
|
|
|
|
- tasty-th
|
2019-06-27 00:13:25 +03:00
|
|
|
- template-haskell
|
2019-05-20 04:53:32 +03:00
|
|
|
- text
|
|
|
|
- these
|
|
|
|
- time
|
|
|
|
- transformers
|
|
|
|
- unordered-containers
|
|
|
|
- vector
|
2019-06-02 00:56:09 +03:00
|
|
|
- wai
|
|
|
|
- warp
|
|
|
|
- warp-tls
|
2019-05-20 04:53:32 +03:00
|
|
|
|
|
|
|
default-extensions:
|
|
|
|
- ApplicativeDo
|
|
|
|
- BangPatterns
|
|
|
|
- BlockArguments
|
2019-06-27 01:51:30 +03:00
|
|
|
- DataKinds
|
|
|
|
- DefaultSignatures
|
2019-05-20 04:53:32 +03:00
|
|
|
- DeriveAnyClass
|
|
|
|
- DeriveDataTypeable
|
|
|
|
- DeriveFoldable
|
|
|
|
- DeriveGeneric
|
|
|
|
- DeriveTraversable
|
|
|
|
- DerivingStrategies
|
|
|
|
- EmptyDataDecls
|
|
|
|
- FlexibleContexts
|
|
|
|
- FlexibleInstances
|
|
|
|
- FunctionalDependencies
|
|
|
|
- GADTs
|
|
|
|
- GeneralizedNewtypeDeriving
|
|
|
|
- LambdaCase
|
|
|
|
- MultiParamTypeClasses
|
|
|
|
- NamedFieldPuns
|
|
|
|
- NoImplicitPrelude
|
|
|
|
- NumericUnderscores
|
|
|
|
- OverloadedStrings
|
|
|
|
- PartialTypeSignatures
|
|
|
|
- QuasiQuotes
|
|
|
|
- Rank2Types
|
|
|
|
- RankNTypes
|
|
|
|
- RecordWildCards
|
|
|
|
- ScopedTypeVariables
|
2019-06-27 01:51:30 +03:00
|
|
|
- StandaloneDeriving
|
2019-05-20 04:53:32 +03:00
|
|
|
- TemplateHaskell
|
|
|
|
- TupleSections
|
|
|
|
- TypeApplications
|
|
|
|
- TypeFamilies
|
2019-06-27 01:51:30 +03:00
|
|
|
- TypeOperators
|
2019-05-20 04:53:32 +03:00
|
|
|
- UnicodeSyntax
|
|
|
|
- ViewPatterns
|