tiedote.md/tiedote-md.cabal
Saku Laesvuori eddbceba67
Liitä mediatiedostot viesteihin
HTML-sähköpostit voivat linkata liitteisiin, jolloin viesti on
itsenäinen. Viestin sisäisiin kuviin linkkaaminen toimii yleensä
sähköpostiohjelmissa ulkoisia linkkejä paremmin, koska ulkoisten
linkkien seuraaminen on yksityisyysriski.
2024-04-25 14:21:49 +03:00

75 lines
1.6 KiB
Plaintext

cabal-version: 3.6
name: tiedote-md
version: 0.0.1
author: Saku Laesvuori
maintainer: saku@laesvuori.fi
bug-reports: https://git.olarinmaensamoojat.fi/OMS/tiedote.md/issues
synopsis: Git- ja markdown-pohjainen masssasähköpostijärjestelmä OMS:lle
description: Tiedote.md on massasähköpostijärjestelmä, joka käyttää
massasähköpostien hallintaan git-tietovarastossa olevia markdown-tiedostoja
ja sähköpostipohjaista käyttöliittymää. Toistaiseksi tiedote.md on
kovakoodattu käyttämään OMS:n tiedotepohjia.
extra-source-files: templates/*
license: AGPL-3.0-or-later
license-file: COPYING.md
copyright: (c) 2023 Saku Laesvuori <saku@laesvuori.fi>
build-type: Simple
stability: alpha
source-repository head
type: git
location: https://git.olarinmaensamoojat.fi/OMS/tiedote.md.git
executable tiedote.md
build-depends:
acid-state,
attoparsec,
base,
base64,
binary,
bytestring,
case-insensitive,
containers,
cryptonite,
data-default,
directory,
doclayout,
doctemplates,
exit-codes,
file-embed,
filepath,
filestore,
Glob,
hostname,
lens,
memory,
mtl,
network,
optparse-applicative,
pandoc,
pandoc-types,
process,
purebred-email,
random,
safecopy,
scotty,
template-haskell,
text,
time,
unix,
utf8-string
main-is: Main.hs
other-modules:
TiedoteMD.Debug
TiedoteMD.Git
TiedoteMD.Read
TiedoteMD.Review
TiedoteMD.Send
TiedoteMD.State
TiedoteMD.Templates
TiedoteMD.Templates
TiedoteMD.Templates.TH
TiedoteMD.Types
hs-source-dirs: src
default-language: Haskell2010