packages feed

scroll 1.20151219 → 1.20170122

raw patch · 3 files changed

+14/−1 lines, 3 files

Files

CHANGELOG view
@@ -1,3 +1,10 @@+scroll (1.20170122) unstable; urgency=medium++  * Fix build with optparse-applicative-0.13.+    Thanks, Sergei Trofimovich.++ -- Joey Hess <id@joeyh.name>  Sun, 22 Jan 2017 15:01:50 -0400+ scroll (1.20151219) unstable; urgency=medium    * Fix copyright statement; scroll is GPL2+
Main.hs view
@@ -2,6 +2,7 @@ import Control.Monad.State.Strict import UI.NCurses (Curses, screenSize, Event(..)) import Options.Applicative+import Data.Monoid ((<>)) import Data.Maybe  import Types
scroll.cabal view
@@ -1,5 +1,5 @@ Name: scroll-Version: 1.20151219+Version: 1.20170122 Cabal-Version: >= 1.6 License: GPL-2 Maintainer: Joey Hess <id@joeyh.name>@@ -9,6 +9,11 @@ Build-Type: Simple Category: Game Synopsis: scroll(6), a roguelike game+Description: +  You're a bookworm that's stuck on a scroll. You have to+  dodge between words and use spells to make your way down the page as th+  scroll is read. Go too slow and you'll get wound up in the scroll and+  crushed. Homepage: https://joeyh.name/code/scroll/ License-File: GPL.hs Extra-Source-Files: