2019-09-06 23:57:25 +00:00
|
|
|
cabal-version: 2.4
|
|
|
|
-- Initial package description 'matebeamter.cabal' generated by 'cabal
|
|
|
|
-- init'. For further documentation, see
|
|
|
|
-- http://haskell.org/cabal/users-guide/
|
|
|
|
|
|
|
|
name: matebeamter
|
|
|
|
version: 0.0.0.0
|
|
|
|
synopsis: A reference frontent to mateamt
|
|
|
|
-- description:
|
|
|
|
-- bug-reports:
|
|
|
|
license: AGPL-3.0-only
|
|
|
|
license-file: LICENSE
|
|
|
|
author: nek0
|
|
|
|
maintainer: nek0@nek0.eu
|
|
|
|
-- copyright:
|
|
|
|
category: Web
|
|
|
|
extra-source-files: CHANGELOG.md
|
|
|
|
|
|
|
|
executable matebeamter
|
|
|
|
main-is: Main.hs
|
2019-09-08 00:37:50 +00:00
|
|
|
other-modules: API
|
2019-09-08 10:48:57 +00:00
|
|
|
, Client
|
2019-09-18 13:24:23 +00:00
|
|
|
, ClientAuth
|
2019-09-08 15:27:38 +00:00
|
|
|
, Util
|
2019-09-17 19:29:56 +00:00
|
|
|
, Hash
|
2019-09-08 00:37:50 +00:00
|
|
|
, Types
|
2019-10-04 07:04:23 +00:00
|
|
|
, Types.Auth
|
2019-09-08 00:37:50 +00:00
|
|
|
, Types.Page
|
2019-09-08 10:48:57 +00:00
|
|
|
, Types.Reader
|
2019-09-16 07:44:46 +00:00
|
|
|
, Types.Views
|
2019-11-01 11:22:28 +00:00
|
|
|
, Types.User
|
2019-12-11 23:45:22 +00:00
|
|
|
, Types.Journal
|
2019-12-19 01:43:10 +00:00
|
|
|
, Types.Product
|
2019-09-17 19:29:56 +00:00
|
|
|
, Types.Orphans
|
2019-10-27 10:42:12 +00:00
|
|
|
, Types.Configuration
|
2019-09-08 10:48:57 +00:00
|
|
|
, Control
|
|
|
|
, Control.Auth
|
|
|
|
, Control.User
|
2019-10-22 03:54:55 +00:00
|
|
|
, Control.Buy
|
2019-11-02 21:53:23 +00:00
|
|
|
, Control.Journal
|
2019-12-13 22:46:50 +00:00
|
|
|
, Control.Product
|
2019-09-08 00:37:50 +00:00
|
|
|
, View
|
2019-09-08 15:27:38 +00:00
|
|
|
, View.Scaffold
|
2019-09-08 00:37:50 +00:00
|
|
|
, View.Auth
|
2019-09-08 10:48:57 +00:00
|
|
|
, View.User
|
2019-10-21 18:41:58 +00:00
|
|
|
, View.Buy
|
2019-11-02 21:53:23 +00:00
|
|
|
, View.Journal
|
2019-12-13 22:46:50 +00:00
|
|
|
, View.Product
|
2019-12-26 08:41:31 +00:00
|
|
|
, Paths_matebeamter
|
2019-09-06 23:57:25 +00:00
|
|
|
-- other-extensions:
|
2020-05-10 09:31:23 +00:00
|
|
|
build-depends: base >=4.12.0.0 && < 5
|
2019-09-08 00:37:50 +00:00
|
|
|
, mateamt
|
|
|
|
, servant
|
|
|
|
, servant-server
|
|
|
|
, servant-client
|
2019-09-08 10:48:57 +00:00
|
|
|
, servant-client-core
|
2019-09-08 00:37:50 +00:00
|
|
|
, servant-blaze
|
|
|
|
, servant-rawm
|
2019-09-08 10:48:57 +00:00
|
|
|
, aeson
|
2019-09-08 00:37:50 +00:00
|
|
|
, blaze-html
|
2019-09-17 19:29:56 +00:00
|
|
|
, blaze-markup
|
2019-09-08 00:37:50 +00:00
|
|
|
, text
|
2019-09-11 04:27:54 +00:00
|
|
|
, bytestring
|
2019-09-18 13:24:23 +00:00
|
|
|
, hashable
|
2019-09-08 00:37:50 +00:00
|
|
|
, warp
|
2019-09-08 10:48:57 +00:00
|
|
|
, wai
|
2019-12-24 12:17:45 +00:00
|
|
|
, wai-app-static
|
2019-09-08 00:37:50 +00:00
|
|
|
, wai-logger
|
2019-09-18 13:24:23 +00:00
|
|
|
, wai-session
|
2019-09-08 10:48:57 +00:00
|
|
|
, http-client
|
2019-09-17 19:29:56 +00:00
|
|
|
, http-api-data
|
2019-09-18 13:24:23 +00:00
|
|
|
, http-types
|
|
|
|
, cookie
|
2019-09-08 10:48:57 +00:00
|
|
|
, mtl
|
2019-09-08 15:27:38 +00:00
|
|
|
, i18n
|
2019-09-11 04:27:54 +00:00
|
|
|
, cookie
|
|
|
|
, split
|
2019-09-17 19:29:56 +00:00
|
|
|
, random-bytestring
|
|
|
|
, base64-bytestring
|
|
|
|
, cryptonite
|
2019-09-18 13:24:23 +00:00
|
|
|
, stm
|
2019-10-14 13:07:17 +00:00
|
|
|
, either
|
2019-10-27 10:42:12 +00:00
|
|
|
, optparse-applicative
|
2020-05-10 09:31:23 +00:00
|
|
|
, HsYAML ^>=0.2.1.0
|
2019-09-06 23:57:25 +00:00
|
|
|
hs-source-dirs: src
|
|
|
|
default-language: Haskell2010
|
2019-09-08 15:27:38 +00:00
|
|
|
ghc-options: -Wall
|