mirror of
https://github.com/urbit/shrub.git
synced 2024-12-19 08:32:39 +03:00
72 lines
1.2 KiB
YAML
72 lines
1.2 KiB
YAML
|
name: urbit-eventlog-lmdb
|
||
|
version: 0.10.4
|
||
|
license: MIT
|
||
|
license-file: LICENSE
|
||
|
|
||
|
library:
|
||
|
source-dirs: lib
|
||
|
ghc-options:
|
||
|
- -fwarn-incomplete-patterns
|
||
|
- -fwarn-unused-binds
|
||
|
- -fwarn-unused-imports
|
||
|
- -Werror
|
||
|
- -O2
|
||
|
|
||
|
dependencies:
|
||
|
- base
|
||
|
- classy-prelude
|
||
|
- stm
|
||
|
- rio
|
||
|
- vector
|
||
|
- bytestring
|
||
|
- lmdb-static
|
||
|
- conduit
|
||
|
- racquire
|
||
|
- urbit-noun-core
|
||
|
- urbit-noun
|
||
|
|
||
|
default-extensions:
|
||
|
- ApplicativeDo
|
||
|
- BangPatterns
|
||
|
- BlockArguments
|
||
|
- ConstraintKinds
|
||
|
- DataKinds
|
||
|
- DefaultSignatures
|
||
|
- DeriveAnyClass
|
||
|
- DeriveDataTypeable
|
||
|
- DeriveFoldable
|
||
|
- DeriveGeneric
|
||
|
- DeriveTraversable
|
||
|
- DerivingStrategies
|
||
|
- EmptyCase
|
||
|
- EmptyDataDecls
|
||
|
- FlexibleContexts
|
||
|
- FlexibleInstances
|
||
|
- FunctionalDependencies
|
||
|
- GADTs
|
||
|
- GeneralizedNewtypeDeriving
|
||
|
- LambdaCase
|
||
|
- MagicHash
|
||
|
- MultiParamTypeClasses
|
||
|
- NamedFieldPuns
|
||
|
- NoImplicitPrelude
|
||
|
- NumericUnderscores
|
||
|
- OverloadedStrings
|
||
|
- PackageImports
|
||
|
- PartialTypeSignatures
|
||
|
- PatternSynonyms
|
||
|
- QuasiQuotes
|
||
|
- Rank2Types
|
||
|
- RankNTypes
|
||
|
- RecordWildCards
|
||
|
- ScopedTypeVariables
|
||
|
- StandaloneDeriving
|
||
|
- TemplateHaskell
|
||
|
- TupleSections
|
||
|
- TypeApplications
|
||
|
- TypeFamilies
|
||
|
- TypeOperators
|
||
|
- UnboxedTuples
|
||
|
- UnicodeSyntax
|
||
|
- ViewPatterns
|