-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathivy.cabal
More file actions
22 lines (20 loc) · 711 Bytes
/
Copy pathivy.cabal
File metadata and controls
22 lines (20 loc) · 711 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
-- Initial ivy.cabal generated by cabal init. For further documentation,
-- see http://haskell.org/cabal/users-guide/
name: ivy
version: 0.1
synopsis: A simple image viewer written in Haskell
-- description:
homepage: http://github.com/armlesshobo/ivy/
license: BSD3
license-file: LICENSE
author: Lance Clark
maintainer: haYnguy@gmail.com
copyright: (c) 2013 Lance Clark
-- category:
build-type: Simple
cabal-version: >=1.8
executable ivy
main-is: Main.hs
-- other-modules:
build-depends: base >=4.5, gtk
hs-source-dirs: src