From aa8443cc7747a3b1e5b168cf82df3df278ed3b4a Mon Sep 17 00:00:00 2001 From: Bertram Felgenhauer Date: Sun, 11 May 2008 15:15:43 +0200 Subject: [PATCH] update cabal file for cabal head --- mine.cabal | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mine.cabal b/mine.cabal index 9fdcdb3..2b21caf 100644 --- a/mine.cabal +++ b/mine.cabal @@ -1,4 +1,3 @@ -Cabal-Version: >=1.2 Name: mine Version: 0.0 Stability: experimental @@ -10,8 +9,11 @@ Description: This package allows people to code Minesweeper strategies in Haskell and run them in a graphical UI. Inspired by http://www.ccs.neu.edu/home/ramsdell/pgms/index.html. +Cabal-Version: >=1.2 +Build-Type: Simple -Data-Files: data/icons.png +Data-Dir: data +Data-Files: icons.png Executable mine HS-Source-Dirs: src -- 2.11.4.GIT