diff options
author | Don Stewart <dons@cse.unsw.edu.au> | 2007-03-09 08:51:48 +0100 |
---|---|---|
committer | Don Stewart <dons@cse.unsw.edu.au> | 2007-03-09 08:51:48 +0100 |
commit | 85435af25964a00827e6f2fca670e9c948dece55 (patch) | |
tree | 18ed7a9166b67e5bc8f1a28b1397702a567c7879 | |
parent | 2824b4bf543eee4c5a8a62bd154a3648d77d2a74 (diff) | |
download | metatile-85435af25964a00827e6f2fca670e9c948dece55.tar metatile-85435af25964a00827e6f2fca670e9c948dece55.zip |
don't need the unix package
darcs-hash:20070309075148-9c5c1-c4483e7dc16d5fddeba48a848f4853f235c5d94d
-rw-r--r-- | thunk.cabal | 2 |
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 |