2016-01-28 15:15:54 +01:00
|
|
|
name: vervis
|
2016-04-12 17:19:02 +02:00
|
|
|
version: 0.1
|
2016-01-28 15:15:54 +01:00
|
|
|
synopsis: Hopefully one day a decentralized project hosting platform
|
|
|
|
description:
|
2018-03-17 19:21:51 +01:00
|
|
|
Vervis a software project hosting web application, which aims to be
|
|
|
|
decentralized via federation. So far there is no federation yet, but hosting
|
|
|
|
of Git and Darcs repositories and issue tracking are available.
|
|
|
|
.
|
|
|
|
Most of the source code is in the public domain using the CC0 public domain
|
|
|
|
dedication, but the application as a whole has GPL dependencies, and is
|
|
|
|
released under the AGPL 3 license.
|
2018-06-11 14:39:06 +02:00
|
|
|
homepage: https://dev.angeley.es/s/fr33domlover/p/vervis
|
|
|
|
bug-reports: https://dev.angeley.es/s/fr33domlover/p/vervis/t
|
2018-03-17 19:21:51 +01:00
|
|
|
license: OtherLicense
|
2016-01-28 15:15:54 +01:00
|
|
|
license-file: COPYING
|
|
|
|
author: fr33domlover
|
|
|
|
maintainer: fr33domlover@riseup.net
|
|
|
|
copyright: ♡ Copying is an act of love. Please copy, reuse and share.
|
|
|
|
category: Development, Distribution, Git, Web
|
|
|
|
build-type: Simple
|
|
|
|
extra-source-files: AUTHORS
|
2018-05-14 17:25:16 +02:00
|
|
|
CHANGELOG.md
|
2016-01-28 15:15:54 +01:00
|
|
|
COPYING
|
|
|
|
INSTALL.md
|
|
|
|
README.md
|
|
|
|
cabal-version: >=1.10
|
|
|
|
|
|
|
|
source-repository head
|
|
|
|
type: darcs
|
2018-06-11 14:39:06 +02:00
|
|
|
location: https://dev.angeley.es/s/fr33domlover/r/vervis
|
2016-01-28 15:15:54 +01:00
|
|
|
|
2016-02-13 04:35:30 +01:00
|
|
|
flag dev
|
|
|
|
description: Turn on development settings, like auto-reload templates.
|
|
|
|
default: False
|
|
|
|
|
|
|
|
flag library-only
|
|
|
|
description: Build for use with "yesod devel"
|
|
|
|
default: False
|
|
|
|
|
2016-01-28 15:15:54 +01:00
|
|
|
library
|
2016-05-13 10:49:19 +02:00
|
|
|
exposed-modules: Control.Applicative.Local
|
2019-01-14 23:03:49 +01:00
|
|
|
Control.Concurrent.Local
|
2016-05-08 16:28:03 +02:00
|
|
|
Darcs.Local.Repository
|
2019-01-21 16:54:57 +01:00
|
|
|
Data.Aeson.Encode.Pretty.ToEncoding
|
2019-02-03 12:01:36 +01:00
|
|
|
Data.Aeson.Local
|
2016-05-08 16:28:03 +02:00
|
|
|
Data.Attoparsec.ByteString.Local
|
2016-05-04 13:44:06 +02:00
|
|
|
Data.Binary.Local
|
2016-04-24 20:25:30 +02:00
|
|
|
Data.ByteString.Char8.Local
|
2016-04-01 07:00:02 +02:00
|
|
|
Data.ByteString.Local
|
2016-05-23 22:46:54 +02:00
|
|
|
Data.CaseInsensitive.Local
|
2016-03-03 09:15:54 +01:00
|
|
|
Data.Char.Local
|
2016-05-13 10:49:19 +02:00
|
|
|
Data.Either.Local
|
2016-05-03 03:20:23 +02:00
|
|
|
Data.EventTime.Local
|
2016-05-11 16:42:41 +02:00
|
|
|
Data.Functor.Local
|
2016-05-03 01:11:32 +02:00
|
|
|
Data.Git.Local
|
2016-08-04 01:09:42 +02:00
|
|
|
Data.Graph.DirectedAcyclic.View.Tree
|
2016-07-05 10:46:58 +02:00
|
|
|
Data.Graph.Inductive.Query.Cycle
|
2016-06-21 00:50:16 +02:00
|
|
|
Data.Graph.Inductive.Query.Layer
|
2016-07-05 14:37:31 +02:00
|
|
|
Data.Graph.Inductive.Query.Path
|
2016-07-14 02:39:00 +02:00
|
|
|
Data.Graph.Inductive.Query.TransRed
|
2016-06-21 00:50:16 +02:00
|
|
|
Data.HashMap.Lazy.Local
|
2016-05-06 01:05:56 +02:00
|
|
|
Data.Hourglass.Local
|
2019-02-08 22:54:22 +01:00
|
|
|
Data.Int.Local
|
|
|
|
Data.KeyFile
|
2016-02-27 06:41:36 +01:00
|
|
|
Data.List.Local
|
2016-08-10 20:52:26 +02:00
|
|
|
Data.Maybe.Local
|
2016-05-10 13:05:56 +02:00
|
|
|
Data.Paginate.Local
|
2016-05-06 12:29:02 +02:00
|
|
|
Data.Text.UTF8.Local
|
|
|
|
Data.Text.Lazy.UTF8.Local
|
2016-05-08 16:28:03 +02:00
|
|
|
Data.Time.Clock.Local
|
2016-05-19 14:06:27 +02:00
|
|
|
Data.Tree.Local
|
2016-05-23 14:24:14 +02:00
|
|
|
Database.Esqueleto.Local
|
2016-05-22 23:43:59 +02:00
|
|
|
Database.Persist.Class.Local
|
2016-05-23 14:24:14 +02:00
|
|
|
Database.Persist.Sql.Local
|
2019-03-09 18:12:43 +01:00
|
|
|
Database.Persist.Local
|
2016-07-05 18:13:48 +02:00
|
|
|
Database.Persist.Local.Class.PersistEntityHierarchy
|
2016-06-13 15:48:31 +02:00
|
|
|
Database.Persist.Local.RecursionDoc
|
2016-06-28 21:46:54 +02:00
|
|
|
Diagrams.IntransitiveDAG
|
2016-05-23 22:46:54 +02:00
|
|
|
Formatting.CaseInsensitive
|
2018-03-27 16:28:56 +02:00
|
|
|
Language.Haskell.TH.Quote.Local
|
2019-02-08 00:08:28 +01:00
|
|
|
Network.FedURI
|
2019-01-21 16:54:57 +01:00
|
|
|
Network.HTTP.Client.Conduit.ActivityPub
|
2016-03-06 12:58:48 +01:00
|
|
|
Network.SSH.Local
|
2016-05-23 22:46:54 +02:00
|
|
|
Text.Blaze.Local
|
2016-06-03 11:12:33 +02:00
|
|
|
Text.Display
|
2018-03-06 03:26:27 +01:00
|
|
|
Text.Email.Local
|
2016-04-17 19:55:23 +02:00
|
|
|
Text.FilePath.Local
|
2016-05-06 12:29:02 +02:00
|
|
|
Text.Jasmine.Local
|
2019-03-09 22:21:36 +01:00
|
|
|
Web.ActivityAccess
|
2019-01-21 16:54:57 +01:00
|
|
|
Web.ActivityPub
|
2019-02-08 22:54:22 +01:00
|
|
|
Web.Hashids.Local
|
2016-05-23 14:24:14 +02:00
|
|
|
Web.PathPieces.Local
|
2018-03-17 18:30:46 +01:00
|
|
|
Yesod.Auth.Unverified
|
2018-03-17 23:16:02 +01:00
|
|
|
Yesod.Auth.Unverified.Creds
|
|
|
|
Yesod.Auth.Unverified.Internal
|
2018-03-06 01:55:52 +01:00
|
|
|
Yesod.Paginate.Local
|
2018-03-17 18:30:46 +01:00
|
|
|
Yesod.SessionEntity
|
2016-05-10 13:05:56 +02:00
|
|
|
|
2019-01-26 23:22:49 +01:00
|
|
|
Vervis.Access
|
2018-03-25 21:26:30 +02:00
|
|
|
Vervis.ActivityStreams
|
2019-01-14 23:08:44 +01:00
|
|
|
Vervis.ActorKey
|
2016-02-23 09:45:03 +01:00
|
|
|
Vervis.Application
|
2016-05-25 23:10:41 +02:00
|
|
|
Vervis.Avatar
|
2016-04-24 20:48:07 +02:00
|
|
|
Vervis.BinaryBody
|
2016-05-06 00:20:11 +02:00
|
|
|
Vervis.Changes
|
2018-04-01 00:04:33 +02:00
|
|
|
Vervis.ChangeFeed
|
2016-06-26 10:03:18 +02:00
|
|
|
Vervis.Colour
|
2016-04-22 21:46:46 +02:00
|
|
|
Vervis.Content
|
2016-05-05 09:29:19 +02:00
|
|
|
Vervis.Darcs
|
2016-05-19 14:06:27 +02:00
|
|
|
Vervis.Discussion
|
2016-03-08 03:52:46 +01:00
|
|
|
Vervis.Field.Key
|
2016-02-25 04:10:30 +01:00
|
|
|
Vervis.Field.Person
|
|
|
|
Vervis.Field.Project
|
2016-02-27 06:41:36 +01:00
|
|
|
Vervis.Field.Repo
|
2016-05-29 15:17:55 +02:00
|
|
|
Vervis.Field.Role
|
2016-05-24 23:48:21 +02:00
|
|
|
Vervis.Field.Sharer
|
2016-06-07 09:33:19 +02:00
|
|
|
Vervis.Field.Ticket
|
2016-08-08 13:05:19 +02:00
|
|
|
Vervis.Field.Workflow
|
2016-05-20 00:07:25 +02:00
|
|
|
Vervis.Form.Discussion
|
2016-05-24 23:48:21 +02:00
|
|
|
Vervis.Form.Group
|
2016-03-08 03:52:46 +01:00
|
|
|
Vervis.Form.Key
|
2016-02-25 04:10:30 +01:00
|
|
|
Vervis.Form.Person
|
|
|
|
Vervis.Form.Project
|
2016-02-27 06:41:36 +01:00
|
|
|
Vervis.Form.Repo
|
2016-05-29 15:17:55 +02:00
|
|
|
Vervis.Form.Role
|
2016-04-30 23:26:54 +02:00
|
|
|
Vervis.Form.Ticket
|
2016-08-08 13:05:19 +02:00
|
|
|
Vervis.Form.Workflow
|
2016-05-23 22:46:54 +02:00
|
|
|
Vervis.Formatting
|
2016-02-23 09:45:03 +01:00
|
|
|
Vervis.Foundation
|
|
|
|
Vervis.Git
|
2016-07-28 18:40:10 +02:00
|
|
|
Vervis.GraphProxy
|
2016-02-23 09:45:03 +01:00
|
|
|
Vervis.Handler.Common
|
2016-05-19 18:58:23 +02:00
|
|
|
Vervis.Handler.Discussion
|
2016-04-21 02:32:22 +02:00
|
|
|
Vervis.Handler.Git
|
2016-05-24 23:48:21 +02:00
|
|
|
Vervis.Handler.Group
|
2016-02-23 09:45:03 +01:00
|
|
|
Vervis.Handler.Home
|
2019-01-19 02:44:21 +01:00
|
|
|
Vervis.Handler.Inbox
|
2016-03-07 01:42:06 +01:00
|
|
|
Vervis.Handler.Key
|
2016-02-23 09:45:03 +01:00
|
|
|
Vervis.Handler.Person
|
|
|
|
Vervis.Handler.Project
|
2016-02-27 06:41:36 +01:00
|
|
|
Vervis.Handler.Repo
|
2016-05-13 12:11:17 +02:00
|
|
|
Vervis.Handler.Repo.Darcs
|
|
|
|
Vervis.Handler.Repo.Git
|
2016-05-29 15:17:55 +02:00
|
|
|
Vervis.Handler.Role
|
2016-05-24 23:48:21 +02:00
|
|
|
Vervis.Handler.Sharer
|
2016-05-01 00:32:22 +02:00
|
|
|
Vervis.Handler.Ticket
|
2016-06-04 08:57:54 +02:00
|
|
|
Vervis.Handler.Wiki
|
2016-08-08 13:05:19 +02:00
|
|
|
Vervis.Handler.Workflow
|
2016-05-05 09:29:19 +02:00
|
|
|
Vervis.Import
|
|
|
|
Vervis.Import.NoFoundation
|
2019-02-08 04:13:56 +01:00
|
|
|
Vervis.KeyFile
|
2016-05-05 09:29:19 +02:00
|
|
|
Vervis.MediaType
|
2016-08-31 18:51:02 +02:00
|
|
|
Vervis.Migration
|
2018-03-27 16:28:56 +02:00
|
|
|
Vervis.Migration.Model
|
|
|
|
Vervis.Migration.TH
|
2016-05-05 09:29:19 +02:00
|
|
|
Vervis.Model
|
2016-08-08 21:17:25 +02:00
|
|
|
Vervis.Model.Entity
|
2016-05-25 17:52:15 +02:00
|
|
|
Vervis.Model.Group
|
2016-05-23 14:24:14 +02:00
|
|
|
Vervis.Model.Ident
|
2016-05-05 09:29:19 +02:00
|
|
|
Vervis.Model.Repo
|
2016-05-29 15:17:55 +02:00
|
|
|
Vervis.Model.Role
|
2016-08-11 02:44:11 +02:00
|
|
|
Vervis.Model.Ticket
|
2018-03-27 16:28:56 +02:00
|
|
|
Vervis.Model.TH
|
2016-08-08 16:01:06 +02:00
|
|
|
Vervis.Model.Workflow
|
2016-05-11 16:42:41 +02:00
|
|
|
Vervis.Paginate
|
2016-06-22 22:58:42 +02:00
|
|
|
Vervis.Palette
|
2016-03-01 23:43:31 +01:00
|
|
|
Vervis.Path
|
2018-05-18 01:33:37 +02:00
|
|
|
Vervis.Patch
|
2016-06-17 22:17:39 +02:00
|
|
|
Vervis.Query
|
2016-05-05 09:29:19 +02:00
|
|
|
Vervis.Readme
|
2019-03-09 16:40:02 +01:00
|
|
|
Vervis.RemoteActorStore
|
2016-05-05 09:29:19 +02:00
|
|
|
Vervis.Render
|
2016-06-21 09:35:19 +02:00
|
|
|
Vervis.Role
|
2018-03-06 01:55:52 +01:00
|
|
|
Vervis.Secure
|
2016-05-05 09:29:19 +02:00
|
|
|
Vervis.Settings
|
|
|
|
Vervis.Settings.StaticFiles
|
|
|
|
Vervis.SourceTree
|
2016-03-06 12:58:48 +01:00
|
|
|
Vervis.Ssh
|
2016-02-23 09:45:03 +01:00
|
|
|
Vervis.Style
|
2016-08-04 09:36:24 +02:00
|
|
|
Vervis.Ticket
|
2016-05-22 16:31:56 +02:00
|
|
|
Vervis.TicketFilter
|
2016-05-25 09:50:10 +02:00
|
|
|
Vervis.Time
|
2016-05-02 16:16:51 +02:00
|
|
|
Vervis.Widget
|
2016-05-18 12:10:07 +02:00
|
|
|
Vervis.Widget.Discussion
|
2016-05-06 12:29:02 +02:00
|
|
|
Vervis.Widget.Repo
|
2016-07-02 11:02:13 +02:00
|
|
|
Vervis.Widget.Role
|
2016-05-24 23:48:21 +02:00
|
|
|
Vervis.Widget.Sharer
|
2016-07-04 11:58:25 +02:00
|
|
|
Vervis.Widget.Ticket
|
2016-08-08 21:05:22 +02:00
|
|
|
Vervis.Widget.Workflow
|
2016-06-04 08:57:54 +02:00
|
|
|
Vervis.Wiki
|
2016-01-28 15:15:54 +01:00
|
|
|
-- other-modules:
|
2016-02-13 04:35:30 +01:00
|
|
|
default-extensions: TemplateHaskell
|
|
|
|
QuasiQuotes
|
|
|
|
OverloadedStrings
|
|
|
|
NoImplicitPrelude
|
|
|
|
MultiParamTypeClasses
|
|
|
|
TypeFamilies
|
|
|
|
GADTs
|
|
|
|
GeneralizedNewtypeDeriving
|
|
|
|
FlexibleContexts
|
|
|
|
FlexibleInstances
|
|
|
|
EmptyDataDecls
|
|
|
|
NoMonomorphismRestriction
|
|
|
|
DeriveDataTypeable
|
|
|
|
ViewPatterns
|
|
|
|
TupleSections
|
|
|
|
RecordWildCards
|
2016-03-07 02:12:55 +01:00
|
|
|
build-depends: aeson
|
2019-01-19 02:44:21 +01:00
|
|
|
-- For activity JSOn display in /inbox test page
|
|
|
|
, aeson-pretty
|
2016-05-08 16:28:03 +02:00
|
|
|
-- for parsing commands sent over SSH and Darcs patch
|
|
|
|
-- metadata
|
2016-04-19 11:42:02 +02:00
|
|
|
, attoparsec
|
2016-03-07 02:12:55 +01:00
|
|
|
, base
|
2016-05-08 16:28:03 +02:00
|
|
|
-- for hex display of Darcs patch hashes
|
|
|
|
, base16-bytestring
|
2016-05-05 09:29:19 +02:00
|
|
|
, base64-bytestring
|
2016-04-24 20:25:30 +02:00
|
|
|
-- for Data.Binary.Local
|
|
|
|
, binary
|
2016-03-07 01:42:06 +01:00
|
|
|
, blaze-html
|
2016-05-06 12:29:02 +02:00
|
|
|
-- for Data.EventTime.Local
|
|
|
|
, blaze-markup
|
2016-04-12 00:13:32 +02:00
|
|
|
, byteable
|
2016-03-07 02:12:55 +01:00
|
|
|
, bytestring
|
2016-05-16 16:02:43 +02:00
|
|
|
-- for Darcs.Local.PatchInfo.Parser
|
|
|
|
, bytestring-lexing
|
2016-02-16 12:41:13 +01:00
|
|
|
, case-insensitive
|
2016-03-07 02:12:55 +01:00
|
|
|
, classy-prelude
|
|
|
|
, classy-prelude-conduit
|
2016-06-26 10:03:18 +02:00
|
|
|
-- for defining colors for use with diagrams
|
|
|
|
, colour
|
2016-03-07 02:12:55 +01:00
|
|
|
, conduit
|
2019-01-21 16:54:57 +01:00
|
|
|
-- For httpAPEither
|
|
|
|
, conduit-extra
|
2016-02-16 12:41:13 +01:00
|
|
|
, containers
|
2016-05-08 16:28:03 +02:00
|
|
|
, cryptonite
|
2016-05-05 09:29:19 +02:00
|
|
|
-- for Storage.Hashed because hashed-storage seems
|
|
|
|
-- unmaintained and darcs has its own copy
|
|
|
|
, darcs
|
2018-05-24 23:45:01 +02:00
|
|
|
, darcs-lights
|
2018-03-21 00:45:09 +01:00
|
|
|
, darcs-rev
|
2016-02-16 12:41:13 +01:00
|
|
|
, data-default
|
2016-05-10 13:05:56 +02:00
|
|
|
, data-default-class
|
2018-04-05 02:04:39 +02:00
|
|
|
, data-default-instances-bytestring
|
2016-06-28 21:46:54 +02:00
|
|
|
-- for drawing DAGs: RBAC role inheritance, etc.
|
2016-07-02 10:51:29 +02:00
|
|
|
, diagrams-core
|
|
|
|
, diagrams-lib
|
|
|
|
, diagrams-svg
|
2016-03-07 02:12:55 +01:00
|
|
|
, directory
|
2016-05-03 01:11:32 +02:00
|
|
|
-- for Data.Git.Local
|
|
|
|
, directory-tree
|
2016-03-01 23:16:01 +01:00
|
|
|
, dlist
|
2018-03-06 03:26:27 +01:00
|
|
|
, email-validate
|
2016-02-16 12:41:13 +01:00
|
|
|
, esqueleto
|
2018-05-16 02:02:54 +02:00
|
|
|
, exceptions
|
2016-03-07 02:12:55 +01:00
|
|
|
, fast-logger
|
2016-05-19 14:06:27 +02:00
|
|
|
-- for building a message tree using DFS in
|
|
|
|
-- Vervis.Discussion, possibly also used by some git
|
|
|
|
-- graph related code?
|
2016-02-29 02:59:33 +01:00
|
|
|
, fgl
|
2016-02-13 04:35:30 +01:00
|
|
|
, file-embed
|
2016-02-27 06:41:36 +01:00
|
|
|
, filepath
|
2016-04-13 18:17:34 +02:00
|
|
|
, formatting
|
2016-02-29 22:42:37 +01:00
|
|
|
, hashable
|
2019-02-08 22:54:22 +01:00
|
|
|
, hashids
|
2016-05-03 01:11:32 +02:00
|
|
|
-- for source file highlighting
|
2016-04-12 13:21:14 +02:00
|
|
|
, highlighter2
|
2019-01-21 16:54:57 +01:00
|
|
|
, http-client-signature
|
2019-01-19 02:44:21 +01:00
|
|
|
, http-signature
|
2018-12-05 04:41:19 +01:00
|
|
|
, git
|
|
|
|
, hit-graph
|
|
|
|
, hit-harder
|
|
|
|
, hit-network
|
2016-05-06 12:29:02 +02:00
|
|
|
-- currently discarding all JS so no need for minifier
|
|
|
|
--, hjsmin
|
2018-12-05 04:41:19 +01:00
|
|
|
-- 'git' uses it for 'GitTime'
|
2016-02-16 12:41:13 +01:00
|
|
|
, hourglass
|
2019-01-14 23:08:44 +01:00
|
|
|
, yesod-http-signature
|
2019-01-19 02:44:21 +01:00
|
|
|
, http-client
|
|
|
|
, http-client-tls
|
|
|
|
, http-conduit
|
2016-02-29 15:04:23 +01:00
|
|
|
, http-types
|
2016-05-25 23:10:41 +02:00
|
|
|
, libravatar
|
2016-05-08 16:28:03 +02:00
|
|
|
, memory
|
2018-02-25 10:28:55 +01:00
|
|
|
, mime-mail
|
2016-03-07 02:12:55 +01:00
|
|
|
, monad-control
|
|
|
|
, monad-logger
|
2016-06-13 00:37:52 +02:00
|
|
|
-- for Database.Persist.Local
|
|
|
|
, mtl
|
2018-02-25 10:28:55 +01:00
|
|
|
, network
|
2019-01-19 02:44:21 +01:00
|
|
|
, network-uri
|
2016-04-17 19:55:23 +02:00
|
|
|
, pandoc
|
|
|
|
, pandoc-types
|
2016-05-23 14:24:14 +02:00
|
|
|
-- for PathPiece instance for CI, Web.PathPieces.Local
|
|
|
|
, path-pieces
|
2018-05-19 18:10:03 +02:00
|
|
|
, patience
|
2019-01-14 23:08:44 +01:00
|
|
|
, pem
|
2016-03-07 02:12:55 +01:00
|
|
|
, persistent
|
2018-03-06 03:26:27 +01:00
|
|
|
, persistent-email-address
|
2019-01-26 23:20:19 +01:00
|
|
|
, persistent-graph
|
2018-02-26 15:23:02 +01:00
|
|
|
, persistent-migration
|
2016-03-07 02:12:55 +01:00
|
|
|
, persistent-postgresql
|
|
|
|
, persistent-template
|
2016-04-19 16:56:02 +02:00
|
|
|
, process
|
2019-02-08 22:54:22 +01:00
|
|
|
-- for generating hashids salt
|
|
|
|
, random
|
2016-06-13 00:37:52 +02:00
|
|
|
-- for Database.Persist.Local
|
|
|
|
, resourcet
|
2016-02-13 04:35:30 +01:00
|
|
|
, safe
|
2016-03-07 02:12:55 +01:00
|
|
|
, shakespeare
|
2018-05-16 02:02:54 +02:00
|
|
|
-- for pandoc inline code highlighting
|
|
|
|
, skylighting
|
2018-02-25 10:28:55 +01:00
|
|
|
, smtp-mail
|
2016-07-02 10:51:29 +02:00
|
|
|
, ssh
|
2019-01-14 23:08:44 +01:00
|
|
|
-- for holding actor key in a TVar
|
|
|
|
, stm
|
2016-07-02 10:51:29 +02:00
|
|
|
-- for rendering diagrams
|
|
|
|
, svg-builder
|
2016-06-28 21:46:54 +02:00
|
|
|
-- for text drawing in 'diagrams'
|
|
|
|
, SVGFonts
|
2016-02-16 12:41:13 +01:00
|
|
|
, template-haskell
|
2016-03-07 02:12:55 +01:00
|
|
|
, text
|
2016-02-16 12:41:13 +01:00
|
|
|
, time
|
2018-04-01 05:02:35 +02:00
|
|
|
, time-interval
|
2018-07-01 10:15:23 +02:00
|
|
|
, time-interval-aeson
|
2018-04-01 05:02:35 +02:00
|
|
|
, time-units
|
2016-02-29 15:04:23 +01:00
|
|
|
, transformers
|
2016-06-28 21:46:54 +02:00
|
|
|
-- probably should be replaced with lenses once I learn
|
|
|
|
, tuple
|
2019-01-21 16:54:57 +01:00
|
|
|
-- For httpAPEither
|
|
|
|
, unliftio-core
|
2019-01-19 02:44:21 +01:00
|
|
|
, unliftio
|
2016-02-13 04:35:30 +01:00
|
|
|
, unordered-containers
|
2018-05-21 22:32:34 +02:00
|
|
|
, vector
|
2016-02-13 04:35:30 +01:00
|
|
|
, wai
|
2016-03-07 02:12:55 +01:00
|
|
|
, wai-extra
|
|
|
|
, wai-logger
|
|
|
|
, warp
|
2016-04-17 19:55:23 +02:00
|
|
|
, xss-sanitize
|
2016-03-07 02:12:55 +01:00
|
|
|
, yaml
|
|
|
|
, yesod
|
|
|
|
, yesod-auth
|
2018-03-03 22:33:59 +01:00
|
|
|
, yesod-auth-account
|
2016-03-07 02:12:55 +01:00
|
|
|
, yesod-core
|
|
|
|
, yesod-form
|
2018-03-20 17:01:33 +01:00
|
|
|
, yesod-mail-send
|
2018-04-01 00:04:33 +02:00
|
|
|
, yesod-newsfeed
|
2016-03-07 02:12:55 +01:00
|
|
|
, yesod-static
|
2016-03-07 01:42:06 +01:00
|
|
|
, yesod-persistent
|
2016-05-17 22:34:22 +02:00
|
|
|
-- for reading gzipped darcs inventory via utils in
|
|
|
|
-- Data.Attoparsec.ByteString.Local
|
|
|
|
, zlib
|
2016-02-14 10:10:21 +01:00
|
|
|
hs-source-dirs: src
|
2016-02-13 04:35:30 +01:00
|
|
|
default-language: Haskell2010
|
|
|
|
|
|
|
|
if flag(dev) || flag(library-only)
|
|
|
|
cpp-options: -DDEVELOPMENT
|
|
|
|
ghc-options: -Wall -fwarn-tabs -O0
|
|
|
|
else
|
|
|
|
ghc-options: -Wall -fwarn-tabs -O2
|
|
|
|
|
|
|
|
executable vervis
|
|
|
|
main-is: main.hs
|
|
|
|
build-depends: base, vervis
|
|
|
|
hs-source-dirs: app
|
|
|
|
default-language: Haskell2010
|
2018-03-17 18:30:46 +01:00
|
|
|
ghc-options: -Wall -threaded -rtsopts -with-rtsopts=-N
|
2016-02-13 04:35:30 +01:00
|
|
|
|
|
|
|
if flag(library-only)
|
|
|
|
buildable: False
|
|
|
|
|
|
|
|
test-suite test
|
|
|
|
main-is: Spec.hs
|
|
|
|
default-extensions: TemplateHaskell
|
|
|
|
QuasiQuotes
|
|
|
|
OverloadedStrings
|
|
|
|
NoImplicitPrelude
|
|
|
|
CPP
|
|
|
|
MultiParamTypeClasses
|
|
|
|
TypeFamilies
|
|
|
|
GADTs
|
|
|
|
GeneralizedNewtypeDeriving
|
|
|
|
FlexibleContexts
|
|
|
|
FlexibleInstances
|
|
|
|
EmptyDataDecls
|
|
|
|
NoMonomorphismRestriction
|
|
|
|
DeriveDataTypeable
|
|
|
|
ViewPatterns
|
|
|
|
TupleSections
|
|
|
|
build-depends: base
|
|
|
|
, vervis
|
|
|
|
, yesod-test >= 1.5.0.1 && < 1.6
|
|
|
|
, yesod-core
|
|
|
|
, yesod
|
2016-02-06 14:36:35 +01:00
|
|
|
, persistent
|
2016-02-13 04:35:30 +01:00
|
|
|
, persistent-postgresql
|
2016-02-12 02:53:19 +01:00
|
|
|
, resourcet
|
2016-02-13 04:35:30 +01:00
|
|
|
, monad-logger
|
|
|
|
, shakespeare
|
2016-02-12 12:01:53 +01:00
|
|
|
, transformers
|
2016-02-13 04:35:30 +01:00
|
|
|
, hspec >= 2.0.0
|
|
|
|
, classy-prelude
|
|
|
|
, classy-prelude-yesod
|
|
|
|
, aeson
|
2016-07-05 10:46:58 +02:00
|
|
|
hs-source-dirs: test
|
2016-01-28 15:15:54 +01:00
|
|
|
default-language: Haskell2010
|
2016-07-05 14:36:40 +02:00
|
|
|
ghc-options: -Wall
|
|
|
|
type: exitcode-stdio-1.0
|
|
|
|
|
|
|
|
-- test-suite test-graph
|
|
|
|
-- main-is: Test.hs
|
|
|
|
-- build-depends: base
|
|
|
|
-- , fgl
|
|
|
|
-- , fgl-arbitrary
|
|
|
|
-- , hspec
|
|
|
|
-- , vervis
|
|
|
|
-- hs-source-dirs: test
|
|
|
|
-- default-language: Haskell2010
|
|
|
|
-- ghc-options: -Wall
|
|
|
|
-- type: exitcode-stdio-1.0
|