2020-01-11 15:19:07 +03:00
|
|
|
name: sc-build
|
|
|
|
version: 0.1.0.0
|
|
|
|
#synopsis:
|
|
|
|
#description:
|
|
|
|
homepage: https://github.com/ilyakooo0/sc-build#readme
|
|
|
|
license: BSD3
|
|
|
|
author: Ilya Kostyuchenko
|
|
|
|
maintainer: ilyakooo0@gmail.com
|
|
|
|
copyright: Ilya Kostyuchenko
|
|
|
|
category: Web
|
|
|
|
extra-source-files:
|
|
|
|
- README.md
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
- base >= 4.7 && < 5
|
|
|
|
|
|
|
|
library:
|
|
|
|
source-dirs: src
|
|
|
|
dependencies:
|
2020-02-24 13:58:14 +03:00
|
|
|
- http-client-tls
|
2020-01-11 15:19:07 +03:00
|
|
|
- servant
|
|
|
|
- servant-server
|
|
|
|
- process
|
|
|
|
- yaml
|
|
|
|
- aeson
|
|
|
|
- github
|
|
|
|
- github-app
|
|
|
|
- github-webhooks
|
|
|
|
- warp
|
|
|
|
- vector
|
|
|
|
- bytestring
|
|
|
|
- servant-github-webhook
|
|
|
|
- cryptonite
|
|
|
|
- mtl
|
|
|
|
- text
|
|
|
|
- containers
|
|
|
|
- random
|
|
|
|
- time
|
|
|
|
- typed-process
|
|
|
|
- directory
|
|
|
|
- squeal-postgresql
|
|
|
|
- generics-sop
|
|
|
|
- co-log
|
|
|
|
- unliftio-core
|
|
|
|
- unliftio
|
|
|
|
- servant-blaze
|
|
|
|
- blaze-markup
|
|
|
|
- blaze-html
|
|
|
|
- clay
|
2020-01-12 17:12:40 +03:00
|
|
|
- docker
|
|
|
|
- exceptions
|
|
|
|
- transformers
|
2020-02-23 22:14:19 +03:00
|
|
|
- cassava
|
|
|
|
- http-media
|
2020-02-24 21:02:46 +03:00
|
|
|
- utf8-string
|
2020-01-11 15:19:07 +03:00
|
|
|
|
|
|
|
executables:
|
|
|
|
sc-build-exe:
|
|
|
|
main: Main.hs
|
|
|
|
source-dirs: app
|
|
|
|
ghc-options:
|
|
|
|
- -threaded
|
|
|
|
- -rtsopts
|
|
|
|
- -with-rtsopts=-N
|
|
|
|
dependencies:
|
|
|
|
- sc-build
|
2020-02-24 15:23:20 +03:00
|
|
|
- bytestring
|
|
|
|
- yaml
|
2020-02-25 14:30:48 +03:00
|
|
|
- optparse-applicative
|
2020-01-11 15:19:07 +03:00
|
|
|
sc-build-migrations:
|
|
|
|
main: Main.hs
|
|
|
|
source-dirs: migrations
|
|
|
|
ghc-options:
|
|
|
|
- -threaded
|
|
|
|
- -rtsopts
|
|
|
|
- -with-rtsopts=-N
|
|
|
|
dependencies:
|
|
|
|
- sc-build
|
|
|
|
- bytestring
|
|
|
|
- squeal-postgresql
|
|
|
|
|
|
|
|
default-extensions:
|
|
|
|
- AllowAmbiguousTypes
|
|
|
|
- ConstraintKinds
|
|
|
|
- DataKinds
|
|
|
|
- DeriveAnyClass
|
|
|
|
- DeriveFunctor
|
|
|
|
- DeriveGeneric
|
|
|
|
- DerivingStrategies
|
|
|
|
- DuplicateRecordFields
|
|
|
|
- FlexibleContexts
|
|
|
|
- FlexibleInstances
|
|
|
|
- FunctionalDependencies
|
|
|
|
- GADTs
|
|
|
|
- GeneralizedNewtypeDeriving
|
|
|
|
- InstanceSigs
|
|
|
|
- LambdaCase
|
|
|
|
- MultiParamTypeClasses
|
|
|
|
- OverloadedLabels
|
|
|
|
- OverloadedStrings
|
|
|
|
- PatternSynonyms
|
|
|
|
- PolyKinds
|
|
|
|
- QuantifiedConstraints
|
|
|
|
- RankNTypes
|
|
|
|
- RecordWildCards
|
|
|
|
- ScopedTypeVariables
|
|
|
|
- StandaloneDeriving
|
|
|
|
- TupleSections
|
|
|
|
- TypeApplications
|
|
|
|
- TypeFamilies
|
|
|
|
- TypeOperators
|
|
|
|
- UndecidableInstances
|