-
Notifications
You must be signed in to change notification settings - Fork 0
/
exception-mailer.cabal
30 lines (25 loc) · 1.05 KB
/
exception-mailer.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: exception-mailer
version: 0.4.1
synopsis: Catch all runtime exceptions and send an email
description: This module is designed to be used in production code when
no runtime exceptions are expected. This module will catch any
unexpected runtime exception and send a notification email
category: System
license: BSD3
license-file: LICENSE
author: David Powell
maintainer: David Powell <[email protected]>
homepage: https://github.com/drpowell/exception-mailer
bug-reports: https://github.com/drpowell/exception-mailer/issues
cabal-version: >= 1.6
build-type: Simple
Library
exposed-modules: System.ExceptionMailer
ghc-options: -W
build-depends: base >=4 && < 5,
text >= 0.11.3.0,
mime-mail >= 0.4.4,
hslogger
source-repository head
type: git
location: https://github.com/drpowell/exception-mailer