Skip to content

Commit

Permalink
Added (non-working) cabal build file
Browse files Browse the repository at this point in the history
  • Loading branch information
reciva-at committed Dec 9, 2008
1 parent 0fb4ed1 commit dfc220e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions gp3.cabal
@@ -0,0 +1,21 @@
Name: gp3
Version: 0.01
Cabal-Version: >= 1.2
Description: GP3.
License: GPL
License-File: LICENSE
Copyright: (c) Arthur Taylor.
Author: Arthur Taylor
Maintainer: codders@octomonkey.org.uk
Tested-With: GHC==6.8
Data-Files:
Extra-Source-Files: src/gtk_docker.h

Executable gp3
Main-is: GP3Main.hs
Hs-Source-Dirs: src
GHC-Options: -Wall
C-Sources: src/gtk_docker.c
Includes: src/gtk_docker.h
Build-Depends: base, glib, glade, gtk, filepath, unix

0 comments on commit dfc220e

Please sign in to comment.