mirror of
https://github.com/unisonweb/unison.git
synced 2024-11-10 11:15:08 +03:00
48 lines
844 B
YAML
48 lines
844 B
YAML
name: unison-core
|
|
github: unisonweb/unison
|
|
|
|
library:
|
|
source-dirs: .
|
|
when:
|
|
- condition: false
|
|
other-modules: Paths_unison_core
|
|
|
|
dependencies:
|
|
- base
|
|
- containers
|
|
- rfc5051
|
|
- text
|
|
- vector
|
|
- recover-rtti
|
|
- unison-hash
|
|
- unison-prelude
|
|
- unison-util-base32hex
|
|
|
|
default-extensions:
|
|
- ApplicativeDo
|
|
- BangPatterns
|
|
- BlockArguments
|
|
- DeriveAnyClass
|
|
- DeriveFunctor
|
|
- DeriveGeneric
|
|
- DeriveTraversable
|
|
- DerivingStrategies
|
|
- DerivingVia
|
|
- DoAndIfThenElse
|
|
- FlexibleContexts
|
|
- FlexibleInstances
|
|
- GeneralizedNewtypeDeriving
|
|
- ImportQualifiedPost
|
|
- LambdaCase
|
|
- MultiParamTypeClasses
|
|
- NamedFieldPuns
|
|
- OverloadedStrings
|
|
- QuantifiedConstraints
|
|
- PatternSynonyms
|
|
- RankNTypes
|
|
- ScopedTypeVariables
|
|
- StandaloneDeriving
|
|
- TupleSections
|
|
- TypeApplications
|
|
- ViewPatterns
|