cartel-0.14.2.2: lib/Cartel/Version.hs
-- | The current version for the Cartel library. Having this in a
-- separate module allows for the "Cartel.GenCartelCabal" module to
-- exist. Without this module, I'd have to rely on the @Paths_cartel@
-- module to exist, which introduces some nasty bootstrapping issues
-- for "Cartel.GenCartelCabal" or, alternatively, some nasty circular
-- dependency issues if this value were included directly into
-- "Cartel.GenCartelCabal".
module Cartel.Version where
import Data.Word
version :: [Word]
version = [0,14,2,2]