{-# LANGUAGE NoImplicitPrelude #-} module Bamboo.Type.Extension where import Bamboo.Helper.PreludeEnv data Extension = Comment | Search | Analytics | Counter deriving (Show, Read, Eq)