intricacy 0.7 → 0.7.0.1
raw patch · 5 files changed
+6/−3 lines, 5 files
Files
- BUILD +1/−0
- CursesUI.hs +1/−1
- NEWS +2/−0
- Version.hs +1/−1
- intricacy.cabal +1/−1
BUILD view
@@ -6,6 +6,7 @@ sdl version 1.2 sdl-ttf sdl-gfx+ sdl-mixer OR curses
CursesUI.hs view
@@ -15,13 +15,13 @@ import Control.Applicative import qualified Data.Map as Map import Data.Map (Map)+import Data.Monoid import Data.Array import Data.Maybe import Data.List import Control.Monad.Trans.Maybe import Control.Monad.State import Data.Function (on)-import Data.Foldable (forM_) import Hex import GameState (stateBoard)
NEWS view
@@ -1,5 +1,7 @@ This is an abbreviated summary; see the git log for gory details. +0.7.0.1:+ Fix compile error on older ghc versions 0.7: Encrypt passwords when communicating with server (in previous versions, they were salted and hashed but not encrypted).
Version.hs view
@@ -11,4 +11,4 @@ module Version where version :: String-version = "0.7"+version = "0.7.0.1"
intricacy.cabal view
@@ -1,5 +1,5 @@ name: intricacy-version: 0.7+version: 0.7.0.1 synopsis: A game of competitive puzzle-design homepage: http://mbays.freeshell.org/intricacy license: GPL-3