-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathazure-managedapp-notifications.cabal
57 lines (54 loc) · 1.96 KB
/
azure-managedapp-notifications.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
cabal-version: >=1.10
-- Initial package description 'azure-managedapp-notifications.cabal'
-- generated by 'cabal init'. For further documentation, see
-- http://haskell.org/cabal/users-guide/
name: azure-managedapp-notifications
version: 0.1.0.0
synopsis: Azure Managed App Notifications
-- description:
homepage: https://github.com/atidot/azure-managedapp-notifications
-- bug-reports:
license: BSD3
license-file: LICENSE
author: Atidot Inc.
maintainer: [email protected]
-- copyright:
category: Cloud
build-type: Simple
extra-source-files: CHANGELOG.md
library
exposed-modules: Azure.ManagedApp.Notifications.Types.Types
, Azure.ManagedApp.Notifications.Types.Default
, Azure.ManagedApp.Notifications.Types.Lens
, Azure.ManagedApp.Notifications.Types.JSON
, Azure.ManagedApp.Notifications.Types
, Azure.ManagedApp.Notifications.API
-- other-modules:
-- other-extensions:
build-depends: base >=4.11 && <4.12
, lens
, bytestring
, text
, attoparsec
, data-default
, aeson
, time
, servant
, template-haskell
hs-source-dirs: src
default-language: Haskell2010
executable azure-managedapp-notifications
main-is: Main.hs
-- other-modules:
-- other-extensions:
build-depends: base >=4.11 && <4.12
, data-default
, bytestring
, aeson
, warp
, time
, servant-server
, servant-errors
, azure-managedapp-notifications
hs-source-dirs: app
default-language: Haskell2010