File: CmdArgs.hs

package info (click to toggle)
haskell-cmdargs 0.10.22-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 352 kB
  • sloc: haskell: 2,972; makefile: 3
file content (5 lines) | stat: -rw-r--r-- 179 bytes parent folder | download | duplicates (8)
1
2
3
4
5
-- | This module re-exports the implicit command line parser.

module System.Console.CmdArgs(module System.Console.CmdArgs.Implicit) where

import System.Console.CmdArgs.Implicit