matebeamter/matebeamter.cabal

88 lines
2.8 KiB
Plaintext

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
other-modules: API
, Client
, ClientAuth
, Util
, Hash
, Types
, Types.Auth
, Types.Page
, Types.Reader
, Types.Views
, Types.User
, Types.Journal
, Types.Product
, Types.Orphans
, Types.Configuration
, Control
, Control.Auth
, Control.User
, Control.Buy
, Control.Journal
, Control.Product
, View
, View.Scaffold
, View.Auth
, View.User
, View.Buy
, View.Journal
, View.Product
, Paths_matebeamter
-- other-extensions:
build-depends: base >=4.12.0.0 && < 5
, mateamt
, servant
, servant-server
, servant-client
, servant-client-core
, servant-blaze
, servant-rawm
, aeson
, blaze-html
, blaze-markup
, text
, bytestring
, hashable
, warp
, wai
, wai-app-static
, wai-logger
, wai-session
, http-client
, http-api-data
, http-types
, cookie
, mtl
, i18n
, cookie
, split
, random-bytestring
, base64-bytestring
, cryptonite
, stm
, either
, optparse-applicative
, HsYAML ^>=0.2.1.0
hs-source-dirs: src
default-language: Haskell2010
ghc-options: -Wall