-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlogo.cabal
More file actions
24 lines (23 loc) · 769 Bytes
/
logo.cabal
File metadata and controls
24 lines (23 loc) · 769 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name: logo
version: 0.1.0.0
synopsis: haskell.bayern logo
description: Please see README.md
homepage: https://github.com/haskell-bayern/logo
license: PublicDomain
license-file: LICENSE
author: Christian Neukirchen
maintainer: chneukirchen@gmail.com
copyright: None
category: Fun
build-type: Simple
cabal-version: >=1.10
executable logo
hs-source-dirs: src
main-is: Main.hs
default-language: Haskell2010
build-depends: base >= 4.7 && < 5
, diagrams
, diagrams-lib
, diagrams-svg
, colour
, split