randsolid 0.2 → 0.3
raw patch · 1 files changed
+2/−2 lines, 1 filesdep ~base
Dependency ranges changed: base
Files
- randsolid.cabal +2/−2
randsolid.cabal view
@@ -1,5 +1,5 @@ Name: randsolid-Version: 0.2+Version: 0.3 Synopsis: Set the background of your root window to a random colour. Description: Set the background of your root window to a random colour (or just print the colour). Category: System@@ -12,4 +12,4 @@ Executable randsolid Main-is: Randsolid.hs- Build-depends: base >= 3 && < 4, X11, random+ Build-depends: base >= 3 && < 5, X11, random