Hagia
log in
morj / hagia
overview
files
history
wiki
Viewing at
name:       hagia
version: 0.1.0.0
license: BSD3
author: "morj"
maintainer: "hagia+morj@morj.men"

category: Server
synopsis: "Federated git server"

ghc-options:
- -Wall -Wcompat
default-extensions:
- ApplicativeDo
- BangPatterns
- ConstraintKinds
- DuplicateRecordFields
- ExplicitForAll
- LambdaCase
- NamedFieldPuns
- NumericUnderscores
- OverloadedLabels
- OverloadedStrings
- QuasiQuotes
- ScopedTypeVariables
- TypeFamilies

executables:
hagia-server:
main: Main.hs
source-dirs: app
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
dependencies:
- base
- hagia

library:
source-dirs: src
dependencies:
- base
- binary
- blaze-markup
- bytestring
- classy-prelude
- clientsession
- conduit
- data-default
- directory
- fast-logger
- filepath
- http-types
- monad-logger
- optparse-applicative
- persistent
- persistent-sqlite
- process
- shakespeare
- text
- time-manager
- transformers
- wai
- wai-extra
- wai-logger
- warp
- yesod
- yesod-auth
- yesod-auth-hashdb
- yesod-core
default-extensions:
- NoImplicitPrelude