File: CmdArgs.hs

package info (click to toggle)
haskell-cmdargs 0.10.20-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 356 kB
  • sloc: haskell: 2,970; makefile: 3
file content (5 lines) | stat: -rw-r--r-- 179 bytes parent folder | download | duplicates (7)
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