-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathshape-server.cabal
36 lines (34 loc) · 1.11 KB
/
shape-server.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
name: shape-server
version: 0.1.0.0
synopsis: A server for rendering SVG shapes
description: Please see README.org
homepage: https://github.com/houli/shape-server#readme
license: MIT
license-file: LICENSE
author: Eoin Houlihan
maintainer: ehoulih@tcd.ie
copyright: 2016 Eoin Houlihan
category: Web
build-type: Simple
-- extra-source-files:
cabal-version: >=1.10
executable shape-server
hs-source-dirs: src
main-is: Main.hs
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends: aeson
, base
, blaze-svg
, matrix
, scotty
, text
, trifecta
other-modules: Colour
, Render
, Shapes
, StyleSheet
default-language: Haskell2010
default-extensions: OverloadedStrings
source-repository head
type: git
location: https://github.com/houli/shape-server