File: Simple.hs

package info (click to toggle)
haskell-optparse-simple 0.1.1.4-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 76 kB
  • sloc: haskell: 210; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 226 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
{-# LANGUAGE TemplateHaskell #-}
module Main (main) where

import           Options.Applicative.Simple (simpleVersion)
import qualified Paths_optparse_simple as Meta

main :: IO ()
main = putStrLn $(simpleVersion Meta.version)