summaryrefslogtreecommitdiffstats
path: root/thunk.cabal
diff options
context:
space:
mode:
authorDon Stewart <dons@cse.unsw.edu.au>2007-03-09 08:51:48 +0100
committerDon Stewart <dons@cse.unsw.edu.au>2007-03-09 08:51:48 +0100
commit85435af25964a00827e6f2fca670e9c948dece55 (patch)
tree18ed7a9166b67e5bc8f1a28b1397702a567c7879 /thunk.cabal
parent2824b4bf543eee4c5a8a62bd154a3648d77d2a74 (diff)
downloadmetatile-85435af25964a00827e6f2fca670e9c948dece55.tar
metatile-85435af25964a00827e6f2fca670e9c948dece55.zip
don't need the unix package
darcs-hash:20070309075148-9c5c1-c4483e7dc16d5fddeba48a848f4853f235c5d94d
Diffstat (limited to 'thunk.cabal')
-rw-r--r--thunk.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/thunk.cabal b/thunk.cabal
index f8f773d..6410ad6 100644
--- a/thunk.cabal
+++ b/thunk.cabal
@@ -7,7 +7,7 @@ license: BSD3
license-file: LICENSE
author: Spencer Janssen
maintainer: sjanssen@cse.unl.edu
-build-depends: base==2.0, X11>=1.1, X11-extras==0.0, unix==1.0, mtl==1.0
+build-depends: base==2.0, X11>=1.1, X11-extras==0.0, mtl==1.0
executable: thunk
main-is: Main.hs