summaryrefslogtreecommitdiff
path: root/Haskell-book/19/shawty/package.yaml
blob: ea8e1abdbaeafe9776078aa33e5b8972bee33521 (plain)
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
name:                shawty
version:             0.1.0.0
homepage:            http://github.com
license:             BSD3
author:              Chris Allen
maintainer:          cma@bitemyapp.com
copyright:           2015, Chris Allen
build-type:          Simple

synopsis:            URI shortener
category:            Web
description:         Please see README.md

dependencies:
- base >= 4.7 && < 5
- bytestring
- hedis
- mtl
- network-uri
- random
- scotty
- semigroups
- text
- transformers

executables:
  shawty:
    main:                Main.hs
    source-dirs:         app
    ghc-options:
    - -threaded