unison/unison-share-projects-api/package.yaml

59 lines
1.0 KiB
YAML
Raw Normal View History

name: unison-share-projects-api
github: unisonweb/unison
copyright: Copyright (C) 2013-2023 Unison Computing, PBC and contributors
library:
source-dirs: src
when:
- condition: false
other-modules: Paths_unison_share_projects_api
dependencies:
- aeson
- base
- containers
- jose
- jwt
- lens
2023-01-25 00:40:20 +03:00
- servant
- servant-auth
2023-01-25 00:40:20 +03:00
- text
2023-01-25 01:11:42 +03:00
- unison-hash
2023-01-26 07:08:25 +03:00
- unison-hash-orphans-aeson
- unison-prelude
- unordered-containers
ghc-options:
-Wall
default-extensions:
- BlockArguments
- ConstraintKinds
- DeriveAnyClass
- DeriveFunctor
- DeriveGeneric
- DerivingStrategies
- DerivingVia
- DoAndIfThenElse
- DuplicateRecordFields
- FlexibleContexts
- FlexibleInstances
- GADTs
- GeneralizedNewtypeDeriving
- KindSignatures
2023-05-25 22:02:20 +03:00
- ImportQualifiedPost
- LambdaCase
- MultiParamTypeClasses
- NamedFieldPuns
- NumericUnderscores
- OverloadedStrings
- PatternSynonyms
- RankNTypes
- ScopedTypeVariables
- StandaloneDeriving
- TupleSections
- TypeApplications
- TypeOperators
- ViewPatterns