summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDon Stewart <dons@cse.unsw.edu.au>2007-03-07 03:55:35 +0100
committerDon Stewart <dons@cse.unsw.edu.au>2007-03-07 03:55:35 +0100
commit7ae4f3def6b412ed3a760340dfa804deff67026d (patch)
tree53d292d705961de01d5f437cc7269b013f952e7b
parent3dca1955c209bc8711bb47438fe25f378f4e8cd6 (diff)
downloadmetatile-7ae4f3def6b412ed3a760340dfa804deff67026d.tar
metatile-7ae4f3def6b412ed3a760340dfa804deff67026d.zip
move thunk.hs -> Main.hs. Be precise about which versions of every package are known to work
darcs-hash:20070307025535-9c5c1-2468ea0782a68c4621921147f9e2101a30d9d4b2
-rw-r--r--Main.hs (renamed from thunk.hs)0
-rw-r--r--thunk.cabal4
2 files changed, 2 insertions, 2 deletions
diff --git a/thunk.hs b/Main.hs
index bae8b76..bae8b76 100644
--- a/thunk.hs
+++ b/Main.hs
diff --git a/thunk.cabal b/thunk.cabal
index cee19bf..90bc2c1 100644
--- a/thunk.cabal
+++ b/thunk.cabal
@@ -7,8 +7,8 @@ license: BSD3
license-file: LICENSE
author: Spencer Janssen
maintainer: sjanssen@cse.unl.edu
-build-depends: base >= 2.0, X11, X11-extras, unix, mtl
+build-depends: base==2.0, X11==1.1, X11-extras==0.0, unix==1.0, mtl==1.0
executable: thunk
-main-is: thunk.hs
+main-is: Main.hs
ghc-options: -O