-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSecretSanta.cabal
32 lines (30 loc) · 979 Bytes
/
SecretSanta.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
-- Initial SecretSanta.cabal generated by cabal init. For further
-- documentation, see http://haskell.org/cabal/users-guide/
name: SecretSanta
version: 0.1.0.0
synopsis: Choose secret santa arrangements with participant relationship
-- description:
license: GPL-3
license-file: LICENSE
author: Alex Washburn
maintainer: [email protected]
-- copyright:
category: Probability
build-type: Simple
cabal-version: >=1.8
executable SecretSanta
main-is: SecretSanta.hs
ghc-options: -O2 -Wall
-- other-modules:
build-depends: base >= 4.8
, containers
, megaparsec >= 5.0
, mime-mail
, MonadRandom
, mtl
, network
, random
, random-shuffle
, safe
, smtp-mail
, text