unison/codebase2/core/package.yaml
2023-05-25 15:02:20 -04:00

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