packages feed

omnifmt-0.1.0.0: app/Omnifmt/Version.hs

{-|
Module      : Omnifmt.Version
Description : Haskell constant of the binary version.

Copyright   : (c) Henry J. Wylde, 2015
License     : BSD3
Maintainer  : public@hjwylde.com

Haskell constant of the binary version.
-}

module Omnifmt.Version (
    -- * Version
    -- | The binary version.
    version,
) where

import Paths_omnifmt (version)