diff --git a/dist/archlinux/PKGBUILD b/dist/archlinux/PKGBUILD index 1df8959..493481e 100644 --- a/dist/archlinux/PKGBUILD +++ b/dist/archlinux/PKGBUILD @@ -2,7 +2,7 @@ _pkgname=ejstand pkgname="${_pkgname}-static" -pkgver=0.1.1 +pkgver=0.2.0 pkgrel=1 pkgdesc='Ejudge Configurable Web Standings Daemon for Multiple Contests' url="https://apathism.net/git/apathism/${_pkgname}" diff --git a/src/EjStand.hs b/src/EjStand.hs index 70e8ed5..acf5d03 100644 --- a/src/EjStand.hs +++ b/src/EjStand.hs @@ -7,4 +7,4 @@ where import Data.String (IsString) getVersion :: IsString a => a -getVersion = "0.1.1" +getVersion = "0.2.0" diff --git a/templates/main.hamlet b/templates/main.hamlet index 1a1c3ff..f37d17f 100644 --- a/templates/main.hamlet +++ b/templates/main.hamlet @@ -25,7 +25,7 @@ $doctype 5 $forall column <- standingColumns #{columnRowValue column $ tRow} $forall (problem, cell) <- fmap (getRowCellByProblem row) $ standingProblems - #{renderCell standingConfig cell} + #{renderCell standing row problem cell}