app

Safe Haskell Safe
Language Haskell2010

Configuration

Synopsis

Documentation

data Edition #

Constructors

Vanilla  
Legendary  
Instances
Show Edition #  
Instance details

Defined in Configuration

Methods

showsPrec :: Int -> Edition -> ShowS #

show :: Edition -> String #

showList :: [Edition] -> ShowS #

data Configuration #

Constructors

Dev

Dev version, only used locally.

Itch Edition String

Version released on https://smelc3.itch.io/pixel-card-wars This version is pushed when relevant by @smelc (where there's a devlog with it usually). Second parameter is the commit hash.

Schplaf Edition String

Version released on https://www.schplaf.org/smelc3/darkcraw This version is usually pushed at every commit by @smelc. Second parameter is the commit hash.

get :: Configuration #

The current configuration