diff options
author | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-03-07 05:15:40 +0100 |
---|---|---|
committer | Spencer Janssen <sjanssen@cse.unl.edu> | 2007-03-07 05:15:40 +0100 |
commit | 520c59b377681a131dbaf05b557a8b51b65ac3aa (patch) | |
tree | 8459010a82e5e29f8da4de3fb28f11babb0730bd | |
parent | 469e6b221b9c21e36d44a2da8a10818794f8f595 (diff) | |
download | metatile-520c59b377681a131dbaf05b557a8b51b65ac3aa.tar metatile-520c59b377681a131dbaf05b557a8b51b65ac3aa.zip |
X11 1.2 works too.
darcs-hash:20070307041540-a5988-7456f21f1716041977d308a44f4610ee13352e17
-rw-r--r-- | thunk.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/thunk.cabal b/thunk.cabal index 89e598a..4e14716 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, unix==1.0, mtl==1.0 executable: thunk main-is: Main.hs |